html {
	font-size: 100%
}

#body_container {		
	width:100%;
	height: 100%;
	position:relative;
	margin: 0 auto;
	margin-bottom: 20%;
	margin-top: 0px;
	float: inherit;
	clear: both;
	overflow: hidden;
	background-color: #fff9e6;
	border: black solid 1px;
	  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 25px #ccc;
}

.indent_five {
	margin-left: 5%;
	margin-right: 5%;
}


/********** Navigation *******/


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


nav {
	height: 40px;
	width: 100%;
	background: #894302;
	font-size: 10pt;
	font-family: "fira-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	position: relative;
	border-bottom: 2px #af6a26;
	z-index: 200;
	float: left;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}

nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	border-right: 1px solid #af6a26;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

nav li:first-child a {
	border-left: 1;
}

nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #af6a26;
}
nav a#pull {
	display: none;
}


.top_image {
	  width: 100%;
	  margin: auto;
	  	    }

.wrapper {
    width: 100%;
    margin: 0 auto;
   background-color: white;
  }
  
  .main, .content {
      float: left;
  }

  .main {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
      }

.content {
  color: black;
  font-family: Helvetica, sans-serif;
  text-align: left;
  font-size: 0.7em;
  width: 96%;
  margin-right: 2%;
  margin-left: 2%;
    }

.content a {
	color: #660007;	
	text-decoration: none;
}

.content a:hover {
	color: black;	
}


h1 {
  padding: 100px 0;
  font-size: 1em;
}


.facebook {
	margin-top: 2em;
	text-align: center;
    clear: both;	
}




.title {
float: left;
	font-family: "fira-sans",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.8em;
	margin-top: 2%;
	clear: both;
	line-height: 1em;
}
.subtitle {
	float: left;
	font-family: "fira-sans",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.1em;
	margin-bottom: 2%;
	line-height: 1em;
	clear: both;
}
.subtitle2 {
	width: 100%;
	float: left;
	font-family: "fira-sans",sans-serif;

	font-size: 1.5em;
	clear: both;
}
.logo {
	width: 50%;
	float: left;
	clear: both;
	padding-top: 1em;
	margin-left: 0.5em;
}



/******Columns*********/
.c1 {
	width: 100%;
	margin-top: 1em;
	font-family: Helvetica, sans-serif;
	font-weight: 300;
	font-size: 0.7em;
	text-align: left;
	float: left;
}

.c1 a {
	color: #660007;
	text-decoration: none;
}
.c1 a:hover {
	color: black;
	text-decoration: none;
}
.c2 {
	width: 80%;
	margin-top: 1em;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 0.7em;
	font-family: sans-serif;
	font-weight: 300;
	font-size: 0.7em;
	text-align: left;
	float: left;
		}
.c2 a {
	color: #660007;
	text-decoration: none;
}
.c2 a:hover {
	color: black;
	text-decoration: none;
}


.c3 {
	width: 80%;
	margin-top: 1em;
	margin-left: 10%;
	margin-right: 10%;
	font-family: sans-serif;
	font-weight: 300;
	font-size: 0.7em;
	text-align: left;
	float: left;
	clear:both;
	}
.c3 a {
	color: #660007;
	text-decoration: none;
}
.c3 a:hover {
	color: black;
	text-decoration: none;
}


.caption {
	font-family: "fira-sans", sans-serif;
	font-size: 90%;
	font-weight: 300;
	text-align: left;
	margin-bottom: 2em;
	}




/******end Columns******/
.rates {
	width: 100%;
	margin-top: 1em;
	margin-right: 2%;
	margin-bottom: 2%;
	font-family: sans-serif;
	font-weight: 300;
	font-size: .8em;
	text-align: left;
	float: left;
		}
.rates a {
	color: #660007;
	text-decoration: none;
}
.rates a:hover {
	color: black;
	text-decoration: none;
}

/******* Reservation form stuff ******/

.reserveform{
   color: inherit;
		font-weight: 300;
		line-height: 1.75em;
		   }
		   
		   
.reserveform div {
    padding-bottom: 0.25em;
}

.reserveform label {
    width:100%;
    display: inline-block;
    margin-top: 0.5em;
}

.reserveform label.indent {
    width:100%;
    display: inline-block;
    margin-left: 2em;
}

.reserveform input[type=text] {
    border: 1px solid #A0A0A0;
    /*width: 75%;
    /*padding: 0 8px 0 6px;*/
    /*margin-left: 2em;*/
    height: 1.5em;
    font-family: sans-serif;
    font-size: 1em;
}

.reserveform textarea {
    border: 1px solid #A0A0A0;
    padding: 0 8px 0 6px;
    width: 60%;
    margin-left: 2em;
    font-family: "fira-sans", sans-serif;
    color: #6b6b6b;
    font-size: 1em;
    font-style: italic;
}

.reserveform textarea.verify {
    border: 1px solid #A0A0A0;
    padding: 0 0px 0 0px;
    width: 60%;
    height: 1.5em;

}

.reserveform .required {
    position: relative;
    display: inline-block;
    color: #E3001B;
    vertical-align: top;
	margin-left: 0.25em;
}

.reserveform select {
    margin-left: 2em;
    }

.reserveform select.indent {
    margin-left: 4em;
    }

.reserveform input[type=submit] {
    border: 0;
    background-color: #888888;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px;
}
.reserveform .submit {
    text-align: right;
    width: 348px;
}


/* Forms materials */

.reserveform{
   color: inherit;
		font-weight: 300;
		line-height: 1.75em;
		   }
		   
		   
.reserveform div {
    padding-bottom: 0.25em;
}

.reserveform label {
    width:100%;
    display: inline-block;
    margin-top: 0.5em;
}

.reserveform label.indent {
    width:100%;
    display: inline-block;
    margin-left: 2em;
}

.reserveform input[type=text] {
    border: 1px solid #A0A0A0;
    /*width: 75%;
    /*padding: 0 8px 0 6px;*/
    /*margin-left: 2em;*/
    height: 1.5em;
    font-family: sans-serif;
    font-size: 1em;
}

.reserveform textarea {
    border: 1px solid #A0A0A0;
    padding: 0 8px 0 6px;
    width: 75%;
    margin-left: 2em;
    font-family: sans-serif;
}

.reserveform textarea.verify {
    border: 1px solid #A0A0A0;
    padding: 0 0px 0 0px;
    width: 20%;
    height: 1.5em;
    /*margin-left: 2em;*/
    font-family: sans-serif;
}

.reserveform .required {
    position: relative;
    display: inline-block;
    color: #E3001B;
    vertical-align: top;
	margin-left: 0.25em;
}

.reserveform select {
    margin-left: 2em;
    }

.reserveform select.indent {
    margin-left: 4em;
    }

.reserveform input[type=submit] {
    border: 0;
    background-color: #888888;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px;
}
.reserveform .submit {
    text-align: right;
    width: 348px;
}



/* Links page stuff */
links {
	float: left;
	margin-top: 1em;
	margin-left: 5%;
	margin-right: 5%;
	font-family: "fira-sans", sans-serif;
	font-weight: 300;
	font-size: .9em;
	text-align: left;
	margin-bottom: 2em;
	background-color: white;
	padding: 1em;
	border: #003366 solid 1px;
}	
links .icon {
	margin-top: 1em;
	width: 10%;
	float: left;
	padding-right: 5%;
	clear: both;

}

links .c70 {
	margin-top: 1em;
	width: 70%;
	margin-bottom: 2%;
	font-family: "fira-sans", sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	text-align: left;
	float: left;
}
links .c70 sub {
	font-family: "fira-sans", sans-serif;
	font-weight: bolder;
	color: black;
	font-size: 1.4em;
	margin-top: 1.5em;
	text-align: left;
}

links .c70 sub a {
	font-family: "fira-sans", sans-serif;
	font-weight: bolder;
	color: #660007;
	text-decoration: none;

}

links .c70 a {
	font-family: "fira-sans", sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #660007;
	text-decoration: none;

}

links .c70 a:hover {
	color: black;
	text-decoration: none;
}





.map_holder {
	width: 100%;
	height: 20em;
	overflow: hidden; 
	padding-top: 5%;
	padding-bottom: 5%;
	float: left;
}


footer {
	width: 100%;
	background-color: #894302;
	float: left;
	padding-bottom: 2em;
	border-top: solid #af6a26 4px;

}

.foot_title {
	font-family: "fira-sans", sans-serif;
	font-size: 1em;
	text-align: center;
	color: white;
	font-weight: bold;	
	margin-top: 2em;
}

footer .text {
	font-family: "fira-sans", sans-serif;
	font-size: 0.6em;
	text-align: center;
	color: white;
}

footer .text a {
	color: white;
}


.footlinks {
	width: 100%;
	color: white;
	font-size: 0.5em;
	font-family: "fira-sans", sans-serif;
	text-align: center;
	margin-top: 4em;
	margin-right: 2%;
	word-spacing: 5px;
}

.footlinks a {
	color: white;
	text-align: center;
	text-decoration: none;
}



/*Styles for screen 600px and lower 
This is what set up for iPhone 6 vertical*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #af6a26;
		border-right: 1px solid #af6a26;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}
 
/*@media (max-width:750px) {
 
.c4 {
	width: 80%;
	float: left;
	margin-right: 2%;
	margin-left: 10%;
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: "fira-sans", sans-serif;
	font-weight: 300;
	font-size: 0.6em;
	text-align: left;
	}

.c4 a {
	color: #660007;
	text-decoration: none;
}
.c4 a:hover {
	color: black;
	text-decoration: none;
}
}
 */
@media (max-width:400px) {
 
.c4 {
	width: 80%;
	float: left;
	margin-right: 2%;
	margin-left: 10%;
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: "fira-sans", sans-serif;
	font-weight: 300;
	font-size: 0.6em;
	text-align: left;
	}

.c4 a {
	color: #660007;
	text-decoration: none;
}
.c4 a:hover {
	color: black;
	text-decoration: none;
}
}

/*Styles for screen 515px and lower */
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #894302;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../img/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone */
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #af6a26;
	}
}


