
@font-face {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Century Gothic'), local('CenturyGothic'), url(https://fonts.gstatic.com/l/font?kit=Yeh3y7ciGQhij8XzUSI-wORYAdd4IhfhHjBEc43Trp8&skey=93c2fdf69b410576&v=v7) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/*******************
old red cc0202
new red ec1d25
*******************/

* {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	background-color: none;
	font-family: "Century Gothic", "sans-serif";
}

body {
	background-color: #000;
}

img {
	border-radius: 25px;
	width: 100%;
}


#header_homepage {
	margin-top: 15px;
	margin-bottom: 80px;
	height: 350px;
	background-image: url(../images/logo-home.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
/*	opacity: 0.7;
	filter: alpha(opacity=30);*/ /* For IE8 and earlier */
}

#header {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #000;
	height: 120px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#footer {
	color: #000;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-size: 12px;
}

#footer #copyright {
	font-size: 10px;
	background-color: #000; 
}
#footer hr {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
	border-color: #eee;
}

.calltoaction {
	color: #ec1d25;
	font-size: 26px;
	font-style: italic;
}

.clicknote {
	color: #ddd;
	font-size: 14px;
	font-style: italic;
}

/* content */

.row {
	text-align:center;
	margin:0 auto;
	width:100%;
	font-family: sans-serif;
	font-size: 16px;
}
.container {
	display: inline-block;
	background-color: transparent;
	margin: 5px;
	padding: 5px;
	width: 90%;
	max-width: 900px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
	border-radius: 25px;
	border: 3px solid #ec1d25;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.left {
	float: left;
	text-align: center;
	width: 50%
}
.center {
	text-align: center;
}
.right {
	float: left;
	text-align: center;
}	 
.container hr {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 3px;
	border-color: #333;
}
.container h4 {
	color: #306189;
}

.large-logo {
	display: block;
}

.mobile-only {
	display: none;
}

@media screen and (max-width: 600px) {
	img {
		width: 100%;
	}
	#header_homepage {
		margin-top: 15px;
		margin-bottom: 15px;
		height: 85px;
		width: 100%;
		background-image: url(../images/logo-mobile.png);
		background-size: auto;
	}
	#header {
		margin-top: 15px;
		margin-bottom: 15px;
		height: 85px;
		width: 100%;
		background-image: url(../images/logo-mobile.png);
/*		opacity: 0.99;
		filter: alpha(opacity=1);*/ /* For IE8 and earlier */
	}
	.row {
		margin-top: 20px;
	}
	.large-logo {
		display: none;
	}
	.container {
		width: 80%;
	}
	.left {
		float: none;
		width: 100%;
	}	
	.mobile-only {
		display: block;
	}

}
