body {
  background-color: rgba(29, 29, 28, 1.0);
  width: 100%;
  height:100%;
  overflow: hidden;
  margin: 0;
}

/*____HEADER___________________________________________________*/

h1 {
  margin-top: 3%;
  margin-bottom: 0%;
  font-size: 3em;
  letter-spacing: 0.5em;
  font-family: Poiret One, Dorsa, sans-serif;
  color: rgba(230, 230, 230, 1.0);
  position: relative;
  z-index: 4;
}

.dark{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0  150px 100px rgba(29,29,29,0.9) inset;
  z-index: 2;
  pointer-events: none;
}

.top {
  z-index: 10;
}


/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  height: 100%;
  max-height: 100%;
  width: 100%;
}

/* Hide the images by default */

.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: 100vw;
  height: 40%;
  margin-top: 30%;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  z-index: 3;
}



/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 30px 0 0 30px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.0);
}

.mySlides{
  max-height: 100%;
  max-width: 100%;
}
.mySlides img{
    max-width: 100%;
    margin-top: -15%;
    align-items: center;
    align-content: center;
    z-index: 1;

  /*  margin-left: 13%;*/
}



.description {

  width: 60vw;
  text-align: left;
  margin: auto;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-family: Assistant, Josefin Sans,Poiret One, Dorsa, sans-serif;
  color: rgba(190, 190, 190, 1.0);
  text-align: justify;
  font-weight: 200;
  margin-bottom: 2%;
  margin-top: 12vw;
}



.left {
  max-width: 5vw;
  position: absolute;
}

.left img{
  max-width: 20vw;
}
.right{
  position: absolute;
  margin-bottom: 0%;
  margin-left: 35vw;
}


.mySlides .description img{
  height: 25vw;
    max-width: 100%;
    margin-top: -15%;
    z-index: 1;

}

.down{
  position: fixed;
  bottom: 0px;
  z-index: 3;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
  font-family: Josefin Sans,Poiret One, Dorsa, sans-serif;
  font-size: 2em;
  letter-spacing: 6px;
  background-color: rgba(0, 0, 100, 0.0);
  text-decoration: none;
  z-index: 4;
  text-shadow: 1px 1px 10px black;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row{
  margin-left: 20%;
  z-index: 3;
}
/* Six columns side by side */
.column {
  float: left;
  width: 9%;
  margin-left: 2%;
  margin-right: 2%;
  align-items: center;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
  align-items: center;
}


.active,
.demo:hover {
  opacity: 1;
  transition: 0.3s;
}






/*_______________________________________________________*/


/*_______________________________________________________*/

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

  h1 {
    font-size: 2.5em;
  }
  .mySlides img{
      max-width: 100%;
      position: relative;
      z-index: 1;
  }
  .left{
    position: relative;
  }
  .left img{
    max-width: 40vw;
  }
  .right{
    position: relative;
    margin-left: 0vw;

  }
  .description{
    margin-top: 10vw;
  }
}

@media only screen and (max-width: 1400px) {
  .mySlides img{
  max-width:150%;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-left: 5%;
  margin-top: -15%;
  align-content: left;
  }
  h1 {
    font-size: 2.0em;
  }

  .left{
    position: relative;
  }
  .left img{
    max-width: 80vw;
  }
  .right{
    position: relative;
    margin-left: 0vw;

  }


  .mySlides .description img{
    width: 40vw;
    height: auto;
    margin-top: 0%;
    z-index: 1;
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-top: 2%;

}
.description{
  margin-top: 4vw;
}

.left{
  position: relative;
}
.left img{
  max-width: 80vw;
}
.right{
  position: relative;
  margin-left: 0vw;

}

}

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

.mySlides img{
  position: relative;
}

/*____________*/
}

/*_______________________________________________________*/



/*_______________________________________________________*/

/*_______________________________________________________*/

@media only screen and (max-width: 700px) {
  body{
    width: 100%;
    overflow: hidden;
  }


  h1 {
    font-size: 1.7em;
    margin-top: -3%;
    margin-bottom: 3%;
    letter-spacing: 0.1em;
  }
  .dark{

    box-shadow: 0px -140px 60px -50px rgba(29,29,29,0.9) inset;
    overflow: hidden;
  }
  .mySlides{
    max-width: 200%;
  }

  .mySlides img{
    max-width:150%;
    position: fixed;
    overflow: hidden;
    margin: 0;
    margin-left: -75%;
    margin-top: -15%;
    align-content: left;

  }

/*  INFOOOO  */
  .description {
    width: 80vw;
    text-align: left;
    margin: auto;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    line-height: 1.3;
    font-family: Assistant, Josefin Sans,Poiret One, Dorsa, sans-serif;
    color: rgba(190, 190, 190, 1.0);
    text-align: justify;
    font-weight: 200;
    margin-bottom: 2%;
    margin-top: 9vw;
  }

  .description p{
    margin-top: 2vw;
  }

  .left{
    position: relative;
  }
  .left img{
    max-width: 80vw;
  }
  .right{
    position: relative;
    margin-left: 0vw;

  }



  .mySlides .description img{
      width: 80vw;
      height: auto;
      margin-top: 0%;
      z-index: 1;
      position: relative;
      overflow: hidden;
      margin: 0;
      margin-top: 5%;

  }
/*  INFOOOO  */


  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: 100%;
    padding: 16px;
    margin-top: 50%;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    z-index: 3;
  }
  /*_______________________________________________________*/

.column{
  margin: 2%;
  width: 12%;
}


.row{
  margin-left: 0;

}
  /*_______________________________________________________*/




  /*_______________________________________________________*/
  footer {
    display: none;
  }
}

@media only screen and (max-width: 350px) {
  h1 {
    font-size: 1.4em;
  }
}
    /*_
  .phone {
    border-radius: 20px;
    width: 150px;
    height: 300px;
  }
  .phonescreen{
    width: 140px;
    height: 280px;
    margin-top: 5px;
  }
