header{
position: absolute;
top: 0;
z-index: 10;
width: 100%;
align-items: center;
font-family: 'ITC Avant Garde Gothic Std Extra Light';
}


.nav_checkbox{
display: block;
text-align: center;
align-items: center;
padding: 0px;
}

.logo img{
width: 300px;
height: auto;
margin:auto;
padding: 30px 10px 0px 10px;
transition: all 0.3s ease-in-out;
}

.tab-nav{
display: none;
}

.label{
display: none;
color: #ffffff;
}

.label i{
    padding-top: 20px;
font-size: 2.5rem;
font-weight: 100;
transition: all 0.3s ease-in-out;
}

.label i:hover{
font-weight: 900;
color: rgb(106, 148, 255);
}

.content_nav{
list-style: none;
margin: auto;
transition: all 0.3s ease-in-out;
font-family: 'ITC Avant Garde Gothic Std Extra Light';
}

.content_nav li{
display: inline-block;
margin: 20px;
font-family: 'ITC Avant Garde Gothic Std Extra Light';
}

.content_nav li a{
color: #ffffff;
text-decoration: none;
font-size: 1rem;
font-weight: 100;
letter-spacing: 3px;
padding: 5px;
border-radius: 8px;
transition: all 0.3s ease;
}

.content_nav li a:hover{
box-shadow: 0px 2px 2px rgb(106, 148, 255);
font-weight: 900;
}

#logo-home{
padding-top: 3.5rem;
position: relative;
}




@media screen and (max-width: 1280px){

.label{
display: block;
cursor: pointer;
transition: 0.3s ease-in-out;
}

.content_nav{
display: grid;
text-align: center;
max-height: 0;
overflow: hidden;
transition: 0.3s ease-in-out;
}

.nav_checkbox input:checked ~ .content_nav{
    
max-height: 600px;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
padding-bottom: 50px;
transition: 0.3s ease-in-out;
}



}

@media screen and (max-width: 768px){



.content_nav li a{
font-size: 1.2rem;
margin: auto;
}

}
