.light-blue{
	background-color: #405571;
}

.dark-blue{
	background-color: #112b4e;
}

a.page-heading{
	color: white;
	text-decoration: none;
	font-family: GillSans-SemiBold;
}

@media screen and (max-width: 392px){
	img.site-logo{
		height: 65px;
	}

	a.page-heading{
		font-size: 1.5em;
	}
}

@media screen and (max-width: 767px) and (min-width: 393px){
	section.parralax{
		min-height: 200px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 20vh;
	}

	img.site-logo{
		height: 105px;
	}

	a.page-heading{
		font-size: 2.45em;
	}	
}

@media screen and (max-width: 991px) and (min-width: 768px){
	a.page-heading{
		font-size: 2em;
	}
	
	section.parralax{
		min-height: 500px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 45vh;
	}

	img.site-logo{
		height: 119px;
	}

	a.page-heading{
		font-size: 2.45em;
	}	
}

@media screen and (max-width: 1199px) and (min-width: 992px){
	a.page-heading{
		font-size: 2em;
	}
	
	section.parralax{
		min-height: 500px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 55vh;
	}

	img.site-logo{
		height: 119px;
	}	

	a.page-heading{
		font-size: 2.45em;
	}
}

@media screen and (min-width: 1200px){
	a.page-heading{
		font-size: 2em;
	}
	
	section.parralax{
		min-height: 500px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 60vh;
	}	

	img.site-logo{
		height: 119px;
	}	

	a.page-heading{
		font-size: 2.45em;
	}
}

