body, html {
    font-family: 'Inter', sans-serif;
    font-family: 'Varela Round', sans-serif;

}


.banner {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../img/banner-rainbow-crop.jpg");
    width: 100%;
    background-size: cover;
    height: 10rem;
    background-repeat:no-repeat;
    background-position: center center;
    position: relative;
}


.banner .logo {
    color: #fff;
}
.banner .top-links a {
    color: #fff;
}

.top-container {
    text-align: center;
    padding-top: 3rem;
}

.logo a {
    font-family: 'Amatic SC', sans-serif;
    font-weight: bold;
    font-size: 3rem;
    text-decoration: none;
    color: #fff;

}

.top-links .list-inline-item:not(:last-child) {
    margin-right: 2rem;
}

.top-links a {
    text-decoration: none;
    color: #6B7280;
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-family: 'Varela Round', sans-serif;

}

.first-line {
    font-size: 1rem;
}


.narrowtainer {
    width: 100%;
    max-width: 800px;
    padding: 0 2rem;
    margin: 0 auto;
    margin-top: 3rem;
}

.widetainer {
    width: 100%;
    max-width: 1300px;
    padding: 0 2rem;
    margin: 0 auto;
    margin-top: 3rem;
}

.blurb-mugshot {
    max-width: 100%;
}





.signup-card {
    background-color: #F9FAFB;
    border-radius: .5rem;
    padding: 1rem 1rem;
    color: #4B5563;
}





.signup-form {
    display: flex;
    flex-wrap: wrap;
}

.signup-input {
    flex-grow: 1;
    border: 1px solid rgb(209, 213, 219);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    margin-right: 1rem;
    height: 38.1944px;
    margin-bottom: 1rem;
}

.signup-submit {
    background-color: #fff;
    align-items: center;
    border: 1px solid rgb(209, 213, 219);
    border-width: 1px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    color: rgb(55, 65, 81);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    height: 38.1944px;
    letter-spacing: normal;
    line-height: 20px;
    margin: 0;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    text-align: center;
}

@media (max-width: 680px) {
    .signup-input, .signup-submit {
        font-size: 12px;
    }

}

.gallery-pic img {
    max-width: 100%;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
    margin-top: 5rem;
    justify-items: center;
}

@media (min-width: 680px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.footer {
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
}

.rav-logo {
    height: 1.5rem;
}

.hidden {
    display:none;
}

.contact-card label {
    display: block;
}

.contact-card input, .contact-card textarea {
    margin-bottom: 1rem;
}

.contact-card input {
    width: 100%;
    max-width: 25rem;
}
.contact-card textarea {
    width: 100%;
}

.contact-card button {
    margin: 0;
}

.contact-card {
    margin-bottom: 3rem;
}


@media (max-width: 680px) {
    .footer {
        font-size: 0.8rem;
    }
    .rav-logo {
        height: 1rem;
    }
}





