/* CSS Document */

html, body {
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;	
}

html {
  font-size: 62.5%; }

body {
  font-size: 1.8em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.625;
  font-weight: 400;
  font-family: 'Kameron', serif;
  color: #f5f5f5;
}
  
h1, h2, h3 {
	font-family: 'Sansita One', cursive;
}

a {
	color: #b74137;
	text-decoration: none;
}

a:hover {
	color: #E25F59;
	text-decoration: underline;	
}

hr {
  border-top: 1px solid #cccccc;	
}

.container {
	max-width: 1200px;
	height: 100%;
	position: relative;	
}

#home {
	background: url(../images/rspca-concept-hero-image.jpg);
	background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: table;
    height: 100%;
    position: relative;
    width: 100%;
	padding: 0 30px;
}

.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  height: 100%;
}

.text-vcenter h1 {
    font-family: 'Sansita One', cursive;
	font-size: 3em;
    color: #f5f5f5;
}

.text-vcenter h3 {
    font-size: 1.2em;
	letter-spacing: 0.05em;
    color: #f5f5f5;
	font-family: 'Kameron', serif;
	margin-top: 30px;
}

@media (min-width: 550px) {
.text-vcenter h1,
.text-vcenter h3				{ padding: 0 80px; }
}

.spacer {
	width: 100%;
	height: 90px;
	position: relative;
}

.small-spacer {
	width: 100%;
	height: 30px;
	position: relative;
}

.med-spacer {
	width: 100%;
	height: 45px;
	position: relative;	
}

.pull-middle {
	display: inline-block;
	vertical-align: middle;
	float: none;	
}

rspca-concept-background {
	background: #f5f5f5;
	width: 100%;
	min-height: 100%;
	position: relative;
}

h2.section-title {
	font-size: 2.5em;
	color: #666666;
	text-align: center;
	margin-bottom: 60px;	
}

h3.section-subtitle {
	font-size: 1.8em;
	color: #666666;
	text-align: center;
	margin-bottom: 60px;	
}

.description {
	width: 90%;
	position: relative;
	display: block;
	margin: 0 auto;	
}

.description p {
	font-size: 1em;
	color: #666666;
	text-align: left;
	position: relative;	
}

@media (min-width: 550px) {
.description					{ width: 75%; }
}

img.wireframe-screen {
	max-width: 75%;
	display: block;
	position: relative;
	margin: 0 auto;	
	box-shadow: 0 15px 15px -15px rgba(0,0,0,0.5);
}

img.full-design {
	max-width: 50%;
	display: block;
	position: relative;
	margin: 0 auto;	
	box-shadow: 0 15px 15px -15px rgba(0,0,0,0.5);
}

h3.return-home {
	font-size: 2em;
	text-align: center;
	margin-bottom: 120px;	
}

h3.return-home a {
	color: #b74137;	
	text-decoration: none;	
}

h3.return-home a:hover {
	color: #666666;	
	text-decoration: underline;	
}