@charset "UTF-8";
.jumbotron {
	background-color: #000000;
	background-clip: border-box;
	background-image: url(../img/tile.jpg);
	background-size: cover;
	background-repeat: repeat-x;
}
.row .col-xs12 p {
	color: #F4E3BC;
}
.row .col-xs12 h1 {
	color: #FD9B30;
	font-family: seaweed-script;
	font-style: normal;
	font-weight: 400;
	font-size: 300%;
}
.row .col-xs-12.text-center h1 {
}
form {
	margin-bottom: 30px;
}
.row .col-lg-12.text-center h2 {
}
body {
	background-color: #BFBDBD;
	color: #FFFFFF;
	font-size: medium;
}
.media-body  {
	color: #000000;
}
.container.well ,.section.well {
	background-color: #D2D0D0;
}
.row .col-lg-4.col-md-4 .text-center {
	color: #DE7B2D;
}
.row .col-lg-12.text-center .btn.btn-success {
	background-color: #DE7B2C;
	margin-top: 20px;
}
.section.well {
}
a   {
	color: #852802;
}
a:hover {
	color: #431703;
	text-decoration: underline;
}
form input , form textarea{
	display: block;
	width: 100%;
	color: #DB600B;
}
.row .col-lg-12.text-center form {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.fire {
	background-color: #C37825;
}
h6 {
	font-size: 16px;
}
h5 {
	font-size: 20px;
}
label {
	margin-top: 5px;
}
.availableM {
	border: thick solid #B03412;
}
.row .col-md-6.text-center {
	padding-left: 0px;
	padding-right: 0px;
}
.col-md-3.text-center.col-sm-6.col-xs-6   {
	padding-left: 0px;
	padding-right: 0px;
}
.availableS {
	border: thick solid #000000;
}
.availableL {
	border: thick solid #E8C41F;
}
.container.well .row .col-lg-4.col-md-4.col-sm-6 {
	padding-left: 0px;
	padding-right: 0px;
}
.notavailable {
	border: thick solid #515050;
}
img   {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.row .col-md-6.text-center h2 {
	color: #000000;
}
.pushdown {
	padding-top: 30px;
}

@media (min-width:1200px){
.row .col-xs12 h1 {
	font-size: 700%;
}
}
