*{
  box-sizing: border-box;
}

body{
  font-family: 'circe', 'Trebuchet MS', sans-serif;
  font-weight: 300;
  line-height: 150%;
}

header{
  background-color: #19242d;
  min-height: 100vh;
}

.container, .img-container{
  width: 70%;
  margin: 0 auto;
  padding: 2em 0;
}

.logo{
  margin-bottom: 3em;
  background: url(../assets/img/logo@2x.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  width: 250px;
  height: 130px;
  max-width: 100%;
  margin-left: -1.5em;
  display: block;
}
.logo>span{
  display: none;
}

h1{
  font-family: 'circe', 'Trebuchet MS', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 5px;
}

p{
  color: #fff;
}

a{
  display: block;
  color: #fff;
}

.links{
  padding-top: 3em;
}

.links a:first-child{
  padding-bottom: 1em;
}

.img-container div{
  max-width: 100%;
  margin: 20% 0;
}

main{
  max-width: 100%;
}

main img{
  width: 100%;
  flex-shrink: 0;
}

footer{
  overflow: hidden;
  position: relative;
  width: 100%;
  bottom: 1em;
}

.slider{
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: .8px #19242d;
  -webkit-font-smoothing: antialiased;
}

.supporting .slider{
  color: #fff;
  text-shadow: #19242d 0px 0px 1px, #19242d 0px 0px 1px, #19242d 0px 0px 1px,  #19242d 0px 0px 1px, #19242d 0px 0px 1px, #19242d 0px 0px 1px, #19242d 0px 0px 1px;
}

.wrapper{
  visibility: hidden;
}

footer ul{
  overflow: hidden;
  position: relative;
  width: 1000%;
  height: 22px;
}

footer li{
  display: inline-block;
  padding: 0 .5em;
}

@media (min-width:600px){
  header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container{
    width: 45%;
    margin: 0 15%;
  }

  .img-container{
    width: 50%;
    margin: 0 auto;
  }
}

@media (min-width:1200px) and (min-height: 700px){
  header{
    width: 50vw;
    height: 100vh;
    z-index: 98;
    position: fixed;
    align-items: flex-start;
  }

  main{
    width: 50vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    right: 0;
  }

  .container, .img-container{
    padding-top: calc(-22px - 1em) !important;
  }

  .img-container{
    width: 60%;
    position: relative;
  }

  .img-container div{
    min-height: calc(100vh - 32px);
    height: 90vh;
    width: 100vw;
    position: absolute;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  /* .ie .img-container div{
  width: 50vw;
  left: -50%;
}

.ie .img-container div img{
width: 50%;
} */

.slide2{
  transform: translateY(100%);
}
.slide3{
  transform: translateY(200%);
}
.slide4{
  transform: translateY(300%);
}
.slide5{
  transform: translateY(400%);
}
.slide6{
  transform: translateY(500%);
}
.slide7{
  transform: translateY(600%);
}
.slide8{
  transform: translateY(700%);
}
.slide9{
  transform: translateY(800%);
}
.slide10{
  transform: translateY(900%);
}

footer{
  position: fixed;
  z-index: 99;
}

.wrapper{
  visibility: visible;
  height: 100%;
  width: 50vw;
  background: #19242d;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.wrapper .slider{
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: .6px #fff;
  -webkit-font-smoothing: antialiased;
}
.supporting .wrapper .slider{
  color: #19242d;
  text-shadow: #fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 1px,  #fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 1px;
}
}

@media (min-width:1500px){
  .img-container{
    width: 50%;
  }
}

@media (min-width:1800px){
  .container{
    width: 25%;
    margin: 15%;
  }
}
