@charset "utf-8";
/* CSS Document */

#footer>.container {
    padding-top: 20px;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Merriweather', serif;
	font-style:normal;
    font-weight: 500;
    color: #414141;
    margin: 0 0 30px 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

body {
	color:#666;
	background-color:#fff;
	font-family: 'Merriweather', serif;
	-webkit-font-smoothing: antialiased;
	font-size:15px; line-height:1.5;
	margin:0; padding:0;
}

#header {
	font-size:16px;
	font-style:italic;
}

.videoWrapper {
	position: relative;
	padding-bottom: 54.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	background-color:#fff;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#fff;
}

.form-control {
    padding: .2rem .5rem;
    font-size: 1rem;
    line-height: 1.25;
	height: 30px;
 }

label {
    margin-bottom:0px;
}