﻿@import url('https://fonts.googleapis.com/css2?family=Acme&family=Alegreya+Sans+SC:wght@700&family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

/* Full Page Background */
	img.bg {
		/* Set rules to fill background */
		min-height: 100%;
		min-width: 1024px;
		z-index: -99;

		/* Set up proportionate scaling */
		width: 100%;
		height: auto;

		/* Set up positioning */
		position: fixed;
		top: 0;
		left: 0;
	}

	@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
		}
	}
/* End Full Page Background */

/* All-Pages */
.activity {
	border-radius: 10px 10px 0 0;
	display: block;
	margin-bottom: 6px;
}
.addedMargin {
	margin-bottom: 0;
}
	.bold {
		font-weight: bold;
	}
	.btn-responsive {
	    white-space: normal !important;
	    word-wrap: break-word;
	}

#calendar {
	margin-top: 20px;
}
#calendar td {
	border: solid 1px #ededed;
}
.carousel-caption {
	bottom: -142px;
	width: 100%;
	left: 0;
	padding-bottom: 10px;
	padding-top: 0;
	height: 142px;
}
.carousel-caption h3 {
	font-size: 19px;
}
.carousel-caption p {
	font-size: 11px;
}
.carousel-caption.greenCabin {
	background-color: #1a431d;
}
.carousel-caption.logCabin {
	background-color: #2a1a05;
}
.carousel-caption.logHouse {
	background-color: #2b1a34;
}
.carousel-caption.redCabin {
	background-color: #4e1616;
}
.carousel-caption.theLoon {
	background-color: #a89696;
}
.carousel-inner {
	padding-bottom: 142px;
}

.font28 {
	font-size: 28px;
}
footer {
	font-size: 12px;
}
.frontButton {
	margin-top: 10px;
}

h1 {
	font-family: 'Alegreya Sans SC', sans-serif;
}
.head-img {
	display: block;
	margin-bottom: 20px;
}

img.center {
	margin: 10px auto;
}
img.float-r {
	float: right;
	margin: 10px 0 10px 20px;
}

.red {
	color: #a60909;
	font-weight: bold;
}

.container {
	padding: 0;
}

p.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.leftcol {
	width: 28%;
	float: left;
	text-align: left;
}

#myCarousel {
	margin-bottom: 20px;
}

.red {
	color: #ff0000;
}
.redBG {
	background-color: #ff9999;
}
.rightcol {
	text-align: left;
	width: 72%;
	float: right;
	background-color: rgba(255, 255, 255, 0.75);
	padding: 15px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.rounded-top {
	border-radius: 8px 8px 0 0;
}
#reqName {
	display: none;
}

.table {
	width: 99%;
}
.tag {
	font-family: 'Acme', sans-serif;
	font-size: 40px;
	display: block;
	margin-top: 45px;
}
.taken {
	background-color: #990000;
	color: #fff;
	border: solid 1px #fff;
}

	@media (max-width: 600px) {
		h1 {
			clear: both;
		}
	}
	@media (max-width: 767px) {
		.leftcol {
			width: 100%;
		}
		.rightcol {
			width: 100%;
		}
	}
	@media (max-width: 1200px) {
		img.float-r {
			float: none;
			margin: 10px auto;
		}
	}
	@media (max-width: 992px) {
		.no-mobile {
			display: none;
		}
	}
	@media (min-width: 762px){
		.addedMargin {
			margin-bottom: 200px;
		}
		.carousel-caption h3 {
			font-size: 24px;
		}
		.carousel-caption p {
			font-size: 14px;
		}
	}
	@media (min-width: 993px) {
		.mobile-only {
			display: none;
		}
	}
/* End All-Pages */

/* Navigation */
	.dropdown-menu {
		position: relative;
		float: none;
	}
	.nav-pills>li>a {
		border-radius: 10px;
	}
	.nav>li>a {
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	.nav>li>a:focus, .nav>li>a:hover {
		background-color: #99bcdb;
	}
	.navbar {
		margin: 0;
		min-height: 40px;
	}
	.navbar-inverse {
		background-color: #000000;
		border: 0;
	}
	.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:active, .navbar-inverse .navbar-nav>.open>a:focus {
		background-color: #999;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #fff;
		font-weight:normal;
		text-decoration: none;
	}
	.navbar-inverse .navbar-toggle {
		border-color: #fff;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background-color: #235580;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		border-color: #337ab7;
    }
	.nav-spacer {
		display: none;
	}
	#stickynav {
		background-color: rgba(255, 255, 255, 0.75);
		border-radius: 10px;
	}
	#stickynav.navbar-absolute {
		position: absolute;
		top: 180px;
		z-index: 20;
	}
	#stickynav.navbar-fixed {
		position: fixed;
		top: 0;
		z-index: 20;
	}
	.tp {
		background-color: transparent;
		width: 100%;
	}
	ul.nav {
		width: 200px;
	}
	@media (max-width: 767px) {
		.container>.navbar-collapse {
			margin: 0;
			padding: 0;
		}
		.container>.navbar-header {
			margin-left: 0;
			margin-right: 0;
		}
		.nav-spacer {
			display: block;
			height: 50px;
		}
		#navbar {
			background-color: #fff;
		}
		.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
			border-bottom: 1px #337ab7 solid;
		}
		#stickynav {
			width: 100%;
		}
		#stickynav.navbar-absolute {
			position: absolute;
			top: 100px;
			right: 0;
			z-index: 20;
		}
		#stickynav.navbar-fixed {
			position: fixed;
			top: 0;
			right: 0;
			z-index: 20;
		}
		.tp {
			background-color: #337ab7;
		}
		ul.nav {
			width: 100%;
		}
	}
	@media (min-width: 767px){
		.dropdown-menu {
			position: absolute;
			float: left;
		}
	}
/* End Navigation */

/* Top */
.foot-links {
	list-style: none;
	padding-left: 5px;
	border-left: 1px #eee solid;
	margin-left: 20px;
}
footer {
	padding: 10px;
	margin-top: 10px;
	font-size: 12px;
}
footer .nav>li>a {
	font-size: 12px;
}
footer .navbar-nav {
	padding-bottom: 20px;
}
footer .navbar-nav>li>a:hover {
	background-color: transparent;
}
footer ul {
	list-style: none;
}
header {
	height: 180px;
	text-align: left;
	background-color: transparent;
	cursor: pointer;
}
@media (max-width: 767px) {
	header {
		height: 100px;
	}
	header img {
		max-height: 100px;
	}
	.tag {
		margin-top: 30px;
		font-size: 30px;
	}
}
@media (min-width: 768px) {
	footer ul.nav {
		width: 100%;
	}
}
/* End Top */

/* Home Page */
	.btmhome {
		background-color: #22527b;
		max-width: 500px;
		margin: 0 auto;
		border-radius: 10px;
	}
	.btmhome>a {
		color: #fff;
		cursor: pointer;
		display: block;
	}
	.btmhome>a>img {
		margin: 0 auto 10px auto;
		border-radius: 10px 10px 0 0;
		display: block;
	}
	.btmhome span {
		display: block;
		padding-bottom: 10px;
	}
/* End Home Page */

/* Rates page */
	p.rates1 {
		margin: 16px 0;
	}
	p.rates2 {
		margin: 30px 0;
	}
/* End Rates Page */

/* Reviews Page */

	p.p8 {
		border-bottom: solid 1px #0e2232;
		padding: 0 0 5px 0; 
		margin: 20px 0 0 5px;
	}
	 
	p.p10 {
		margin: 5px;
		border-bottom: solid 3px #7191aa;
		padding: 0 0 10px 0;
	}
	p.pageList {
	}
	
	span.s5 {
		color: #122a3e; 
		font-weight: bold; 
		font-size: 16px; 
		display: block; 
		float: left; 
		width: 275px;
	}
	
	span.s6 {
		color: #1b4262;
		font-size: 11px;
		display: inline-block;
	}

	a.name {
		color: #22527b; 
		text-decoration: none;
	}

	a.name:hover {
		color: #4e7595;
	}
/* End Reviews Page */

/* FAQ */
	.answer {
	}
	.question {
		font-weight: bold;
	}
/* End FAQ */

/* Contact Page */
	.date-picker-control:link, .date-picker-control:visited {
		position: absolute;
		top: 8px;
	}
/* End Contact Page */
