body, html {
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body {
	background: #fff;
	font-family: 'Overlock', Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	color: #555;
}
a {
	color: #86af15;
}
a:visited {
	color: #86af15;
}
a:hover {
	color: #222;
	text-decoration: none;
}
nav, header, footer, section, article, aside, main {
	display: block;
}
img {
    border: 0;
}
div#body {
	overflow: auto;  
}
header {
	clear: both;
    overflow: auto;
    text-align: center;
}
h1 {
	color: #86af15;
    font-weight: normal;
}
section h1 {
    text-align: center;
    position: relative;
}
section h1 span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
section h1:before {
    background: #ccc;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}
section h1:before {
    left: 0;
}
article {
    overflow: auto;
    margin-bottom: 0.5em;
}
article p {
    margin-top: 0;
}
article p, article li {
	font-size: 1.05em;
    line-height: 1.4em;
}
p.primary {
    font-size: 1.2em;
}
p.secondary {
    font-size: 1.05em;
}
.portfolio {
    overflow: hidden;
}
.contact p {
    text-align: center;
}
.contact p span {
    color: #222;
}
.portfolio div img {
    max-width: 100%;
    border: 1px solid #ddd;
}
#mainimg {
    overflow: hidden;
    border: 1px solid #ddd;
}
#mainimg img {
    max-width: 99%;
}
#buttons {
    text-align: center;
    margin: 2em 0;
}
#buttons a {
    font-size: 1.1em;
    margin: 0 0.5em;
    text-decoration: none;
    padding: 0 2px 2px 3px;
    border-bottom: 1px solid #a6d416;
}
.clr {
	clear: both;
}
footer {
	clear: both;
    font-size: 0.9em;
    padding: 0.5em 0;
    border-top: 1px solid #ddd;
    text-align: center;
}