@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	font-family: 'Lato', Arial, sans-serif;
}

.page-header {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #022c54;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0;
}

.video-container {
	display: block;
	margin: auto;
	text-align: center;
	max-width: 580px;
}

.video-player {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}

.video-player iframe, .video-player object, .video-player embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.buttons {
	text-align: center;
	margin: 20px 0;
}

.buttons > a {
	border-radius: 10px;
	background: #f98b15;
	color: #ffffff;
	font-size: 21px;
	line-height: 1;
	padding: .6em 1.3em;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin-right: 8px;
	margin-bottom: 10px;
	display: inline-block;
}

.buttons > a.active, .buttons > a:hover {
	background-color: #a75701;
}

.buttons > a:last-child {
	margin-right: 0;
}