/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/montserrat-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('/fonts/montserrat-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v12-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/*colors for menu*/
#desktopmenu, #mobilemenu, #mobilemenucontent, #socialbuttonsmob, #socialbuttonsdesk{
  background: white;
  color: black
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
  background: black;
}
#instafeeddesk h6, #instafeedmob h6{
  border-color: black !important;
}
#desktopmenu a, #mobilemenu a, #mobilemenucontent a{
  color: black;
}
#desktopmenu a:hover, #mobilemenu a:hover, #mobilemenucontent a:hover{
  color: #e35162;
}
#desktopmenu a:hover::before{
  color: #e35162;
}
#scrollbarhider{
  border-right: 18px solid white;
}
/*end*/
#background{
  background: rgb(255,132,123);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#background .desktop{
  display: inline-block;
}
#background .mobile{
  display: none;
}
#background li{
    display: inline;
}
#background .img{
  width: calc(100vw/8);
  height: 100vh;
  overflow:hidden;
  display: inline-block;
  float:left;
}
#background img{
  height: 100%;
  opacity: 0.62;
  transition: opacity 0.3s;
  float:right;
}
#background .alt{
  float:left;
}
#background img:hover{
  opacity: 1;
}
#background .text{
  text-align: center;
  width: 100%;
  margin-top: calc(-50vh - 0.5em);
  font-size: 10vw;
  float: left;
  font-family: 'Montserrat';
  opacity: 1;
  color: white;
  position: relative;
  transition: opacity 0.4s ease-in-out;
  font-weight: 500;
    line-height: 1em;
}
#alternatetext{
  position: fixed;
  top: calc(50% - 0.5em);
  left:0;
  width:100%;
  text-align: center;
  font-size: 5vw;
  letter-spacing: 0.33em;
  line-height:1em;
  text-transform:uppercase;
  color: white;
  opacity:0;
  font-family: 'Montserrat';
  transition: opacity 0.8s ease-in-out;
  font-weight: 500;
  z-index: -1;
}
#desktopmenu{
  font-family:'Montserrat';
}
#landingpageh1{
  color: white;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16vw;
  transition: color 1s;
  line-height: 1;
  text-align: center;
  word-break: break-all;
  margin-top: calc(50vh - 0.5em);
}
#landingpagetext{
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  width: 60vw;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 24px;
  padding-top: 0;
}
#landingpagebuttons{
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 24px;
  padding-top: 48px;
}
#landingpagebuttons ul{
  list-style: none;
}
#landingpagebuttons li{
  display:inline;
  margin: 0 6px;
}
#landingpagebuttons a{
  color: white;
  padding: 14px 28px;
  border: 2px solid white;
  line-height: 1;
  transition: color 0.3s, background-color 0.3s, font-size 0.3s, padding 0.3s;
}
#landingpagebuttons a:hover{
  color: black;
  background: white;
}
#desktopmenu{
  width: 0;
}
#desktopmenucontent{
  opacity: 0;
}
#mobilemenu{
  height: 0;
}
#mobilemenucontenttext{
  opacity: 0;
}
#menudisplayerdesk, #menudisplayermob{
  display: none;
}
#scrollbarhider{
  margin-left: -18px;
}
.navigation{
  display: none;
}
#socialbuttonsdesk{
  width: 0;
  transition: width 1s;
}
#content{
  word-break: break-all;
  font-size: 6vw;
  font-family: 'Montserrat';
  text-align: left;
  text-transform: uppercase;
  overflow: hidden;
  margin-left: calc(calc(100vw/7)*2);
  width: calc(100% - calc(calc(100vw/3.5) + 10vw));
  padding: 5vw;
  height: calc(100vh - 10vw);
  margin-top: 100vh;
  background: #ff977b;
  font-weight: 500;
  color: white;
  font-weight: 500;
}
#content ul{
  list-style: none;
}
#content li{
  display: inline;
}

#content a{
  color: white;
}
#content a:hover{
  color: black !important;
}
#footer a{
    border-color: white !important;
}
#footer{
  color: white;
  position: absolute;
  bottom: -100vh;
  background: transparent;
  width: calc(calc(100%/7)*5);
  left:  calc(calc(100%/7)*2)
}
#arrow{
  position:fixed;
  bottom: 10vh;
  height: auto;
  width: 80px;
  left: calc(50vw - 40px);
}
#arrow img{
  width: 100%;
  height:auto;
  opacity: 1 !important;
}
@media screen and (max-width: 800px){
  #arrow{
    width: 60px;
    left: calc(50vw - 30px);
  }
  #background .desktop{
    display: none;
  }
  #background .mobile{
    display: inline;
  }
  #footer{
    position: absolute;
    bottom: -100vh;
    left:0;
    width: 100%;
  }
  #landingpagetext{
    font-size: 10px;
  }
  #content{
    font-size: 6vh;
    padding: 25vh 10% 5vh 10%;
    width: 80%;
    height: 70vh;
    margin-left: 0;
  }
}
