@import "normalize.css";
@import "skeleton.css";

body {		
	color: #333;	
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	font-family: 'Roboto Condensed', sans-serif;	
}
/*font size: html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So 1.5rem = 15px :) body font-size is set to 1.5em*/
/* heading styles over-riding skeleton */
h1 { font-size: 2.5em; color:#c92121; font-weight: 400; text-transform:uppercase; font-family: 'Yanone Kaffeesatz';}
h2 { font-size: 1.75em; color:#ff4431; font-weight: 700;  margin-top: 1em; font-family: 'Yanone Kaffeesatz'; text-transform:uppercase;}
h2 span {color:#0c60b9;}
h3 { font-size: 1.5em; color: #818589; font-weight: 400;	margin-top: 30px; font-family: 'Yanone Kaffeesatz';}

p { margin: 0 0 1.5em 0; }
em { font-style: italic; }
strong { font-weight: bold;}
img, object, video {max-width: 100%; height: auto; display:block;}
img { max-width: 100%; width: auto; border: 0; -ms-interpolation-mode: bicubic;}
hr { border: solid #ff7a00; border-width: 1px 0 0; clear: both; margin: 30px auto; height: 0; width:80%;}

/* links */
a:link, a:visited { 
	color: #ff4431; 
	text-decoration: none; 
	outline: 0;
}
a:hover, a:active { color: #818589; }

.align-left{text-align: left;}
.align-center{text-align: center;}
.align-right{text-align: right;}
.imageLeft {float: left;	margin: 2%;}
.imageRight {float:right; margin: 2%;}
.imageCenter {margin:2% auto;}

header {
  margin:0 auto;
  padding: 0;
	width: 100%;
	z-index: 4;
	background: #45261a;
}
header .call-to-action-button {float:right;}

nav {	
	width: 100%;
	text-align:right;	
	font-size: 1em;	
	position: relative;
	font-weight:bold;
	z-index: 10;
	text-transform:uppercase;
	margin-top:2em;
	clear:right;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	list-style:none;
}
nav li {
	display: inline;	
	padding:0 2.5%;
	margin:0; 
}
.last {padding-right:0;}
nav a {	
	display: inline-block;
	padding: 1em 0;
	text-decoration: none;		
}

nav ul li a:link, nav ul li a:visited {color:#fff;} 
nav ul li a:hover, nav ul li a:active {color:#e4e3e3;}
nav ul li.active a { color: #f371b0;}

nav a#pull {display: none;}

.button {font-size: 1em; height:48px; line-height:48px; margin: 1em 0; background:#c92121; border-radius: 3px; border: 0; letter-spacing: normal; }
.button:hover {background:#818589;}
a.button:link, a.button:visited {color:#fff;}

/* hero */
#hero {width:100%; min-height: 220px; position:relative; z-index:1; background:#45261a; }
#home #hero {min-height: 500px;  }
.photoSlide  {width:100%; min-height: 500px;	background: url(../images/bg.jpg) center top no-repeat;}
.photoSlide-about  {width:100%; height: 220px;	background: url(../images/bg-about.jpg) center bottom no-repeat;}

#hero .booking {padding:1em 0 0 0; background:rgba(255,255,255,0.8);}

.content {padding: 2.5em 0;}
.feature {margin-top: 1.5em; text-align:center;}
.feature img { padding:1%; margin: 0 auto 1.5em; max-width:97%;}
.feature p {margin-bottom:.5em;}
h2.featureTitle { margin: .5em 0; padding: 0 2%;}
h2.featureTitle a {color:#ff4431;}
h2.featureTitle a:hover {color:#ccc;}
.special {color:#fdcb1c; font-weight:bold;}

.video-container {position: relative; padding-bottom: 56.25%;  padding-top: 35px; height: 0; overflow: hidden; margin-bottom: 3rem; }
.video-container iframe {position: absolute; top:0; left: 0; width: 100%; height: 100%;}

footer {width: 100%;	display: block;	background:#b51c1f;	}
.footerMiddle {color:#fff; padding: 1.5em 0 0 0;	margin: 0;	position: relative;}
footer ul {list-style:none; padding:0;}
footer li {margin:0;}
footer h3 {color:#fff; text-transform:uppercase; font-weight:bold; margin-top:0;}
footer .social a {margin:0 .5em;}
footer a:link, footer a:visited {color:#d0d1d2;}
footer a:hover, footer a:active {color: #fff;}
.copyright {margin-top:2em; font-size:.8em;}
footer .button {background:#46484a;}


/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/*media queries*/
@media screen and (max-width: 1040px) {
/* ipad portrait */

  nav li {padding:0 2%; }
  nav a {}
	
	.content {-webkit-overflow-scrolling : touch;}	
	header {-webkit-overflow-scrolling : touch;}
		
}


/* mobile devices */
@media only screen and (max-width: 767px) {
header .call-to-action-button {float:none; text-align:center;}

	nav {
		border-bottom: 0; margin-top:0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav li {
		display: block;		
		width: 96%;
	}
	nav a {
    width: 100%;
		border-bottom: 1px solid #576979;
		text-align: left;	
	}
	nav a#pull {
		display: block;		
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	
.imageLeft {float: none;	margin: 2% auto; max-width:96%;}
.imageRight {float:none; margin: 2% auto; max-width:96%;}

#logo img{margin:0 auto;}
.footerMiddle .column {text-align:center;}
.footerMiddle .column img {margin:0 auto;}
.call-to-action-button {float:none;}
#copyright {text-align:center;}
}


