
/*nav*/





.hambuerger{
    margin-top: 10px;
    width: 45px;
    height: 30px;
    transition-duration: 1s;
    display: none;
    
    
    
}

.line {
    width: 30px;
    height: 3px;
    background:rgb(24,53,82);
    margin: 5px;
}

nav{height: 48px;
    background-color:rgb(24,53,82);
    position: absolute;
    width: 100%;
    z-index: 10;}

    .navLinks{
        margin-top: -4px;
        display:flex;
        list-style: none;
        height: 100%;
        width: 100%;
        background-color:rgb(24,53,82);
        padding: 3px;
        justify-content: space-around;
        align-items: center;
        
        
    }

    .navLinks a{
        text-decoration: none;
    }
    .navLinks a li  {
       
        font-size: 20px;
        font-family:'Heebo', sans-serif ;
        width: 200px;
        padding: 16px 0px 12px 0;
        text-decoration: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        text-align: center;
        color: rgb(253 197 0 / 75%);
        text-decoration: none;
        transition-duration: 1s;
        
    }

    
    .navLinks a li:hover  {
       
        font-size: 20px;
        width: 200px;
        padding: 16px 0px 13px 0;
        background-color: #909cf759;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border:1px solid gold;
        
        
    }

    .navigation img { 
        width: 53px;
        height: 48px;
        margin: 6px  0  0  0;
      

    }

    

   
    
    
        
        
    

    

@media screen and (max-width: 769px) and (min-width: 400px) {


.line{

    width: 30px;
    height: 3px;
    background:white;
    margin: 5px;
}

nav{
    position: fixed;
    background-color: rgb(24 53 82);
    width: 84px;

}
.navLinks{
    margin-top: -4px;
    display:flex;
    list-style: none;
    height: 100%;
    width: 84px;
    background-color:rgb(24,53,82);
    padding: 3px;
    justify-content: space-around;
    align-items: center;
    
}

.hambuerger{
    position: absolute;
    cursor: pointer;
    display: block;
    border-bottom-left-radius: 3px;
   
}

.navLinks{
    position: fixed;
    margin-top:45px;
    margin-right: -90px;
    background-color: rgb(24 53 82);
    transition-duration: 1s;
    flex-direction: column;
   
}

.navLinks a li  {
       
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    width: 84px;
    padding: 16px 0px 12px 0;
    font-weight: 900;
    text-decoration: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    color: rgb(253 197 0 / 75%);
    text-decoration: none;
    transition-duration: 1s;
    
}


.navLinks a li:hover  {
   
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    width: 84px;
    padding: 16px 0px 13px 0;
    font-weight: 900;
    background-color: #909cf759;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border:1px solid gold;
    
    
}


}


@media screen and (max-width: 400px ){


    .line{
    
        width: 30px;
        height: 3px;
        background:white;
        margin: 5px;
    }
    
    nav{
        position: fixed;
        background-color: rgb(24 53 82);
        
        right: -19px;
    
    }
    .navLinks{
        margin-top: -0px;
        display:flex;
        list-style: none;
        height: 100%;
        width: 84px;
        background-color:rgb(24,53,82);
        padding: 3px;
        justify-content: space-around;
        align-items: center;
        
    }
    
    .hambuerger{
        position: absolute;
        cursor: pointer;
        display: block;
        border-bottom-left-radius: 3px;
        right:0px;
        top:0px;

       
    }
    
    .navLinks{
        position: fixed;
        margin-top:45px;
        right:-19px;
        background-color: rgb(24 53 82);
        transition-duration: 1s;
        flex-direction: column;
       
    }
    
    .navLinks a li  {
           
        font-size: 20px;
        font-family: 'Times New Roman', Times, serif;
        width: 84px;
        padding: 16px 0px 12px 0;
        font-weight: 900;
        text-decoration: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        text-align: center;
        color: rgb(253 197 0 / 75%);
        text-decoration: none;
        transition-duration: 1s;
        
    }
    
    
    .navLinks a li:hover  {
       
        font-size: 20px;
        font-family: 'Times New Roman', Times, serif;
        width: 84px;
        padding: 16px 0px 13px 0;
        font-weight: 900;
        background-color: #909cf759;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border:1px solid gold;
        
        
    }
    
    
    }
