.photographer {
    background: rgba(6, 152, 255, 0.76) url(/images/headers/photographer-header.jpg) top no-repeat;
    background-size: cover;
}

.photographer-2 {
    background: rgba(6, 152, 255, 0.76) url(/images/headers/photographer-header.jpg) center no-repeat;
    background-size: cover;
}

.order {
    background: rgba(6, 152, 255, 0.76) url(/images/headers/order-header.jpg) center no-repeat;
    background-size: cover;
}

.schools {
    background: rgba(6, 152, 255, 0.76) url(/images/headers/school-header.jpg) bottom no-repeat;
    background-size: cover;
}

.sports {
    background: rgba(6, 152, 255, 0.76) url(/images/headers/sports-header.jpg) center no-repeat;
    background-size: cover;
}

.about {
    background: rgba(6, 152, 255, 0.76) url(/images/headers/about-header.jpg) center no-repeat;
    background-size: cover;
}

.faq {
    background: rgba(6, 152, 255, 0.76) url(/images/headers/faq-header.jpg) center no-repeat;
    background-size: cover;
}

.blue-filter {
    background: rgba(6, 152, 255, 0.76);
}

.blue-filter-2 {
    background: rgba(53, 136, 175, 0.76);
}

.dark-filter {
    background: #2828287a;
}

#header-background {
    min-height: 300px;
}

#header {
    min-height: 300px;
    color: white;
    margin-top: -302px;
    width: 100%;
    z-index: 5;
}

.title {
    font-size: 66px;
}

.subtitle {
    font-size: 30px;
}

.subtitle-2 {
    padding-top: 80px;
    padding-left: 4px;
    white-space: nowrap;
    font-size: 70px;
}

@media only screen and (min-width: 580px) {
    .title {
        font-size: 75px;
    }

    .subtitle {
        font-size: 36px;
    }
}

@media only screen and (min-width: 680px) {
    .subtitle-2 {
        padding-top: 62px;
        padding-left: 0;
    }
}

.reduced-padding {
    padding-top: 0;
}

.nav-item {
    padding: 0;
}

@media only screen and (min-width: 992px) {
    .reduced-padding {
        padding-top: 62px;
    }

    .nav-item {
        padding: 0 5px 0 5px !important;
    }
}

.nav-link {
    background: white;
    color: #222;
    min-width: 80px;
    height: 74px;
    text-align: center;
    box-shadow: 0 0 #0009;
    transition: transform 100ms ease, box-shadow 100ms ease, background 100ms ease;
}

.nav-link:hover {
    background: #9ccff3;
    /* box-shadow: 3px 3px #0009;
    transition: transform 100ms ease, box-shadow 100ms ease, background 100ms ease;
    transform: translate(-1px, -1px); */
    color: black;
}

#google_translate_element {
    height: 45px;
}

.navbar-collapse {
    z-index: 5;
}

.active-link {
    background-color: #38acff;
    /* filter: drop-shadow(3px 3px #000); */
}