#faqPageHeader
{
  width: 100vw;
  height: 100vmin;
  position: relative;
}

.headerBackground
{
  position: relative;
  width: 100vw;
  height: 100vmin;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#mainCarousel
{
  width: 100%;
  height: 100%;
}

#mainCarousel .amp-carousel-button
{
  display: none;
}

#headerBackground1
{
  opacity: 1;
}
#headerBackground2
{
  opacity: 1;
}
#headerBackground3
{
  opacity: 1;
}
#headerBackground4
{
  opacity: 1;
}
#headerBackground5
{
  opacity: 1;
}
#headerBackground6
{
  opacity: 1;
}

#faqPage #faqTitle
{
  font-size: 50px;
}

#faqQ1
{
  width: 90%;
  margin-left: 15px;
}

#faqQ2
{
  width: 70%;
}

#faqQ3
{
  width: 70%;
  margin-left: 15px;
}