body{

}
.mainArea{
  margin-top:30px;
  padding-bottom:200px;
  font-family: 'Indie Flower', cursive;
}

.mainArea p{
  font-size: 24px;
}


.bannerImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: 30px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.video-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
} 

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.videoSectionTitle{
  border-bottom: 5px double #0080ff;
  color: #0080ff;
  margin-top:40px;
}

.featuredVideo{
 text-align:center;
}

.intrinsic-container h3{
  margin:10px;
}
h2,h3,h4,h5{
  font-weight: bold;
}