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

#faqPage
{
  position: relative;
  width: 100%;
  background-image: url("images/RoseGoldStone.jpg");
}

#faqPage h1
{
  font-size: 80px;;
}
#faqPage h2
{
  font-size: 50px;;
}
#faqPage h3
{
  color: black;
}
#faqPage h4
{
  color: black;
}
#faqPage h5
{
  color: black;
}
#faqPage h6
{
  color: black;
}

#faqTitle
{
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
}

.tallLine
{
  line-height: 30px;
}

#faqQ1
{
  width: 60%;
  margin-right: auto;
  margin-left: 25px;
  text-align: justify;
}

#avatar1
{
  float: left;
  shape-outside: ellipse();
  padding: 10px;
}

#faqQ2
{
  width: 60%;
  margin-right: 25px;
  margin-left: auto;
  text-align: justify;
}

#avatar2
{
  float: right;
  shape-outside: ellipse();
  padding: 10px;
}

#faqQ3
{
  width: 60%;
  margin-right: auto;
  margin-left: 25px;
  text-align: justify;
}

#avatar3
{
  float: right;
  shape-outside: ellipse();
  padding: 10px;
}

#faqQ4
{
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#avatar4
{
  float: right;
  shape-outside: ellipse();
  padding: 10px;
}

#loyaltyReasons
{
  text-align: left;
}



