header {
    background-color: #f9f9f9;
    padding-right: 10%;
    padding-left: 10%;
}


.header-top-wrapper{
    display: flex;
    flex-direction: row;
    color: black;
    justify-content: flex-end;
     padding-top: 5px;
}


.header-social-media{
    display:flex;
    flex-direction: row;
    padding-left: 16px;
}

.header-social-media i{
    color: #febc11;
    background-color: #000;
}

.header-social-media i:hover{
    color: white;
    text-decoration: none;
}

.top-header-links{
    margin-left: 20px;
    padding-right: 11px;
}

.top-header-links a{
    color:gray;
    font-size: 15px;
}

.top-header-links span{
    color:gray;
    font-size: 15px;
}

/* .top-header-links a:hover{
    color: #febc11;
    font-size: 15px;
} */

header a {
    color: black;
}

header a:hover {
    color: #febc11;
}

.header-nav{
    display: block;
}

.header-wrapper {
    display: flex;
    align-content: space-between;
    /* height: 120px; */
    /* justify-content: space-between; */
    /* align-items: center; */
    margin-top: -10px;
    color: white;
}


.header-nav{
    padding-top: 40px;
    flex:content;
    justify-content: right;
}


@media (max-width: 1200px){
    header {
       padding-left: 5%;
       padding-right: 5%;
    }
}

@media (max-width: 1025px){

    


}



@media (max-width: 950px){


}


@media (max-width: 768px){


}


@media (max-width: 500px){


}


