body {
	font: 400 15px Lato, sans-serif;
	line-height: 1.8;
	color: #818181;
}
h1 {
	color: #ffffff;
	margin-top: 5px;
	text-align: center;
}
h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #303030;
	font-weight: 600;
	margin-bottom: 30px;
}
#booking {
	padding-top: 20px;
}
h4 {
	font-size: 19px;
	line-height: 1.375em;
	color: #303030;
	font-weight: 400;
} 
h5 {
	font-size: 19px;
	line-height: 0.5em;
	color: #303030;
	font-weight: 400;
}
#redeemModal {
	z-index: 99999;
}
.jumbotron {
	background-color: #111112;
	background-image: url('images/jumbotron.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: Montserrat, sans-serif;
	margin-bottom: 0px;
}
.blackfriday {
	background-color: #000000;
	background-size: 100%;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: -10px;
	font-family: Montserrat, sans-serif;
}
#jumbologo {
	width: 98%;
	max-height: 134px;
	max-width: 600px;
	margin: auto;
}
.bg-grey {
	background-color: #f6f6f6;
}
.logo-small {
	color: #8dc53e;
	font-size: 50px;
}
.logo {
	color: #8dc53e;
	font-size: 200px;
}
.thumbnail {
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
}
.thumbnail img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
.carousel-indicators li {
	border-color: #8dc53e;
}
.carousel-indicators li.active {
	background-color: #8dc53e;
}
.item h4 {
	font-size: 19px;
	line-height: 0em;
	font-weight: 400;
	font-style: italic;
	margin: 60px 0;
}
.item span {
	font-style: normal;
}
.panel {
	border: 1px solid #8dc53e; 
	border-radius:0 !important;
	transition: box-shadow 0.5s;
}
.panel:hover {
	box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-heading {
	color: #fff !important;
	background-color: #8dc53e !important;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.panel-footer {
	background-color: white !important;
}
.panel-footer h3 {
	font-size: 32px;
}
.panel-footer h4 {
	color: #aaa;
	font-size: 14px;
}
.panel-footer .btn {
	margin: 15px 0;
	background-color: #8dc53e;
	color: #fff;
}
footer .glyphicon {
	font-size: 20px;
	margin-bottom: 20px;
	color: #8dc53e;
}
.navbar {
	margin-bottom: 0;
	background-color: #4b4b4b;
	z-index: 9999;
	border: 0;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
	font-family: Montserrat, sans-serif;
}
@media screen and (max-width: 768px) {
.col-sm-4 {
  text-align: center;
  margin: 25px 0;
}
.btn-lg {
  width: 100%;
  margin-bottom: 35px;
}
}
@media screen and (max-width: 480px) {
.logo {
  font-size: 150px;
}
}
.jumbobutton {
	background-color: #4b4b4b;
}
.jumbobutton:hover {
	color: #8dc53e !important;
}