#weddingsPageHeader
{
  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/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;
}

#weddingPackages
{
  position: relative;
  width: 100%;
  background-image: url("images/dotsg.gif");
  background-repeat: repeat;
}

#weddingPackages h3
{
  color: black;
}
#weddingPackages h4
{
  color: black;
}
#weddingPackages h5
{
  color: black;
}
#weddingPackages h6
{
  color: black;
}

#weddingPackagesTitle
{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 25px;
  width: calc(100% - 100px);
  text-align: center;
  background-color: white;
  padding: 20px;
  border: 1px solid black;
}

#packagesContainer
{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  width: calc(100% - 50px);
  display: flex;
  justify-content: space-between;
}

.package
{
  position: relative;
  background-color: white;
  padding: 20px;
  border: 1px solid black;
  text-align: center;
  min-width: 280px;
  width: calc((100% - 200px) / 3);
}

.packageDescription
{
  max-width: 450px;
  text-align: justify;
  margin: auto;
  height: 250px;
}

#mostPopular
{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 150px;
  color: white;
  padding: 5px;
  background-color: black;
  font-family: 'Libre Baskerville';
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

.weddingPackageSection1
{
  height: 300px;
  text-align: left;
}

.weddingPackageSection2
{
  height: 340px;
  text-align: left;
}

.weddingPackageSection3
{
  height: 650px;
  text-align: left;
}

.weddingPackageDesignLink
{
  position: relative;
  top: 30px;
}

#weddingALaCarteContainer
{
  position: relative;
  bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: calc(100% - 50px);
  text-align: center;
  background-color: white;
  border: 1px solid black;
}

#weddingALaCarteGrid
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.aLaCarteItem
{
  width: 200px;
  padding: 10px;
  margin: 10px;
  border: 1px dashed black;
}