#specialPageHeader
{
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 2;
}

.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/specialSlide-1.jpg");
  opacity: 0;
}
#headerBackground2
{
  background-image: url("images/specialSlide-2.jpg");
  opacity: 0;
}
#headerBackground3
{
  background-image: url("images/specialSlide-3.jpg");
  opacity: 0;
}
#headerBackground4
{
  background-image: url("images/specialSlide-4.jpg");
  opacity: 0;
}

#specialDescriptionSection
{
  background-position: 0px 50%;
  width: 100%;
  height: 820px;
  background-image: url("images/birthdayCake.jpg");
  background-color: white;
  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: black;
}

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

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

#specialDescriptionSection h1
{
  color: black;
}

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

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

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

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

#specialContactLink
{
  color: black;
  text-decoration: underline;
}
