main{
  width: 100%;
  overflow: hidden;
  padding-top: 15vh;
}

img{
  width: 100%;
}
video{
  width: 100%;
}
p b{
  color: #938057;
  font-weight: normal;
}
p{
  font-size: 3vh;
  line-height: 5vh;
  text-align: justify;
  letter-spacing: 1px;
}

button{
  border-radius: 10rem;
  font-size: 3vh;
  border: 1px solid #938057;
  padding: 1vh 3vh;
}
button.small{
  padding: 0.25em 1em;
  font-size: 3vh;
}
button img{
  height: 2vh;
  top: -0.25vh;
}
button.float-left img{
  margin-right: 1vh;
}
button.float-right img{
  margin-left: 1vh;
}



.sectionHead{
  width: 100%;
  /* max-width: 1280px; */
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.sectionHead p{
  font-family: Baskerville Italic;
  font-size: 3.5vh;
  color: #938057;
  line-height: 5vh;
  width: 60%;
  text-align: left;
  letter-spacing: 1px;
}
/* .sectionHead p br{
  line-height: 5rem;
  margin: 10px 0;
  content: " ";
} */
.sectionHead h1{
  width: 50%;
  font-size: 6vh;
  font-family: Baskerville;
  position: relative;
}
.sectionHead h1 img{
  float: right;
  height: 4.5vh;
  width: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%)
}
.sectionHead .description{
  margin-left: 3vw;
}
#soundButton{
  position: relative;
  height: 5vh;
  width: auto;
  top: -10vh;
  float: right;
  right: 1vh;
}

.paragraph{
  width: 90%;
}


.bodyContainer{
  width: 90%;
  /* max-width: 1080px; */
  margin: 0 auto;
  padding: 20px 0 40px;
  line-height: 2rem;
}


.blackParagraph{
  width: 80%;
  margin: 0 auto;
  padding: 5vh 0 5vh;
  letter-spacing: 1px;
}
.blackParagraph p.quote{
  font-size: 5vh;
  font-family: Baskerville Italic;
  color: #938057;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 7.5vh;
  letter-spacing: 1px;
}

.buttonContainer{
  margin-top: 2.5vh;
  padding: 0 5%;
  overflow: hidden;
}



/*--------- COLOR ------*/
#color .section1{
  position: relative;
}
#color .section1 .paragraph{
  padding: 0 2% 0 5%;
  position: absolute;
  bottom: 10px;
}
#color .section1 .paragraph p{
  width: 50%;
  text-align: justify;
}
#color .section1 .paragraph p.footer{
  width: 100%;
  padding-top: 50px;
}

#color .section2 p{
  width: 100%;
}

#color .section4{
  position: relative;
}
#color .section4 .paragraph.desktop{
  padding: 0 2% 0 5%;
  width: 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#color .section4 .paragraph.mobile{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  position: absolute;
}
#color .section4 .paragraph.desktop p{
  text-align: justify;
}
#color .section4 .paragraph.mobile p{
  font-family: Baskerville Italic;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.5rem;
}

#color .section6{
  margin: 5vh 0 5vh;
  overflow: hidden;
}
#color .section6 .description{
  width: 35%;
  float: left;
  padding: 1rem 2rem 0;
}
#color .section6 .description p{
  line-height: 5vh;
}
#color .section6 .description p.header{
  font-size: 6vh;
  font-family: Baskerville Italic;
  text-align: center;
  line-height: 8vh;
}
#color .section6 img{
  width: 65%;
  float: left;
}

#color .section7{
  position: relative;
}
#color .section7 .paragraph{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  position: absolute;
}
#color .section7 .paragraph p{
  font-family: Baskerville Italic;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.5rem;
}

.controller{
  position: relative;
  margin-top: 20px;
}
.slideNumber{
  float: left;
  position: absolute;
  margin-left: 10px;
  font-size: 3vh;
}
.controllerNextPrev{
  height: auto;
  overflow: hidden;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.controllerNextPrev div{
  display: inline-block;
  height: 5vh;
  position: relative;
}
.controllerNextPrev img{
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  opacity: 0.7;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  left: 0px;
  border-radius: 50%;
  background: #93805700;
}
.controllerNextPrev .controllerNext{
  margin-left: 4vh;
}
.controllerNextPrev .controllerNext:hover img{
  opacity: 1;
  left: 1vh;
  background: #938057;
}
.controllerNextPrev .controllerPrev:hover img{
  opacity: 1;
  left: -1vh;
  background: #938057;
}
/*----- END COLOR -----*/



/*--------- PATTERN ------*/


#pattern .section1{
  margin-bottom: 50px;
}

#pattern .section2{
  position: relative;
}
#pattern .section2 .paragraph{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#pattern .section2 .paragraph p{
  font-family: Baskerville Italic;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.5rem;
}

#pattern .section3{
  position: relative;
}
#pattern .section3 .paragraph{
  padding: 0 2% 0 5%;
  position: absolute;
  top: 5rem;
}
#pattern .section3 .paragraph p{
  width: 50%;
  text-align: justify;
}

#pattern .section5{
  margin: 50px 0 50px;
  overflow: unset;
}
#pattern .section5 .description{
  width: 50%;
  float: left;
  padding: 1rem 0 0;
  margin-left: 10%;
}
#pattern .section5 .description p{
  text-align: justify;
}
#pattern .section5 .description p.header{
  font-size: 6vh;
  font-family: Baskerville Italic;
  text-align: center;
  line-height: 8vh;
}
#pattern .section5 .leftImage{
  width: 35%;
  float: left;
  position: relative;
  top: -100px;
  left: 5%;
}
#pattern .section5 .buttonContainer{
  margin: 60px 0 40px 0;
  padding: 0;
}

#pattern .section6{
  width: 80%;
  margin: 0 auto;
  position: relative;
}
#pattern .section6 .paragraph{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  position: absolute;
}
#pattern .section6 .paragraph p{
  font-family: Baskerville Italic;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.5rem;
}


/*----- END PATTERN -----*/



/*--------- DETAIL ------*/

#detail .section1{
  position: relative;
}
#detail .section1 .paragraph{
  padding: 0 2% 0 5%;
  position: absolute;
  top: 5rem;
}
#detail .section1 .paragraph p{
  width: 50%;
  text-align: justify;
}

#detail .section3{
  margin: 50px 0 0;
  overflow: unset;
}
#detail .section3 .description{
  width: 40%;
  float: left;
  padding: 1rem 2rem 0;
}
#detail .section3 .description p{
}
#detail .section3 .description p.header{
  font-size: 1.8rem;
  font-family: Baskerville Italic;
  text-align: center;
  line-height: 2.5rem;
}
#detail .section3 .leftImage{
  width: 60%;
  padding: 0 2.5%;
  float: left;
  position: relative;
  top: -100px;
}
#detail .section3 .buttonContainer{
  margin-top: 80px;
  padding: 0;
}

#detail .section6 iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#detail .section6 .embedContainer{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}


.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player>div>img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}

.youtube-player>div>img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 15vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
}
.youtube-player .play > img{
  height: 100%;
  width: auto;
}


/*----- END DETAIL -----*/



/* MOBILE BREAKDOWN*/
@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait), (orientation: portrait){
  main{
    padding-top: 0;
  }
  .bodyContainer{
    width: 100%;
  }
  .sectionHead .description{
    width: 80%;
    margin: 0 auto;
    padding-top: 2rem;
  }
  .sectionHead h1{
    width: 80%;
  }
  .sectionHead p{
    width: 90%;
  }


  /* FONTSIZE */
  p{
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .sectionHead p{
    font-size: 1.4rem;
    line-height: 2.25rem;
  }
  .sectionHead h1{
    font-size: 2.5rem;
  }


  button{
    font-size: 0.8rem;
    padding: 0.2rem 0.6rem;
  }
  button.small{
    padding: 0.1rem 1.25rem;
    font-size: 1rem;
  }
  button img{
    height: 0.5rem;
    top: -0.15rem;
  }
  button.float-left img{
    margin-right: 10px;
  }
  button.float-right img{
    margin-left: 10px;
  }
}

/* ##Device = Desktops ##Screen = 1281px to higher resolution desktops */
@media (min-width: 1281px) {

}

/* ##Device = Laptops, Desktops ##Screen = B/w 1025px to 1280px */
@media (min-width: 1025px) and (max-width: 1280px) {

}

/* ##Device = Tablets, Ipads (portrait) ##Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* ##Device = Tablets, Ipads (landscape) ##Screen = B/w 768px to 1024px*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

/*  ##Device = Low Resolution Tablets, Mobiles (Landscape) ##Screen = B/w 481px to 767px*/
@media (min-width: 481px) and (max-width: 767px) {

}

/*  ##Device = Most of the Smartphones Mobiles (Portrait) ##Screen = B/w 320px to 479px */
@media (min-width: 320px) and (max-width: 480px) {

}
