/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-style: normal;
	font-weight: 200;
	height: 100%;
}
/* Container */
.container {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	position: fixed;
	background-color: #52bad5;
}

#top {
    background-color: #d70146;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%
}
#top .logo {
    margin: 16px auto;
    width: 200px;
}

.video_wrapper{
    width:100%;
    position:relative;
    display:inline-block;
    background-color:#91b6eb;
}
.video_wrapper img{
    width:100%
}

iframe{
    position:absolute;
    top:0;
    left:0;
    height:100%
}

/* Mobile */

.accordion {
    background-color: #FFF8D7;
    color: #fefefe;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 22px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #FFBB77;
}

.accordion:after {
    content: '\002B';
    color: #fefefe;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0;
    max-height: 0;
    background-color: #f2f2f2;
    overflow: hidden;
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.container header {
	margin: 0 auto;
	width: 100vw;
	display: inline-block;
	background: #52bad5
}
	
}

/* Desktops */
@media (min-width: 768px){
	.container{
		margin: 0 auto;
		max-width: 768px;
	}
	.container header {
		max-width: 768px;
	}
	.container section {
		max-width: 768px;
	}
	
}
    
#footer {
    padding: 30px;
    background-color: #d70146;
    color: #fff;
    position: relative;
}

#footer p {
    padding-bottom: 5px;
    font-size: 14px;
    text-align: center;
}

}
