@font-face {
  font-family: "maharam";
  src: url("./fonts/MaharamNeue-Regular.otf");
  font-weight: normal;
}

@font-face {
  font-family: "maharam-italic";
  src: url("./fonts/MaharamNeue-Italic.otf");
  font-weight: normal;
}

@font-face {
  font-family: "maharam-medium";
  src: url("./fonts/MaharamNeue-Medium.otf");
  font-weight: medium;
}

@font-face {
  font-family: "maharam-medium-italic";
  src: url("./fonts/MaharamNeue-MediumItalic.otf");
  font-weight: medium;
}

html {
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
body {
  overflow-y: visible;
  position: relative;
  height: unset;
}
html,
body {
  overflow-x: hidden;
  margin: 0;
}

#container-inner {
  background: rgb(153, 153, 153);
  height: 100vh;
  width: 180vw;
  display: flex;
  flex-wrap: nowrap;
  max-width: unset !important;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

#container-outer{
  overflow: hidden;
  display: block;
  width: 100vw;
}
section {
  min-width: 20vw;
  display: flex;
  justify-content: left;

}
.expand {
  cursor: pointer;
  color: white;
  margin-left: 3vw;
  /* position: absolute; */
  margin-top: 84vh;
  vertical-align: top;
  z-index: 10;
}

.one{
  background-image: url(./img/MHRM_Arc_Bol_1299.jpg);
  background-position: 75% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.two{
  background-image: url(./img/tek-wall-radar.jpg);
  background-position: 65%;
  background-size: cover;
  background-repeat: no-repeat;
}

.three{
  background-image: url(./img/key_0603_F.jpg);
  background-position: 15%;
  background-size: cover;
  background-repeat: no-repeat;
}

.four{
  background-image: url(./img/tenet+delta_03_large.jpg);
  background-position: 55%;
  background-size: cover;
  background-repeat: no-repeat;
}

.five{
  background-image: url(./img/Edith\ Van\ Berkel__02099.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.six{
  background-image: url(./img/Install_ColorCorrected_3.jpg);
  background-position: 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.seven{
  background-image: url(./img/IMG_0043.jpg);
  background-position: 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.eight{
  background-image: url(./img/Maharam_SanderLak_Finals21.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nine{
  background-image: url(./img/M_SJS_36.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ten{
  background-image: url(./img/Maharam_Bertjan_0467.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}



.more{
  background-color: black;
}


.links{
  display: none;
}


h3 {
  font-size: 24px;
  color: #ffffff;
  font-family: "maharam";
  font-weight: normal;
  line-height: 1.2;
}

h3:hover {
  color: red !important;
  transition: 0.5s;
}

h4{
  font-size: 14px;
  color: #ffffff;
  font-family: "maharam";
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 16px;
}

.type{
  font-size: 12px;
  color: #ffffff;
  font-family: "maharam";
  font-weight: normal;
  margin-top: -35px;
  margin-bottom: 0px;
  display: none;
}

#month{
  margin-top: 15px;
}



#hoverlink:hover{
  color: red;
}

a{
  color: white;
  text-decoration: none;
}

#topnav{
  display: block;
  position: fixed;
z-index: 10;
}

#logolockup{
  display: inline-block;
  margin-left: 1.2vw;
  margin-top: 5vh;
  position: fixed;
}

#logo{
  width: 8rem;
  margin-left: 2vw;
  margin-top: 1.1vh;
}

#rightnav{
  width: 48px;
    height: 25px;
    background-color: #ddd;
    border-radius: 25px;
    position: fixed;
    cursor: pointer;
    right: 50px;
    top: 50px;
    z-index: 1000;
  }
  

.collapse{
    width: 72px;
    height: 44px;
  padding: 8px 20px;
    box-sizing: border-box;
      background-color: #ddd;
      border-radius: 25px;
      border: #ddd 0.5px solid;
      position: fixed;
      cursor: pointer;
      right: 50px;
      top: 50px;
      z-index: 1000;
      display: none;
      align-items: center;
      justify-content: center;
      transition: border-color 0.5s ease;

}



.collapse h4{
  color: rgb(99, 99, 99);
  margin: 0;
  line-height: 1;
  text-align: center;
}

.collapse:hover{
  border-color: rgb(99, 99, 99);
transition: all 0.2s;
}
  

  
  #nav-buttons{
    width: 200px !important;
    display: inline-flex;
    flex-direction: row;
    color: white;
    font-family: "maharam", sans-serif;
    font-weight: normal;
    position: fixed;
    right: 2vw;
    top: 7vh;
  }
  
  #index{
    margin-left: 25px;
    vertical-align: bottom;
  }
  
  #index :hover{
    color: red;
  }
  
  #scroll{
    margin-left: 20px;
    vertical-align: bottom;
  }

#home :hover{
  color: red;
}

h4 #hoverlink span{
  display: inline-block;
  transform: translateX(20%);
  transition: 0.5s;
}

h4:hover >  #hoverlink span{
  transform: translateX(50%);
}

#mobile-container{
  display: none;
}


@media screen and (min-width: 2080px) {  /* -- 1600px -- */

#logo{
  width: 140px;
}

#nav-buttons h4{
  font-size: 20px;
}

#nav-buttons{
  width: 250px !important;
  top: 6.5vh;
}

h3{
  font-size: 28px;
}

h4{
  font-size: 18px;
}

.collapse{
  width: 82px;
  height: 36px;
}
}



@media screen and (max-width: 1070px) {

  #logolockup{
    margin-top: 4vh;
  }
  
  #logo {
    margin-left: 7vw;
    margin-top: -3vh;
    width: 7rem;
  }


#mobile-container{
  display: block;
}

 #container-outer{
  display: none;
 }

 h3{
  margin-top: 0;
  padding-left: 3vw;
  padding-top: 16%;
 }

 .mobile-section{
  height: 50vh;
  width: 100vw;
  margin-top: 0;
 }

 #mobile-one{
  background-image: url(./img/Arc_Bol_Small.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
 }

 #mobile-two{
  background-image: url(./img/tek-wall-radar-small.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
 }
 
 #mobile-three{
  background-image: url(./img/key_0603_F_Small.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
 }

 #mobile-four  {
  background-image: url(./img/tenet+delta_03_small.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
 }

 #mobile-five{
  background-image: url(./img/Edith\ Van\ Berkel__02099.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
 }

 #mobile-six{
  background-image: url(./img/Install_ColorCorrected_3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
 }

 #mobile-seven{
  background-image: url(./img/IMG_0043.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
 }

 #mobile-eight{
  background-image: url(./img/Wallpaper_Maharam_2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
 }

 #mobile-nine{
  background-image: url(./img/M_SJS_36.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
 }

 #mobile-ten{
  background-image: url(./img/Maharam_Bertjan_0467.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
 }


  h3{
    padding-top: 0;
    font-size: 28px;
    padding-left: 7vw;
  }


   #mobiletype{
    padding-top: 30%;
    padding-bottom: 0;
    color: rgb(255,255,255);
    font-family: "maharam", sans-serif;
    font-weight: normal;
    padding-left: 7.5vw;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 14px;
   }

   #nav-buttons{
    left: 75vw;
    top: 5vh;
    width: 35vw !important;
   }

   #nav-buttons h4{
    font-size: 16px;
   }

   #hamburger-menu{
    display: none;
    margin-top: 5vh;
    position: fixed;
    right: 7vw;
    top: -10px;
    z-index: 10;
    width: 5vw;
   }

   #exit{
    display: block;
    margin-top: 3vh;
    float: right;
    position: fixed;
    right: 7vw;
    top: 5px;
    z-index: 10;
    width: 25px;
   }

   .pin-spacer{
    display: none;
   }

   #mobile-menu{
    background-color: rgb(0,0,0);
    z-index: 100;
    width: 100vw;
    height: 100vh;
    margin-top: 0 !important;
    position: fixed;
    display: none;
    transition: all 0.5s;
    overflow-y: hidden;
   }

   #menubuttons ul{
    font-size: 32px;
    line-height: 1.4;
    color: white;
    font-family: "maharam";
    margin-left: 3vw;
   }

   #menubuttons{
    margin-top: 18vh;
   }

 }

 @media screen and (max-width: 1024px) { 

  #logolockup{
    margin-top: 4vh;
  }
  
  #logo {
    margin-left: 7vw;
    margin-top: -5vh;
    width: 7rem;
  }

  #nav-buttons{
    top: 4vh;
  }
  
}

 @media only screen and (max-width: 768px) {

  .mobile-section{
    height: 40vh;
    width: 100vw;
    margin-top: 0;
   }

   #nav-buttons{
    display: none;
   }

   #hamburger-menu{
    display: block;
    margin-top: 5vh;
    position: fixed;
    right: 7vw;
    top: -10px;
    z-index: 10;
    width: 25px;
   }

 }

 @media only screen and (max-width: 600px) {

  .mobile-section{
    height: 40vh;
    width: 100vw;
    margin-top: 0;
   }

  #mobiletype{
    padding-top: 45%;
    padding-bottom: 0;
    color: rgb(255,255,255);
    font-family: "maharam", sans-serif;
    font-weight: normal;
    padding-left: 8vw;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 12px;
   }

   h3{
    padding-top: 0;
    font-size: 24px;
    padding-left: 8vw;
  }

   #logolockup{
    margin-top: 3vh;
   }

   #logo{
    width: 120px;
    margin-left: 7vw;
    margin-top: 0vh;
    z-index: 500 !important;
   }

   #hamburger-menu{
    display: block;
    margin-top: 5vh;
    position: fixed;
    right: 7vw;
    top: -10px;
    z-index: 10;
    width: 25px;
   }

   #exit{
    display: block;
    margin-top: 3vh;
    float: right;
    position: fixed;
    right: 7vw;
    top: 5px;
    z-index: 10;
    width: 25px;
   }

   .pin-spacer{
    display: none;
   }

   #mobile-menu{
    background-color: rgb(0,0,0);
    z-index: 100;
    width: 100vw;
    height: 100vh;
    margin-top: 0 !important;
    position: fixed;
    display: none;
    transition: all 0.5s;
    overflow-y: hidden;
   }

   #menubuttons ul{
    font-size: 32px;
    line-height: 1.4;
    margin-left: -2vw;
    color: white;
    font-family: "maharam";
   }

   #menubuttons{
    margin-top: 18vh;
    margin-left: 2vw;
   }

 }
