body {
  background-image: url('../img/bg_full.png');
  background-position: bottom;
}

.container {
	position: static;
	height: 100%;
	
}

#flame {
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
bottom: 160px;
}

.carousel {
  color: #f5f3f0;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  font-size: 2.0em;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 80px;

}

#quotes-carousel {
	transition: opacity 1s;
	opacity: 100%;
}

.transparentquote {
	opacity: 0% !important;
}

