body {
    font-family: 'Poppins', sans-serif;
}

.container-fluid {
    margin: 0;
    padding: 0;
}

p,
li,
table {
    color: #625D5A;
}

a:hover {
    text-decoration: none;
}

.top-bar {
    position: absolute;
    z-index: 99;
    width: 100%;
    background-color: #FFCF86;
}

.top-bar img {
    padding-top: 5px;
    width: 500px;
}

.hero {
    position: relative;
}

.hero-inner {
    position: absolute;
    z-index: 99;
    bottom: 60px;
    width: 100%;
}

.hero-inner h2 {
    color: #FFCF86;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-shadow: .5px .5px 6px #000000;
}

.hero img {
    max-height: 100vh;
    width: 100%;
}

.navbar .nav-link {
    font-size: 20px;
    color: #C39A7C;
    text-shadow: .5px .5px 1px rgba(0, 0, 0, .1);
    padding: 35px 0;
    margin: 0 30px;
}

.dropdown-menu {
    border: none;
}

.dropdown-link {
    display: block;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #C39A7C;
}

hr {
    margin: 0;
    background-color: #C39A7C;
    opacity: .2;
}

#intro,
#terms,
#services,
#about-car {
    background-color: rgba(198, 159, 131, .1);
    margin: 10px;
}

#intro p,
#terms ul,
#about-us p,
#services ul {
    color: #625D5A;
    font-weight: 300;
    padding: 30px 130px;
}

#cars h1,
#terms h1,
#about-us h1,
#services h1,
#contact h1 {
    color: #FFCF86;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: .5px .5px 1px rgba(0, 0, 0, .1);
    text-align: center;
    margin: 40px 0 0 0;
}

.cars-row {
    width: 70%;
    margin: 40px auto;
    text-align: center;
}

.col-sm-6 a {
    text-decoration: none;
}

.car-card img {
    width: 300px;
    height: 190px;
}

.bottom {
    position: absolute;
    opacity: 0;
    transition: .5s ease;
}

.bottom:hover {
    opacity: 1;
}

.title h3 {
    display: inline;
    font-size: 34px;
    font-weight: 200;
    color: #625D5A;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

.title img {
    width: 65px;
    height: auto;
    margin-top: -10px;
    margin-left: 20px;
}

.title p {
    color: #625D5A;
}

#terms h1,
#services h1 {
    padding-top: 30px;
    margin-top: 0;
    color: #625D5A;
}

#terms p {
    text-align: center;
    color: #625D5A;
    font-style: italic;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.contact-inner {
    padding: 30px 130px;
    text-align: center;
    color: #625D5A;
}

.contact-inner p {
    font-weight: 300;
    margin-top: 20px;
}

.inquiry-link {
    display: inline-block;
    background-color: #FFCF86;
    color: #625D5A;
    font-weight: 500;
    padding: 8px;
    margin-top: 10px;
    border-radius: 5px;
}

.contact-info a {
    display: inline-block;
    color: #625D5A;
    padding: 5px;
}

.contact-info a i {
    padding-right: 10px;
    font-size: 20px;
}

/* CAR PAGE */
.top-navbar .nav-link {
    padding: 10px 0;
}

#single-page-hero img {
    max-height: calc(100vh - 65px);
}

.car-title {
    text-align: center;
}

.car-title h1 {
    display: inline-block;
    margin: 30px 0;
    font-weight: 200;
    color: #625D5A;
}

.car-title img {
    width: 90px;
    margin: -15px 0 0 20px;
}

.car-description,
.car-specification,
.car-prices,
.gallery,
.other-cars {
    background-color: #fff;
    width: 60%;
    margin: 30px auto;
    padding: 30px;
}

.other-cars {
    text-align: center;
}

.other-cars-row {
    margin-top: 20px;
}

.other-cars .top {
    height: 150px;
    width: auto;
}

.other-cars h3 {
    font-size: 24px;
}

.other-cars .title img {
    display: none;
}

.about-inner {
    padding: 20px 0;
}

.car-description h5,
.car-specification h5,
.car-prices h5,
.gallery h5,
.other-cars h5 {
    color: #FFCF86;
}

.gallery-row .col-sm-4 {
    padding: 5px;
}

/*contact page*/
.contact-top-bar {
    position: static;
}

.contact-row {
    width: 50%;
    margin: 50px auto;
}

textarea.form-control {
    height: 146px;
}

.form-control,
.form-group {
    color: #9EA3A5;
}

.input-group {
    margin-bottom: 16px;
}

.send-button {
    display: block;
    width: 40%;
    background-color: #FFCF86;
    color: #625D5A;
    text-transform: uppercase;
    padding: 10px;
    margin: 16px auto;
    border-radius: 5px;
}

.alert {
    text-align: center;
    color: #625D5A;
    margin-top: 15px;
}

.copyright {
    text-align: center;
    color: #625D5A;
    padding: 10px 0;
}

.copyright p {
    margin-bottom: 0;
}

.copyright a {
    color: #FFCF86;
}

.contact-copyright {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .top-bar img {
        width: 150px;
        padding-top: 5px;
    }

    .hero-inner {
        bottom: 20px;
    }

    .hero-inner h2 {
        font-size: 16px;
    }

    .navbar .nav-link {
        font-size: 16px;
        padding: 5px 0;
        margin: 0 20px;
    }

    .navbar-toggler-icon i {
        color: #FFCF86;
        font-size: 24px;
    }

    p,
    li {
        font-size: 14px;
    }

    #intro p,
    #terms ul,
    #terms p,
    #about-us p,
    #services ul {
        padding: 30px;
    }

    .cars-row {
        width: 90%;
    }

    #cars h1,
    #terms h1,
    #contact h1,
    #about-us h1,
    #services h1 {
        font-size: 24px;
    }

    .contact-inner {
        padding: 30px;
    }

    .car-description,
    .car-specification,
    .car-prices,
    .gallery,
    .other-cars {
        width: 90%;
    }

    .car-title h1 {
        font-size: 24px;
    }

    .car-title img {
        width: 60px;
        margin-top: 0;
    }

    .car-specification ul {
        padding-left: 15px;
    }

    .contact-top-bar {
        position: static;
    }

    .contact-row {
        width: 90%;
    }

    textarea.form-control {
        position: relative;
        z-index: 9;
    }

    .send-button {
        width: 60%;
    }

    .copyright p,
    .copyright a {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    .hero-inner {
        bottom: 10px;
    }

    .hero-inner h2 {
        font-size: 14px;
    }

    .contact-info a {
        font-size: 12px;
    }

    .contact-info a i {
        font-size: 14px;
    }
}

@media screen and (min-width: 760px) and (max-width: 1200px) {
    .top-bar img {
        width: 250px;
    }

    .hero-inner {
        bottom: 20px;
    }

    .hero-inner h2 {
        font-size: 26px;
    }

    .navbar .nav-link {
        font-size: 16px;
        padding: 15px 0;
        margin: 0 10px;
    }

    #intro p,
    #terms ul,
    #terms p,
    #about-us p,
    #services ul {
        padding: 30px 50px;
    }

    .car-description,
    .car-specification,
    .car-prices,
    .gallery,
    .other-cars {
        width: 80%;
    }

    .other-cars .top {
        height: 110px;
    }

    .other-cars h3 {
        font-size: 20px;
    }

    .contact-row {
        width: 90%;
    }

}

@media screen and (min-width: 1800px) {

    #intro p,
    #terms ul,
    #about-us p,
    #services ul {
        padding: 30px 530px;
    }

    .cars-row {
        width: 50%;
    }
}
