/*======= RESET =======*/
html, body, h1, h2, h3, h4, h5, h6, p, img, a,
abbr, address, b, blockquote, cite, code, del, dfn, em, i, ins, kbd, pre, q, samp, small, strong, sub, sup, var,
div, span, object, iframe,
dd, dl, dt, ol, ul, li,
fieldset, form, label, legend,
table, caption, thead, tbody, tfoot, th, tr, td {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline; 
	background: transparent; }
table {
	border-collapse: separate;
	border-spacing: 0; }
del {
	text-decoration: line-through; }
blockquote:before, blockquote:after, q:before, q:after {
	content: ""; }
img, object, audio, video, svg {
	max-width: 100%; }

/*======== General =========*/
body {
	font-size: 16px;
	line-height: 1.5;
	color: #787879;
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
	margin: 0 auto;
	position: relative;
  	background: #ffffff;
    background-size: 50%;}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 0.5em; }
h1 {
    font-size: 2.813em;
    font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #464646;
    text-shadow: 0 1px #666;
  	text-align:center;
    margin-top: 1em;}
h2 {
	font-size: 1.813em;
    font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #787879;
    margin-bottom: 1.5em;
	text-align:center;}
h3 {
	font-size: 1.25em;
	line-height: 1;
	margin-bottom: 0.25em;
	margin-top: 0.75em;}
h4 {
	font-size: 2.5714em;
	line-height: 1;}
h5 {
	font-size: 1.2857em;
	line-height: 1;}
h6 {
	font-size: 1.2857em;
	line-height: 1;}
p {
	margin-bottom: 1.2857em; }
a, a:visited {
	color: #464646;
	text-decoration: none;
	outline: none; }
a:hover {
	color: #464646;
	text-decoration: underline;}
a:active, a:focus {
	color: #464646;}
ul, ol {
	margin-bottom: 1.2857em; }
ul {
	list-style-type: none; }
ol { 
	list-style-type: decimal; }
sup, sub {
	line-height: 0;
	font-size: 0.75em; }
sup {
 	vertical-align:super; }
sub {
	vertical-align: sub; }
pre {
	white-space: pre; }
pre, code {
	font: 1em 'lucida console', monospace; }

/* === classes === */
header, section, footer {
	margin: 0 auto;
	display:block;
	width: 90%;
	position: relative;
	clear: both; }
footer {
	clear: both;
  margin: 0 auto;
	border-top: 2px solid  #C0C0C0;
	width: 90%;
	padding-bottom: 1em;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
.services {
	width: 90%;
	margin-bottom: 2em;}
.copyright {
	color: #C0C0C0;
	text-align: center;
	padding-top: 1.2857em;
	width: 100%; }
.since {
	display:block;
	font-style:italic;
	letter-spacing:0.15em;}
.contact p {
  text-align:center;
  font-size:2em;
  margin-top: 0;
  margin-bottom:0;}
.abn {
	color: #C0C0C0;
	text-align:center;
  padding-bottom: 54px;}

@media all and (min-width: 30em) {
h1 {
  font-size: 2.2em;}
.services {
	width: 90%;}}
		
@media all and (min-width: 60em) {
h1 {
  font-size: 3.75em;}
.services {
  width: 60%;}
h2 {
  font-size: 2.25em;
  line-height: 1;
  margin-bottom: 2em;}}

@media all and (min-width: 75em) {
h1 {
  font-size: 4em;
  margin-top: 2em;
  line-height: 1;}
.services {
  width: 40%;}}
  

/*header, section, footer {
	max-width: 82em; }
h1 {
	font-size: 4em;
	line-height: 1;
	margin-top: 3em;}
h2 {
	font-size: 2.25em;
	line-height: 1;
	margin-top: 0.5em;
  margin-bottom: 5em;}
.contact p { line-height: 1;
	margin-top: 0;
  margin-bottom:0.5em;}
footer {
	width: 50%;}*/