.container{
	max-width: 1080px;
	margin: auto;
	background: white;
	padding: 15px;
}
video {
    width: 100%;
    margin-top: 40px;
}
.body{
	background: #cfccc2;

}
body{
	padding:0;
	font-family: Verdana; 
}
.button{
	background-color: #04AA6D!important;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 6px 18px;
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
}
hr {
    margin-top: 60;
    margin-bottom: 60px;
    border-color: #cfccc2;
}

a.button.active {
    background-color: #046642 !important;
}