* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

a, .blue-text {
	color:#008aff;
}

body {
	text-align:center;
	margin:0px;
	padding:0px;
}

.border-grey-bottom {
	border-bottom:4px solid #bbb;
}

.border-grey-top {
	border-top:4px solid #bbb;
}

.border-grey-sides {
	border-right:4px solid #bbb;
	border-left:4px solid #bbb;
}

.big-text {
	font-size:1.75em;
	font-weight:bold;
}

.center {
	text-align:center;
}

.center div {
	margin:auto;
}

.container {
	margin:auto;
	text-align:left;
}

.gap-25 {
	height:25px;
}

.mainimage {
	position:relative;
	overflow:hidden;
}

.mainimage .title, .mainimage .img {
	position:absolute;
}

.mainimage .title {
	z-index:1;
}

.mainimage .img {
	z-index:0;
}

.mainimage .img img {
	width:100%;
}

.light-grey-box {
	background-color:#dedede;
}



.padding-10 {
	padding:10px;
}

.shadow {
	text-shadow: 4px 6px 6px rgba(0,0,0,0.8);
	-webkit-text-shadow: 4px 6px 6px rgba(0,0,0,0.8);
	-moz-text-shadow: 4px 6px 6px rgba(0,0,0,0.8);
}


ul {
	list-style:none;
}

ul li {
	font-size:0.95em;
	line-height:1.5em;
}

ul li::before {
	color:#008aff;
	content:'\2714';
	margin:0px 5px 0px 0px;
}

.white-box {
	background-color:#ffffff;
}

.white-text {
	color:#fff;
}

@media (max-width:959px){
	.container {
		width:90%;
	}
	
	.logo img {
		width:75%;
	}
	
	
	.mainimage {
		height:250px;
	}	
	
	.mainimage .title {
		bottom:20px;
		left:10px;
	}
}

@media (min-width:960px){
	.container {
		width:960px;
	}
	
	.logo img {
		width:350px;
	}
	
	.mainimage {
		height:450px;
	}
	
	.mainimage .title {
		bottom:20px;
		left:15px;
	}
}