@font-face {
    font-family: 'Galvji';
    src: url('fonts/Galvji.woff2') format('woff2'),
        url('fonts/Galvji.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galvji-bold';
    src: url('fonts/Galvji.woff2') format('woff2'),
        url('fonts/Galvji.woff') format('woff');
    font-weight: bolder;
    font-style: bolder ;
    font-display: bolder;
}

body {
	font-family: 'Galvji';
    color: #9C9C9C;
}

b {
    font-family: 'Galvji-bold';
}

.btn-danger {
    background-color: #BD1E2D!important;
}

.bg-black {
    background-color: #000000;
}


.nav-link {
    color: #9C9C9C;
    font-size: 13px;
    letter-spacing: 1px;
}

.nav-link:hover {
    color: #BD1E2D;
}

.introduccion {
    padding: 100px 0;
    background-image: url('../images/bg-introduccion.webp');
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.shelvy427 {
    margin-top: -85px;
}

.introduccion-txt {
    padding: 10px;
}

.austin63 {
    padding: 100px 0;
    background-color: #FFFFFF;
}

.austin-mini-cooper {
    margin-left: 185px;
    margin-top: 35px;
    position: absolute;
    width: 650px;
}

.austin63 p {
    text-align: right;
    margin-top: -45px;
}


.corvette74 {
    padding: 50px 0;
    background-color: #FFFFFF;
}

.corvette-stingray {
    width: 800px;
    margin-left: -290px;
    position: absolute;
}

.corvette74 p {
    margin-top: -45px;
}


.mercedesbenz-450 {
    padding: 50px 0;
    background-color: #FFFFFF;
}

.mercedes-benz-450 {
    margin-left: 185px;
    margin-top: 52px;
    position: absolute;
    width: 650px;
}

.mercedesbenz-450 p {
    text-align: right;
    margin-top: -45px;
}

.mustang-hardtop {
    padding: 50px 0;
    background-color: #FFFFFF;
}

.ford-mustang-hardtop {
    width: 735px;
    margin-left: -210px;
    position: absolute;
}

.mustang-hardtop p {
    margin-top: -30px;
}

.footer {
    padding: 50px 0;
    background-image: url('../images/footer-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.copyright {
    padding: 50px 0;
    background-color: #000000;
    color: #FFFFFF;
}

.copyright i{
    color: #FFFFFF;
    font-size: 20px;
}

.navbar-toggler-icon {
    background-image: url(../images/menu.svg);
}

.f1963 {
    float: right;
}

.f1974 {
    float: left;
}

.f1976 {
    float: right;
}

@media only screen and (max-width: 600px) {
    .introduccion {
        background-position: center;
    }

    .austin-mini-cooper {
        margin-top: -30px;
        margin-bottom: 35px;
        width: 650px;
        position: relative;
        margin-left: 0px;
    }

    .f1963 {
        float: right;
        width: 100px;
        margin-bottom: 20px;
    }

    .f1974 {
        float: left;
        width: 100px;
        margin-bottom: 20px;
    }

    .f1976 {
        float: right;
        width: 100px;
        margin-bottom: 20px;
    }

    .corvette-stingray {
        width: 800px;
        margin-top: -15px;
        margin-left: 0;
        position: relative;
        margin-bottom: 45px;
    }

    .mercedes-benz-450 {
        margin-left: 0px;
        margin-top: -35px;
        position: relative;
        width: 650px;
        margin-bottom: 35px;
    }

    .ford-mustang-hardtop {
        width: 735px;
        margin-left: 0px;
        position: relative;
        margin-top: -15px;
        margin-bottom: 30px;
    }
}

