html {
    height: 100%;
}

body {
    background-color: beige;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(img/hashbrown-aloha-background.jpeg); 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-blend-mode:soft-light; */
}

header {
    background-color: rgba(48, 48, 55, 0.75);
    height: 144px;
    text-align: center;
    object-fit: contain;
    padding-top: 10px;
}
 
img {
    width: auto;
    height: 100%;
}

nav {
    background-color: rgba(48, 48, 55, 0.75);
    /* height: 40px; */
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
}

main {
    background-color: rgba(48, 48, 55, 0.75);
    height: 400px;
    text-align: center;
    padding-top: 12px;
    padding-left: 240px;
    padding-right: 240px; 
    padding-bottom: 48px;
}

footer {
    background-color: rgba(245, 245, 245, 0.65);
    height: 60px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}

h1 {
    font-size: 72px;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter;
    text-align: center;
}

p {
    font-size: 18px;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter;
    text-align: center;
}

a {
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: oblique;
}

/* SPECIFICITY */
nav a {
    text-decoration: none;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;

}

footer p {
    font-size: 12px;
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

footer a {
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: oblique;
}

.maps {
    text-align: center;
    background-color: rgba(48, 48, 55, 0.75);
    /* height: 100%; */
}

.video {
    text-align: center;
    background-color: rgba(48, 48, 55, 0.75);
    padding-bottom: 48px;
    /* height: 100%; */
}