h1,
h2,
h3,
h4,
p,
a,
a:visited {
    color: #001B50;
    text-decoration: none;
}

h2 {
    font-weight: 600;
    font-size: 2.5rem;
}

a:hover {
    color: black;
}

img {
    max-width: 100%;
    height: auto;
}

.menu {
    float: right;
    margin-top: -35px;
}

.menu a {
    margin: 0 18px;
    font-size: large;
}

.nav-bar {
    padding: 20px 0;
}

.logo {
    max-width: 95px;
}

#top-call-to {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(./images/Ford-Maverick_Hybrid_XLT_05.jpg);
    background-position: right;
}

.call-to {
    height: 100vh;
    background-size: cover;
    background-position: center;
    -webkit-transition: background-position 1s ease;
    background-repeat: no-repeat;
}

#call-to-head {
    color: white;
    float: right;
    padding: 250px 250px;
}

#discover-anchor {
    top: -77px;
    position: relative;
    display: block;
    visibility: hidden;
}


/* Animate */

.truck-bed {
    height: 100vh;
    background-position: bottom 25px left -640px;
    -webkit-transition: background-position 1s ease;
    background-repeat: no-repeat;
}

.truck-hood {
    height: 100vh;
    background-position: bottom 25px right -500px;
    -webkit-transition: background-position 1s ease;
    background-repeat: no-repeat;
}

.truck-inside {
    height: 100vh;
    background-size: unset;
    background-position: center;
}

.hood-info {
    display: block !important;
    max-width: 50%;
    padding-left: 10%;
    padding-top: 50px;
}

.bed-info {
    display: block !important;
    max-width: 50%;
    padding-right: 10%;
    padding-top: 50px;
    float: right;
}

.inside-info {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(./images/Ford-Maverick_Hybrid_XLT_14.jpg) !important;
    height: 100vh;
    background-size: cover;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-animation: myfirst 5s;
    /* Chrome, Safari, Opera */
    animation: myfirst 5s;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes myfirst {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}


/* Standard syntax */

@keyframes myfirst {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}


/* END */

.info {
    width: 100%;
}

.mobile-menu {
    float: right;
}

.btn-menu {
    color: #001B50;
    background-color: white;
    border-color: #001B50;
}

.dropdown-item {
    color: #001B50 !important;
}

.btn-outline-dark {
    border-color: #001B50;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#call-to-head h1,
#call-to-head h4 {
    color: white;
}

#big-h1 {
    font-weight: 800;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: white;
    scroll-margin-top: 1em;
}

#footer {
    background-color: #001B50;
    color: white;
}

.footer-text {
    color: white !important;
}

#footer_social {
    font-size: x-large !important;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

@media (max-width:1200px) {
    #call-to-head {
        float: none;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0;
        width: 100%;
    }
    #top-call-to {
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(./images/Ford-Maverick_Hybrid_XLT_05.jpg);
        background-position: center;
        position: relative;
    }
}

@media (max-width:992px) {
    .call-to {
        height: 75vh;
    }
    .truck-bed {
        height: 75vh;
        background-position: bottom !important;
        background-size: contain;
    }
    .truck-hood {
        height: 75vh;
        background-position: bottom !important;
        background-size: contain;
    }
    #call-3 {
        background-size: contain;
        background-repeat: no-repeat;
        text-align: center;
    }
    .hood-info {
        display: block !important;
        max-width: 100%;
        padding: 20px 15px;
    }
    .bed-info {
        display: block !important;
        max-width: 100%;
        padding: 20px 15px;
    }
    .inside-info {
        height: 100vh;
        background-size: cover !important;
        background-position: center;
    }
}

@media (max-width:768px) {
    .call-to {
        height: 66vh;
    }
    .truck-bed {
        height: 66vh;
        background-position: bottom !important;
        background-size: contain;
    }
    .truck-hood {
        height: 66vh;
        background-position: bottom !important;
        background-size: contain;
    }
}

@media (max-width:576px) {
    .call-to {
        height: 55vh;
    }
    .small-h2 {
        font-size: 28px;
    }
    #call-3 {
        background-size: contain;
        background-repeat: no-repeat;
        text-align: center;
    }
    .hood-info {
        display: block !important;
        max-width: 100%;
        padding: 20px 15px;
    }
    .bed-info {
        display: block !important;
        max-width: 100%;
        padding: 20px 15px;
    }
    .inside-info {
        height: 100vh;
        background-size: cover !important;
        background-position: center;
    }
}

@media (max-height:576px) {
    #call-to-head {
        padding: 20px 0;
        float: none;
        text-align: center;
    }
    .takeaway-height {
        margin-top: -50px;
    }
    #call-3 {
        background-size: contain;
        background-repeat: no-repeat;
        text-align: center;
    }
    .truck-bed {
        height: 100vh;
        background-size: unset;
        background-position: left;
    }
    .truck-hood {
        height: 100vh;
        background-size: unset;
        background-position: right;
    }
    .hood-info {
        display: block !important;
        max-width: 100%;
        padding: 20px 15px;
    }
    .bed-info {
        display: block !important;
        max-width: 100%;
        padding: 20px 15px;
    }
    .inside-info {
        height: 100vh;
        background-size: cover !important;
        background-position: center;
    }
    #call-3 {
        height: 170vh;
    }
    .truck-bed {
        height: 160vh;
        background-position: bottom !important;
        background-size: contain;
    }
    .truck-hood {
        height: 160vh;
        background-position: bottom !important;
        background-size: contain;
    }
}