#mainPageHeader
{
  width: 100%;
  height: 1000px;
  position: relative;
}

.headerBackground
{
  position: absolute;
  width: 100%;
  height: 1000px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 1s ease;
}

#headerBackground1
{
  background-image: url("images/mainSlide-1.jpg");
  opacity: 0;
}
#headerBackground2
{
  background-image: url("images/mainSlide-2.jpg");
  opacity: 0;
}
#headerBackground3
{
  background-image: url("images/mainSlide-3.jpg");
  opacity: 0;
}
#headerBackground4
{
  background-image: url("images/mainSlide-4.jpg");
  opacity: 0;
}
#headerBackground5
{
  background-image: url("images/mainSlide-5.jpg");
  opacity: 0;
}
#headerBackground6
{
  background-image: url("images/mainSlide-6.jpg");
  opacity: 0;
}

#featureText1
{
  opacity: 0;
  visibility: hidden;
}
#featureText2
{
  opacity: 0;
  visibility: hidden;
}
#featureText3
{
  opacity: 0;
  visibility: hidden;
}
#featureText4
{
  opacity: 0;
  visibility: hidden;
}
#featureText5
{
  opacity: 0;
  visibility: hidden;
}
#featureText6
{
  opacity: 0;
  visibility: hidden;
}

#missionSection
{
  width: 100%;
  height: 850px;
  background-image: url("images/dress.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  position: relative;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
     -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
      -ie-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
       -o-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

@media (orientation:landscape)
{
  #missionSection
  {
    background-size: 150% auto;
  }
}

@media (orientation:portrait)
{
  #missionSection
  {
    background-size: auto 150%;
  }
}

#missionTitle
{
  position: relative;
  top: 10px;
  max-width: 1100px;
}

#missionText1
{
  color: black;
  position: absolute;
  text-align: left;
  left: 30%;
  top: 150px;
}

#missionText2
{
  color: black;
  position: absolute;
  left: 40%;
  top: 180px;
  text-align: justify;
}

#missionText3
{
  color: black;
  position: absolute;
  left: 10%;
  top: 270px;
  width: 80%;
  text-align: justify;
  line-height: 30px;
}

#missionText4
{
  color: black;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ie-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 610px;
}

#missionText5
{
  color: black;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ie-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 680px;
  width: 80%;
  line-height: 30px;
}

#testimonialSection
{
  height: 800px;
  background-image: url(images/marble-paper-textures-high-res-background-.jpg);
  position: relative;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#testimonialTitle
{
  position: absolute;
  top: 5px;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ie-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#testimonialText
{
  color: black;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ie-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 80%;
  top: 150px;
  text-align: center;
}

.testimonialCenteredBlock
{
  position: relative;
  display:block;
  left: 50%;
}

.rsslides_nav, .next
{
  position: absolute;
  right: 5%;
  top: 200px;
  color: #666666;
  font-size: 80px;
}
.rsslides_nav, .prev
{
  position: absolute;
  left: 5%;
  top: 200px;
  color: #666666;
  font-size: 80px;
}

#testimonialLogos
{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: space-between;
  position: relative;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ie-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 80%;
  padding: 10px;
}

.testimonialLogo
{
  max-height: 150px;
  padding: 10px;
}
