

/* ==========================================================================
   Author's custom styles
   ========================================================================== */




body {
	font-family: 'Merriweather', 'serif';
	font-size: 18px;
	text-align: center;
 }

 h3 {

    padding-bottom: 20px;
 }

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.video-container{

max-width: 500px;
box-shadow: 1px 5px 15px grey;
}

.col-sm-6:after {
display: block;
content: "";
height: 1px;
width: 100%;
background: -moz-linear-gradient(to right, #f7f7f7 0%, #e1e1e1 50%, #f7f7f7 100%);
background: -webkit-linear-gradient(to right, #f7f7f7 0%, #e1e1e1 50%, #f7f7f7 100%);
background: -o-linear-gradient(to right, #f7f7f7 0%, #e1e1e1 50%, #f7f7f7 100%);
background: -ms-linear-gradient(to right, #f7f7f7 0%, #e1e1e1 50%, #f7f7f7 100%);
background: linear-gradient(to right, #f7f7f7 0%,#e1e1e1 50%,#f7f7f7 100%);
border-top: 1px solid #e1e1e1 \0/IE9;
margin-bottom: 0.75em;
}










