/* HOME */

/* Navigation bar */
.nav {
    padding: 4% 0 2% 0;
}

#crown-header {
    padding: 6% 0 0 0;
}

#header-link {
    color: black;
    text-decoration: none;
}

.section-one,
.about-text {
    position: relative;
}

.section-one {
    padding: 0 0 5% 0;
}

/* Centered "Crown Quartet" text */
#centered-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 70%);
    color: white;
    letter-spacing: 5px;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, .4);
}

.responsive-text {
    font-size: 5vw;
    /* Initial font size */
}

/* Centered main group image */
#main-group-image {
    opacity: 0.9;
    background-size: cover;
    padding-top: 65%
}

/* "Book Now" button */
#main-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 450%);
    font-size: 1.5vw;
}

#recent-news {
    padding: 5% 0 3% 0;
}

.video {
    width: 560px;
    height: 315px;
}

/* For Mobile Phones & Tablets */
@media screen and (max-width: 980px) {
    #main-button {
        font-size: 2vw;
        transform: translate(-50%, 300%);
    }
}

/* For Mobile Phones */
@media screen and (max-width: 600px) {
    .responsive-text {
        font-size: 6vw;
    }

    .video {
        width: 100%;
        height: 315px;
    }
}


/* ABOUT */

/* "About" title */
.about-text {
    top: 50%;
    left: 70%;
    transform: translate(3%, -150%);
    color: black;
    letter-spacing: 5px;
}

/* Serious group image */
#about-group-image {
    background-size: 100% 100%;
    padding-top: 45%
}

.card {
    width: 85%;
    padding: 4% 0;
    margin: auto;
}


/* LISTEN */

#top-banner {
    padding: 0 0 5% 0;
}


/* CONTACT */

/* Contact message "for inquiries and booking..." */
#contact-note {
    padding: 2% 0;
}

#contact-form {
    background: #e7e7e7;
}

.contact-box {
    padding: 0 6%;
}

/* First name & Message boxes, *required */
.outer-contact-box,
#required-star {
    padding: 3% 6% 0 6%;
    ;
}

#send-button {
    margin-left: 6%;
    margin-bottom: 3%;
}


/* THANK YOU PAGE */

#thank-you-note {
    padding: 5% 0 3% 0;
}

#laughing-pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/* Centered items */
.centered,
footer {
    text-align: center;
}

footer {
    padding: 5% 0 0 0;
}

/* SCRIPTS */
.fadein {
    opacity: 0;
}