@charset "UTF-8";
/* CSS Document */
html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

body {
	margin-left: auto;
	margin-right: auto;
}

header {
	padding: 32px;
}

footer {
	padding: 20px 30px;
	background-color: #333333;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 200px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.hero {
	background-image:url(images/IMG_0006.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #ffffff;
	text-align: center;
}

h1 {
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 60px;
}
h2 {
	font-size: 26px;
	font-weight: 200;
	margin-bottom: 23px;
	text-transform: uppercase;
}
p {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

.button {
	border: 1px #ffffff solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #ffffff;
	text-decoration: none;
}

.info-box-1 {
	background-color: #9BB6CE;
	color: #ffffff;
	padding:  30px 20px 60px;
	text-align: center;
}

.info-box-2 {
	background-color:#BAA2A3;
	background-image:url(images/siik_map.png);
	background-size: cover;
	min-height: 200px;
	color: #ffffff;
	padding:  30px 20px 60px;
	text-align: center;
}
.info-box-3 {
	background-color: #9BB6CE;
	color: #ffffff;
	padding:  30px 20px 60px;
	text-align: center;
	min-height: 200px;
}
.info-box-4 {
	background-color:#ABC3A8;
	color: #ffffff;
	padding:  30px 20px 60px;
	text-align: center;
	min-height: 200px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear:both;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

/*Tablet View*/

@media (min-width: 768px){

	.style-nav ul li {
		display: inline-block;
	}
	.style-nav ul {
		text-align: center;
	}
	.col-md-one-half {
		width: 50%;
	}
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
	body {
		max-width: 778px;
	}
	
}

/*Desktop View*/

@media (min-width: 1024px){
	
	.style-nav ul li {
		display: inline-block;
	}
	.style-nav ul {
		text-align: center;
	}
	.col-lg-one-fourth {
		width:25%;
	}
	body {
		max-width: 1200px;
	}
	
}