* {
	margin:0;
	padding:0;
	border:0;
	outline:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

input, select, textarea {
	-webkit-appearance:none;
	box-shadow:none;
	border-radius:0;
}

html {
	-webkit-text-size-adjust:none;
}

body {
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4;
	color:#353535;
	background-image:url(images/bg.jpg);
	background-size:cover;
}

img {
	vertical-align:middle;
	max-width:100%;
	height:auto;
}

a {
	text-decoration:none;
	color:#ff6900;
}

a:hover {
	text-decoration:none;
}

.container {
	max-width:1100px;
	width:100%;
	padding:0 10px;
	margin:0px auto;
}

.clear:before,
.clear:after {
	content:"";
	display:table;
	clear:both;
}

.logo {
	max-width:300px;
	margin:25px auto;
}

.intro-heading {
	text-align:center;
	font-size:26px;
	color:#ff6900;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:20px;
}

.row {
	padding:60px 0 30px;
}

.block-col {
	float:left;
	width:30%;
	margin-left:5%;
	border-radius:50%;
	overflow:hidden;
	background-color:#fff;
	border:solid 6px #fff;
	position:relative;
}

.block-col:first-of-type {
	margin-left:0;
}

.block-col:hover {
	box-shadow: 0 0 15px #111;
}

.links {
	position:absolute;
	width:100%;
	background-color:rgba(255,255,255,0.8);
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	padding:20px 10px;
	font-size:16px;
	font-weight:bold;
	text-transform:capitalize;
}