/* reset rules */
html {
  box-sizing: border-box;
  height: 100%;
}
*, *:before, *:after {
  box-sizing: inherit;
}

img {
	text-decoration: none;
}

.clear {
	clear: both;
}

.skip {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	color: #fff;
	font-size: 1.1em;
	font-family: 'Source Sans Pro';
	background: #72a9c2;
}

a {
	color: #fff;
}

a:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}

p {
	color: #e5f2f8;
	font-size: 1.2em;
	line-height: 1.5em;
}

h1 {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: "texgyrepagellabold";
}

h2 {
	font-weight: normal;
	font-family: "lane_-_narrowregular";
}

h3 {
	font-weight: normal;
	font-family: "texgyrepagellabold";
}

.btn {
	display: inline-block;
	padding: 9px 15px 11px 15px;
	text-decoration: none;
	border-radius: 8px;
	-webkit-box-shadow: 0px 3px 0px 0px #709219;
	-moz-box-shadow: 0px 3px 0px 0px #709219;
	box-shadow: 0px 3px 0px 0px #709219;
	background-color: #a7ca4e;
}

.btn:hover {
	-webkit-box-shadow: 0px 3px 0px 0px #5c7b0d;
	-moz-box-shadow: 0px 3px 0px 0px #5c7b0d;
	box-shadow: 0px 3px 0px 0px #5c7b0d;
	background-color: #97c02d;
	opacity: 1;
	filter:alpha(opacity=100);
}

.final {
	margin-right: 0;
}

.profile img {
	max-width: 318px;
	max-height: 340px;
}

.readmore a {
	float: right;
}

.about {
	background-color: #fff;
}

.about h1 {
	color: #72a9c2;
}

.about p {
	color: #a7a7a7;
}

.about-extra {
	background-color: #3b7a95;
}

.contact h3 {
	margin: 1em 0 0.3em 0;
	padding: 0;
	font-family: 'Source Sans Pro';
}

.contact ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact li {
	margin-bottom: 0.3em;
}

.email {
	margin-top: 1em;
}

.background-symbol {
	display: none;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.9em;
}

.wrapper-head {
	width: 100%;
}

.wrapper-content {
	width: 100%;
}

header {
	width: 60%;
	margin: 0 auto;
}

.content {
	width: 60%;
	margin: 0 auto;
}

.logo {
	width: 349px;
	height: 145px;
	margin-left: -32px;
	background-color: #fff;
	background-image: url('/assets/images/joni-holland.jpg');
}

.logo img {
	display: none;
}

nav {
	margin-top: 48px;
	text-align: right;
}

nav a {
	display: inline-block;
	text-decoration: none;
	margin-right: 10%;
	padding: 9px 0 11px 0;
}

.wrapper-logo {
	width: 35%;
	float: left;
}

.wrapper-nav {
	width: 65%;
	float: left;
}

.profile {
	width: 25%;
	float: right;
	margin-top: 18px;
	margin-left: 12%;
	text-align: right;
}

.profile img {
	width: 100%;
}

.copy {
	width: 63%;
	float: right;
}

/* page specific */
.front {
	margin: 6% 0;
}

.about .content {
	padding: 6% 0 3% 0;
}

.about .copy {
	width: 80%;
}

.about .profile {
	width: 15%;
	margin-top: 4.5em;
	margin-left: 5%;
}

.about-extra {
	margin: 0;
	padding: 2% 0 2% 0;
}

.extra-col1 {
	width: 65%;
	float: left;
	margin-right: 5%;
}

.extra-col2 {
	width: 30%;
	float: left;
}

.extra-list1 {
	width: 40%;
	float: left;
}

.extra-list2 {
	width: 60%;
	float: left;
}

.about-shim {
	width: 100%;
	height: 600px;
	background-color: #3b7a95;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.contact {
	margin: 6% 0;
}

.contact .copy {
	width: 30%;
	margin-right: 10%;
	float: left;
}

.contact-map {
	width: 60%;
	margin-top: 4.6em;
	float: left;
}

.contact-map iframe {
	width: 100%;
	height: 400px;
}
