html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: center;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
h1, h2, h3, h4 {
	font-weight: normal;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***** FONTS *****/

.ProximaNovaSCond-Semibold 	{ font-family: ProximaNovaSCond-Semibold; }
.ProximaNovaACond-Semibold 	{ font-family: ProximaNovaACond-Semibold; }
.ProximaNovaS-Regular 		{ font-family: ProximaNovaS-Regular; }
.ProximaNovaA-Regular 		{ font-family: ProximaNovaA-Regular; }
.ProximaNovaCond-Semibold 	{ font-family: ProximaNovaCond-Semibold; }
.ProximaNova-Regular 		{ font-family: ProximaNova-Regular; }


/***** LAYOUT *****/
html, body {
  height: 100%;
  background-color: #F2F2F2;
}
body {
	color: #f4f0eb;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	letter-spacing: 2px;
	line-height: 20px;
	font-size: 12px;

}

a {
	color: #f4f0eb;
	text-decoration: none;
}
a:hover { color: #7f7d7b; }

.container {
	width: 800px;
	margin: 0 auto;

}

.clearfix { clear: none; }


/***** HEADER *****/
#header {
	background: url(images/bg.jpg) no-repeat center -140px scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 600px;
	text-indent: -9999px;	
	min-height: 88%;
  	/* equal to footer height */
 	margin-bottom: -190px; 
}
#header:after {
  content: "";
  display: block;
}

#header:after {
  /* .push must be the same height as footer */
  height: 190px; 
}

/***** FOOTER *****/
#footer {
	background-color: #F2F2F2;
	padding: 20px 0;
	height: 140px;
}

#footer h1 {
	font-family: ProximaNovaS-Regular; 
	font-size: 16px;
	margin-bottom: 5px;
}
#footer .col span {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

/* columns */
#footer .col {
	margin-right: 2%;
	float: center;
}
#footer .col.col1 { width: 100%; }

/* contact */
#footer .col .phone { margin-top: 20px }



/* button */
#footer .col a.book {
	background-color: #f4f0eb;
	color: #F2F2F2;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	padding: 20px 0;
	width: 100%;
	display: block;
	text-align: center;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#footer .col a.book:hover { background-color: #7f7d7b; }

/* copyright */
#footer .col p.copy {
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}





@media only screen and (max-width : 1000px) {
	.container { width: 94%; padding: 0 3%; }
	#header { margin-bottom: 0; background-position: top center; }
	#header:after, #footer { height: auto; }
	#footer { overflow: auto; }
	#footer .col.col1, #footer .col.col2, #footer .col.col3, #footer .col.col4 { width: 100%; }
	#footer .col.col3 { clear: both; }
	#footer .col.col1, #footer .col.col2 { margin-bottom: 20px; }
}

@media only screen and ( max-width : 660px) {
	body { font-weight: 400; }
	#header { background-image: url(images/bg_mobile.jpg); background-position: center top; height: 355px; min-height: 0; -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; background-size: auto; }
	#footer .col.col1, #footer .col.col2, #footer .col.col3, #footer .col.col4 { width: 100%; }
	#footer .col.col3 { margin-bottom: 20px; }
	#footer .col span { font-weight: 900; }
}
