/*-- header --*/
.top-head{
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}


/* @media screen and (orientation: landscape){ */
 .top-fade{
   height: 100vh;
   width: 100vW;
 }
 .fade-item .top-image {
   height: 100vh;
   width: 100vw;
   object-fit: cover;
   padding-bottom: 5;
 }
 .top-fade_port{
    display: none;
  }
.fade-item .top-image_port {
  display: none;
}

/* @media screen and (orientation: portrait){
.top-fade_port{
    height: 100vh;
    width: 100vW;
 }
.fade-item_port .top-image_port {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  padding-bottom: 5;
}
.top-fade{
  display: none;
}
.fade-item .top-image {
  display: none;
} */

/*-- copyright --*/
.copy p{
  position: fixed;
  z-index: 3;
  width: 100%;
  text-align: center;
  font-size: 1vh;
  padding-bottom: 2.5em;
  color: #ffffff;
  bottom: 0;
}

/*-- navbar --*/

.navbar ul{
  position: fixed;
  width: 100%;
  height: 9%;
  background-color: rgba(45,45,45,1);
  z-index: 2;
  bottom: 0;
  margin: 0;
  display: block;
}
.navbar li .logo img{
  position: fixed;
  height: 6%;
  padding: 1.5vh 0 0 1.5vh;
  z-index: 5;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

 @media (max-width:320px){
   .navbar li .logo img{
     display: none;
   }
 }
