
@media screen and (min-width: 601px) {
    img {
        width: 600px !important;
        height: auto !important;
    }
    
}

@media screen and (max-width: 600px) {
    img {
        width: 300px !important;
        height: auto !important;
    }
}


@font-face {
    font-family: "Graffiti-Youth";
    src: url(assets/fonts/GraffitiYouth-Regular.otf);
}

@font-face {
    font-family: "Piston-Black";
    src: url(assets/fonts/PistonBlack-Regular.ttf);
}


body {
    background-color: black;
    color: #C8C8C8;
    font-family: "Piston-Black" !important;
    text-align: center;
    background-image: url(assets/images/black-background-tuning-tecdf32yo7hfezz8.gif);
}

a {
    text-decoration: none;
}

.logo {
    display: block;
    margin: auto;
    height: auto;
}

 .topnav {
    font-family: "Graffiti-Youth";
    overflow: hidden;
    background-color: #323232;
}
.topnav a {
    float: left;
    display: block;
    color: #C8C8C8;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.topnav a:hover {
    color: black;
    transition: color 0.3s ease;
}

.social-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 8px;
}
.social-icons img {
    width: 40px !important;
    height:40px !important;
    filter: invert(95%) sepia(19%) saturate(0%) hue-rotate(148deg) brightness(82%) contrast(92%);
}

.banner {
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
}
.banner img {
    width: 1200px !important; 
    height: auto !important;
    object-fit: cover;
}

.social-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 8px;
}
.social-icons img {
    width: 40px !important;
    height:40px !important;
    filter: invert(95%) sepia(19%) saturate(0%) hue-rotate(148deg) brightness(82%) contrast(92%);
}


@media screen and (max-width: 600px) {
    .topnav {
        display: flex;
        justify-content: center;
        font-size: 32px;
    }
}

@media screen and (min-width: 601px) {
    .topnav {
        display: flex;
        justify-content: center;
        font-size: 64px;
    }
}


@media screen and (max-width: 1230px) {
    .banner img {
        width: 750px !important; 
        height: auto !important;
        object-fit: cover;
    }
}
@media screen and (max-width: 750px) {
    .banner img {
        width: 400px !important; 
        height: auto !important;
        object-fit: cover;
    }
}