﻿html, body {
  -webkit-text-size-adjust: 100%; /* iOS and newer Android */
  text-size-adjust: 100%;         /* Standard property */
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/Background-Bottom.jpg) #f2fbfe no-repeat;
	background-size: 100% auto;
	background-position: bottom;
	font-family: 'Work Sans', Arial, sans-serif;
	font-weight: 250;
}

.masthead {
	width: 100%;
	margin: 0 auto;
	padding: 350px 0px 175px 0px;
	text-align: center;
	background: url(../images/Background-Top.jpg) no-repeat;
	background-size: contain;
}

	.masthead img {
		width: 80%;
		max-width: 500px;
		margin: auto;
	}
	

.content {
	width: 90%;
	max-width: 1100px;
	height: 600px;
	margin: 0 auto;
	min-height: 450px;
	text-align: center;
}

.highlight {
	font-size: 34px;
	line-height: 39px;
}

.heading {
	display: block;
	margin-top: 80px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
}

.grid {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

	.grid .grid-item {
		width: calc(50% - 40px);
		display: inline-block;
		vertical-align: top;
		padding: 20px;
		
		font-size: 11px;
		font-weight: 350;
		letter-spacing: 2px;

	}
	
	.grid .grid-item img {
		width: 100%;
		max-width: 400px;
	}
	
	a .grid-item {
		text-decoration: none;
		border-bottom: 0px;
		color: #000 !important;
	}
	
.footer {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 550px;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 30px;
	
	color: #002158;
	
	    transition:
	        all 0.9s ease;
	
}

	.footer a {
		text-decoration: none;
		color: #002158 !important;
		border-bottom: 1px dashed #002158;	
	}
	
@media only screen and (max-width: 600px) {
	
	body {
		background: url(../images/Background-Bottom-Mobile.jpg) #f2fbfe no-repeat;
		background-size: 100% auto;
        background-position: bottom;
	}

	.masthead {
		width: 100%;
		margin: 0 auto;
		padding: 175px 0px 55px 0px;
		text-align: center;
		background: url(../images/Background-Top-Mobile.jpg) no-repeat;
		background-size: contain;
	}
			
		.masthead img {
			width: 70%;
		}
		
	.content {
		width: 85%;
		max-width: 1000px;
		height: auto;
	}
	
	.highlight {
		font-size: 21px;
		line-height: 29px;
	}
	
	.heading {
		display: block;
		margin-top: 65px;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 2px;
	}
	
	.grid {
		width: 90%;
		max-width: 1000px;
		margin: 0 auto;
	}
	
		.grid .grid-item {
			width: calc(50% - 40px);
			display: inline-block;
			vertical-align: top;
			padding: 20px;
			
			font-size: 11px;
			font-weight: 350;
			letter-spacing: 2px;
	
		}
		
		.grid .grid-item img {
			width: 100%;
			max-width: 400px;
		}
		
		a .grid-item {
			text-decoration: none;
			border-bottom: 0px;
			color: #000 !important;
		}
		
	.footer {
		margin-bottom: 450px;
	}


}
	
@media only screen and (min-width: 1450px) {

	.footer {
		margin-bottom: 650px;
	}

}
	
	
@media only screen and (min-width: 1550px) {

	.footer {
		margin-bottom: 850px;
	}

}
	
@media only screen and (min-width: 1750px) {

	.footer {
		margin-bottom: 925px;
	}

}
	
@media only screen and (min-width: 2050px) {

    body {
		background-size: 100% auto !important;
	}
	
    .masthead {
		background-size: cover !important;	
	}
	
	.footer {
		margin-top: 150px;
		margin-bottom: 1050px;
	}

}
    
