@font-face {
    font-family: "Ailerons";
    src: url("../fonts/ailerons/Ailerons-Typeface.otf");
}

body {
    background-color: black;
    color: white;
    text-align: center;
    font-size: 2rem;
    margin: 0;
    text-transform: uppercase;
    font-family: Ailerons;
}

#header-div,
section,
footer {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100vh;
}

section p {
    margin: 10vh 60vw 10vh 5vw;
    text-align: left;
}

#header-div {
    width: 100%;
    display: flex;
    background-image: url("../img/beach2.jpg");
}

header {
    font-size: 4rem;
    width: 100%;
    letter-spacing: 25px;
    text-shadow: 1px 1px 2px black;
    position: absolute;
    bottom: 45vh;
}

menu {
    padding: 0;
    height: 15vh;
}

menu ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    list-style: none;
    position: fixed;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
}

menu li a {
    color: white;
    text-decoration: none;
    padding-left: 0;
}

#sec-band {
    background-image: url("../img/mugshots.jpg");
}

@media (width <=1000px) {
    #sec-band {
        background-size: contain;
    }
}

#sec-band table {
    position: absolute;
    right: 0;
    bottom: 17vh;
    width: 36vw;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: left;
}

#sec-band table tr th {
    width: 255px;
    min-width: 255px;
    font-weight: 800;
}

#sec-band table tr td {
    min-width: 175px;
    font-weight: 100;
}

#sec-music {
    background-image: url("../img/lake.jpg");
}

#sec-music iframe {
    width: 50vw;
    max-height: 50vh;
    align-self: center;
}

#sec-contact {
    background-image: url("../img/boat.jpg");
}

#sec-contact a {
    color: white;
    font-size: 8vh;
}

footer {
    background-image: url("../img/beachsign.jpg");
}
