.parallax-bgimg-1, .parallax-bgimg-2, .parallax-bgimg-3 {
 position: relative;
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

.parallax-bgimg-1 {
 min-height: 800px;
}

.parallax-bgimg-2 {
 min-height: 400px;
}

.parallax-bgimg-3 {
 min-height: 400px;
}

/* Turn off parallax scrolling for tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1024px) {
 .parallax-bgimg-1, .parallax-bgimg-2, .parallax-bgimg-3 {
  background-attachment: scroll;
 }
}

.parallax-black-paragraph {
 position:relative;
 color:#ddd;
 background-color:#282E34;
 padding: 20px 5px;
}

.parallax-white-paragraph {
 position:relative;
 color:#000;
 background-color:#fff;
 padding: 20px 5px;
}

.parallax-caption-header, .parallax-caption-footer  {
 left: 0;
 position: absolute;
 width: 100%;
 text-align: center;
}

.parallax-caption-header {
 top: 10%;
}

.parallax-caption-footer {
 top: 90%;
}

.parallax-caption-header span.border, .parallax-caption-footer span.border  {
 display: block;
 background-color:#282E34;
 color: #fff;
 padding: 18px;
 font-size: 25px;
 letter-spacing: 8px;
}

blockquote {
 border: none;
 display: inline-block;
 position: relative;
}

.parallax-author {
 display: block;
 padding: 20px 0px;
}

.parallax-panel-footer{
 padding: 10px 0px;
}

.canmore-insite-text {
	height:120px;
}

.canmore-insite-highlighted {
	border-color: #00A0C4 !important;
	border-width: 5px !important;
}

.canmore-insite-caption {
	padding-bottom:20px;
	font-weight:bold;
	font-size:16px;
}










