﻿html,
body {
	height: 100%;
	padding-bottom: 30px;
	font-family: 'Roboto', sans-serif;
}

h1{
	font-family: 'Roboto Slab', sans-serif;
	text-align: center;
	padding: 5px;
	font-size: 28px;
}

.carousel-caption h1{
	font-size: 22px;
	padding: 10px;
}

.theme-showcase > p > .btn {
	margin: 5px 0;
}

.navbar{
	border: none;
	z-index: 2;
	background: rgba(36,34,31,0.7);
}

.navbar a img {
	margin-top: -4px;
	margin-left: -15px;
	padding: 0;
}

.carousel-caption {
	border-radius: 8px; 
	background: rgba(36,34,31,0.4);
	z-index: 1;
}

a.navbar-brand img{
	width: 134px;
	margin-left: 0px;
}

.divider {
	height:40px;
}

div.divider#home{
	height: 0px;
}

@media (max-width: 640px)
{	
	.carousel-caption h1{
		font-size: 12px;
	}
	
	.collapse, .navbar-collapse{
		background: rgb(36,34,31);
		z-index:2;
	}
	
	a.navbar-brand img{
		width: 80px;
	}
}

@media (max-width: 768px) {
	.collapse, .navbar-collapse{
		background: rgb(36,34,31);
		z-index:5;
	}

	.sliderhome{
		z-index: 0;
		margin-top: 50px;
	}
	
	.carouselroom {
		z-index: 0;
	}
	
	.navbar-nav li a{
		margin-left: 15px;
	}
}

@media (min-width: 740px) {

	.divider {
		height:70px;
	}

	div.divider#home{
		height: 30px;
	}
	
	.carouselroom{
		margin-top: 25px;
	}
	
	.sliderhome{
		z-index: 0;
	}
	
	.carouselroom{
		z-index: 0;
	}
	
	.page-header {
		margin-left: 230px;
		margin-right: 230px;
	}
	
	.carousel-caption h1{
		font-size: 24px;
	}
	
	.collapse .navbar-collapse {
		margin-top: -80px;
	}
}

@media (min-width: 693px) {
	.carousel-caption h1{
		font-size: 28px;
	}	
	
	.navbar-nav li a{ 
		line-height: 47px;
		margin-top: 0px;
	}
}
//* 
.row {
	margin-left:0px;
	margin-right:0px;
}  */

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
	height: 60px;
	background-color: #f5f5f5;
	margin-top:50px;
	padding-top:20px;
	padding-bottom:20px;
}

#wrap > .container {
	padding: 60px 15px 0;
}
.container .credit {
	margin: 20px 0;
}

#footer {
	background-color:#414141;
}

#footer a {
	color:#efefef;
}

#topNav {
	z-index:-1;
}

#nav {
	width: 100%;
}

#nav.affix-top {
   position: absolute;
   top:0;
   left:0;
   z-index:10;
   background-color:transparent;
   border:0;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}

.navbar-nav {
  margin: 1px 1px; 
}  

.navbar-toggle {
	outline:0;
}

.panel {
	border-width:0;
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #ED9E2E;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}

.scroll-top a:link,.scroll-top a:visited {
	color:#24221F;
}  
 
section {
	min-height: 400px;
	height: auto !important;
	height: 100%;
	padding-top: 50px;
}

#map-canvas {
	width: 100%;
	height: 400px;
}

.carousel-control .icon-prev, 
.carousel-control .icon-next {
    font-size: 100px;
}

.googleMaps {
	background: #24221F;
	color: #FCB41C;
	border-radius: 5px; 
	border: 1px solid black;
	position: absolute;
	padding: 8px;
}

.input-group p {
	text-align: left;
}

.im-centered { 
	margin: auto; 
	max-width: 1200px;
	margin-top: 20px;
}

#breakfastyes, #breakfastno, #parkingyes, #parkingno {
	margin-left: 5px;
}

