@font-face {
	font-family: 'gibson';
	font-weight: 200;
	src: url('../fonts/Gibson-Light.eot');
	src: url('../fonts/Gibson-Light.eot') format('embedded-opentype'),
		url('../fonts/Gibson-Light.woff') format('woff'),
		url('../fonts/Gibson-Light.ttf') format('truetype'),
		url('../fonts/Gibson-Light.svg#Gibson-Light') format('svg');
}

@font-face{
	font-family: 'gibson';
	font-weight: 400;
	src:url('../fonts/Gibson-Regular.eot');
	src:url('../fonts/Gibson-Regular.eot') format("embedded-opentype"),
		url('../fonts/Gibson-Regular.woff') format("woff"),
		url('../fonts/Gibson-Regular.ttf') format("truetype"),
		url('../fonts/Gibson-Regular.svg#Gibson-Regular') format("svg");
}

@font-face{
	font-family: 'gibson';
	font-weight: 500;
	src:url('../fonts/Gibson-SemiBold.eot');
	src:url('../fonts/Gibson-SemiBold.eot') format("embedded-opentype"),
		url('../fonts/Gibson-SemiBold.woff') format("woff"),
		url('../fonts/Gibson-SemiBold.ttf') format("truetype"),
		url('../fonts/Gibson-SemiBold.svg#Gibson-SemiBold') format("svg");
}			
		

@font-face{
	font-family: 'gibson';
	font-weight: 700;
	src:url('../fonts/Gibson-Bold.eot');
	src:url('../fonts/Gibson-Bold.eot') format("embedded-opentype"),
		url('../fonts/Gibson-Bold.woff') format("woff"),
		url('../fonts/Gibson-Bold.ttf') format("truetype"),
		url('../fonts/Gibson-Bold.svg#Gibson-Bold') format("svg");
		}


html, body, div, .container-fluid, .row, .col{
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
}

body {
	background: #edf1f4;
}


  
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	max-width: 950px;
	background: white;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	font-family: gibson;
}

.content {
	background: white;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	font-family: gibson;
}

.title {
	height: 60px;
	background: white;
}

.link{
	color: #5dbfd4;
	letter-spacing: 0.25px;
	font-weight: 400;
	font-size: 14px;
	line-height: 61px;
	font-family: gibson;
}
	

h1 {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	max-width: 1000px;
	font: 500 72px/70px "gibson";
}

h2 {
	height: 80px;
	color: #1a2856;
	font: 500 45px/45px "gibson";
	margin: 40px auto 20px auto;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

h2::after {
	background-color: #edf1f4;
	bottom: 0;
	content: '';
	height: 2px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	width: 80px;
}


.banner {
	position: relative;
	width: 100%;
	z-index: 1;
	text-align: center;
	background-color: #5dbfd4;
	clear: both;
}

.banner.banner--image {
	background-size: cover;
	background-position: center center;
	height: 350px;
	position: relative;
	line-height: 350px;
}


@media screen and (min-width: 801px) {
	.embed-responsive{
		/*width: 760px;*/
	}
	.showmewhensmall {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: 8vw;
	}	
	
	h2 {
		font-size: 6vw;
	}
	
	.banner.banner--image {
		line-height: 44vw;
		height: 100%;
	}
	
	.hidemewhensmall {
		display: none;
	}

	.showmewhensmall {
		display: block;
	}
	
}

p {
	margin: 20px 40px 20px 40px;
}

