/**
 * Styles for the video page template
 *
 */

.gnof-video-page main {
	background-color: #041E42;
	margin-bottom: 0px;
	padding-top: 20px;
}

.gnof-video-page main h1 {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.1em;
}

.gnof-video-page main h2 {
	text-transform: none;
	color: #00A9E0;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
}

.gnof-video-page main .block-narrow {
	margin-bottom: 0px;
	margin-top: 30px;
}

.gnof-video-page .gnof-video-container {
	padding: 30px 0;
}

.gnof-video-page .gnof-video-container video {
	height: auto;
	width: 100%;
}
.gnof-video-page .gnof-btn-wrap {
	text-align: center;
	padding-bottom: 50px;
}

.gnof-video-page .gnof-video-btn {
	display: inline-block;
	color: #fff;
    background-color: transparent;
    border: 2px solid #00A1D7;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 16px 29px;
    width: auto;
    margin: 0 auto;
    transition: all 0.3s;
}

.gnof-video-page .gnof-video-btn:hover,
.gnof-video-page .gnof-video-btn:focus,
.gnof-video-page .gnof-video-btn:active {
	background-color: #00A1D7;
}
