/* ************************************************* laptop: 1024px > 1279px ************************************************* */
@media (min-width: 1023px) and (max-width: 1279px) {
    .header{
        background-color: rgb(0, 0, 0);
        position: fixed;
        width: 100%;
        z-index: 3000;
        padding-bottom: 10px;
        padding-top: 10px;
        color: white;

    }

    .header a{
        color: white;
    }

    .banner{
        margin-top: 80px;
    }
}


/* ************************************************* 1280px > 1439px ************************************ */
@media (min-width: 1280px) and (max-width: 1439px) {
    .header{
        background-color: rgb(0, 0, 0);
        position: fixed;
        width: 100%;
        z-index: 3000;
        padding-bottom: 10px;
        padding-top: 10px;
        color: white;

    }

    .header a{
        color: white;
    }

    .banner{
        margin-top: 80px;
    }
}



/* ************************* */
@media (min-width: 1439px) and (max-width: 3262px) {
    .header{
        background-color: rgb(0, 0, 0);
        position: fixed;
        width: 100%;
        z-index: 3000;
        padding-bottom: 10px;
        padding-top: 10px;
        color: white;

    }

    .header a{
        color: white;
    }

    .banner{
        margin-top: 80px;
    }


}