html {
	scrollbar-color: yellow blue;
	scrollbar-color: #87ceeb #ff5621;
	scrollbar-color: auto;
}

.spacer {
	margin: 30px 0;
}

h4 {
	margin: 20px 0 !important;
}

.header {
	background: url('../img/head-back.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 20px;
	margin-bottom: 20px;
}

.header .call-to-action {
	padding: 10px 0px;
}

table, p {
	font-size: 18px;
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.footer {
	background-color: #283651;
	color: white;
	padding: 30px;
}

/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 535px) {
	table {
		font-size: 14px;
	}
}

/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 430px) {
	table {
		font-size: 11px;
	}
}

/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 350px) {
	table {
		font-size: 8px;
	}
}

.action {
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.action:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.action:active {
	position:relative;
	top:1px;
}



.call-action-btn {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.call-action-btn:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.call-action-btn:active {
	position:relative;
	top:1px;
}
