/*
title:		ZOO Site
created:	11.03.15
modified:	
*/

/*================ [ general styles ] ================ */

/* base reset */ html, body, div, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, li, ol, p, blockquote, pre, form, fieldset, table, th, td    { margin: 0; padding: 0; }

		
html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	height:100%;
	background-color:#fff;
  margin: 0;
  padding: 0;
}

a  {
	text-decoration:none;
}

h1  {
	font-weight:lighter;
}

h2  {
	font-weight:lighter;
}

h3  {
  font-weight:lighter;
}

h1.title {
  color: #000;
  text-align: center;
  font-size: 3.2em;
  font-family: 'museo300', Georgia, serif;
  margin-bottom: 45px;
  margin-top: 0px;
}

h2.title {
  color: #000;
  text-align: center;
  font-size: 2.8em;
  font-family: 'museo300', Georgia, serif;
  margin-bottom: 15px;
  margin-top: 40px;
}

p.cta {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

p.cta a {
  font-family: 'museo300', Georgia, serif;
  color: #000;
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 13px 8px 13px;
  text-align: center;
  font-size: 2em;
}

p.content {
  color: #000;
  text-align: center;
  font-size: 1.8em;
  font-family: 'Source Sans Pro', Arial, Helvetica;
  margin-bottom: 0px;

}

a:hover  {
	text-decoration: underline;
}

img {
	border:none;
	}

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.container {
	width:100%;
	height:auto;
  	padding-top: 90px;
}

@media screen and (max-width:1020px) {

.container {
    width: 100%;
}

}


.bg-image {
  background: url('images/steam_yard_bg.jpg') no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-height: auto;
  float: left;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 300px;
  padding-top: 70px
}

.logo {
	width: 100%;
	float: left;
	height: auto;
  }

.logo img {
	display: block;
	text-align: center;
	margin: 0 auto;
  }

@media screen and (max-width:520px) {

.logo img {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 80%;
	height: auto;
  }

}

ul.social {
	width: 216px;
	height: auto;
	display: block;
	margin: 90px auto;
}

ul.social li {
	width: 72px;
	height: auto;
	float: left;
	list-style-type: none;
	display: inline;
}

ul.social li img {
	width: auto;
	height: auto;

}

