#corporatePageHeader
{
  width: 100%;
  height: 800px;
  position: relative;
}

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

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

#corporateDescriptionSection
{
  background-position: 0px 50%;
  width: 100%;
  height: 900px;
  background-image: url("images/glasses.jpg");
  background-color: black;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  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);
  color: white;
}

#corporateDescriptionSection h1
{
  color: white;
}

#corporateTitle
{
  position: relative;
  left: 5%;
  max-width: 94%;
}

#corporateText1
{
  position: relative;
  left: 10%;
  width: 50%;
  line-height: 30px;
  text-align: justify;
}

#corporateEventTypes
{
  position: relative;
  left: 15%;
  width: 50%;
  height: 200px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

#corporateText2
{
  position: relative;
  left: 10%;
  width: 50%;
  line-height: 30px;
  text-align: justify;
  font-size: 20px;
  background-color: rgba(50,50,50,0.8);
  padding: 15px;
  margin: 10px;
}

#corporateContactLink
{
  color: white;
  text-decoration: underline;
}
