body{
    margin: 0;
    overflow-x:hidden;
}
header{
    height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
    justify-content: center;
    display: flex;
}
menu{
  position: absolute;
    z-index: 100;
    margin: 0;
    background-color: inherit;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    height: 150px ;
    list-style:none;
    transition: 0.4s;
    width: 100%;
    padding-left:0 ;
}
menu div{
  width: 70% !important;
  display: flex;
    align-items: center;
    justify-content: space-around;
}
 menu a {
    float: left;
    text-decoration: none;
  }

menu a:hover {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        transition: 1s;
  }

menu #logonav {
    max-height: 80px;
}
.icon {
  display: none;
}
menu i{
  font-size: 2rem;

}
menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
    color: white;
    text-align: center;
    text-decoration: none;
    text-shadow: 3px 2px #042049;
    font-family: franklin-bold;
  }
  header menu a :first-of-type{
    padding-left: 0px;
    padding-right: 0px;
}
menu a:nth-of-type(6) img{
  position: absolute;
}

@media screen and (max-width: 1600px) {
  menu #logonav {
    max-height: 70px;
}
}
@media screen and (max-width: 1200px) {
  menu #logonav {
    max-height: 60px;
}

menu a, menu i{
font-size: 1.4rem;
}
#disnav{
max-height: 25px;
}
}
@media screen and (max-width: 900px) {
menu div{
  width: 100% !important;
  padding: 0 2vw;
}
  menu #logonav {
    max-height: 2.5rem ;
}

menu a, menu i{
  font-size: 1.2rem;
}
#disnav{
  max-height: 20px;
}
  
}
@media screen and (max-width: 500px) {
  menu #logonav {
    max-height: 1.8rem ;
}
menu a, menu i{
  font-size: 0.8rem;
}
#disnav{
  max-height: 15px;
}

}

 
