body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color:#000;
    background-color: lightgrey;
    margin: 0;
    height:100%;
    padding: 0;
    font-family: 'Linux Libertine Mono O';
}

html{
      height:100%;
}
body.ready .swiper-slide{
  opacity: 1;
}
.swiper-container {
    width:100%;
    margin: 0px auto;
    height: 90vh;

}
.swiper-slide {
  opacity: 0;
  animation: opacity 1 ease-in;
    text-align: center;
    font-size: 18px;
    background: #fff;
    width:auto;
    margin:0px;
    padding:0px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
  width: auto;
  height: 90vh;
}

.button{
  position:fixed;
  top:10px;
  left:27px;
  z-index:2000;
  border:1px solid black;
  border-radius:20px;
  padding:20px;
  line-height: 100%;
  color:black;
  cursor:pointer;
}

.button:hover{
  color:white;
  background-color:pink;
  border:1px solid pink;
}

.text .button{
    background-color: white;
}

.text .button:hover{
  color:white;
  background-color:pink;
  border:1px solid pink;
}

.text{
  position:fixed;
  top:0;
  left:0;
  background-color:rgba(255, 255, 255, 0.95);
  height:100%;
  width:50%;
  z-index:2000;
  overflow-y: scroll;
  line-height:140%;
}

.info{
  padding:100px 30px;
  font-weight:bold;
  background-color: pink;
}

.test{
  width:1500px;
  height:100%;
  border:1px solid green;
}

.content{
  margin:100px 30px;
}

.content p{
  margin-bottom:10px;
}

.schema{
  width:100%;
}

.shown{
  display:block;
}

.hidden{
  display:none;
}

.credit{
  position:fixed;
  bottom:0;
  left:0;
  margin:5px;
  z-index:1000;
}

h1{
  font-weight: bold;
}

h2{
  font-weight: bold;
  margin-bottom:10px;

}

a{
  color:black;
  border-bottom: 1px solid black;
  text-decoration: none;
  cursor:pointer;
}

a:hover{
  color:pink;
  border-bottom: 1px solid pink;
  text-decoration: none;
}

.info a{
  color:black;
  border-bottom: 1px solid black;
  text-decoration: none;
}

.info a:hover{
  color:white;
  border-bottom: 1px solid white;
  text-decoration: none;
}

.credit a{
  color:black;
}

.credit a:hover{
  color:white;
  border-bottom: 1px solid white;
  text-decoration: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    height: 90%;
}

.vert{
    background-position: center;
    background-size: cover;
    height: 90%;
}

.photo{
    background-position: center;
    background-size: cover;
    height: 90%;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .swiper-container {
      width:100%;
      margin: 0px auto;
      height: 80vh;

  }

  .swiper-slide img{
    width: auto;
    height: 80vh;
  }

}
