
/*************************************************/
/*			    Color Scheme Setup 			      /
/*************************************************/


/*************************************************/
/*			    Boilder Plate Setup 			  /
/*************************************************/

body {
	background-color: #EAE7DC !important;
}

.navbar {
	font-family: "Arial Black", Gadget, sans-serif;
	background-image: linear-gradient(#EAE7DC, #D8C3A5 30%);
}

.navbar-brand {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	color: white !important;
}

.about ul {
	list-style-type: none;
	text-align: center;
}

/*************************************************/
/*			      Bootstrap Overrides 			  /
/*************************************************/

.jumbotron {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 24px !important;
	padding: 17% 0 !important;
	margin: 0 auto !important;
	background-image: url(../resources/shed1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	background-position: 0% 93%;
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	filter: contrast(130%);
	-webkit-filter: contrast(130%);
}

.jumbotron-text {}

.jumbotron .btn-success {
	color: white !important;
	border-color: white !important;
	border-radius: 0px !important;
	font-weight: 100 !important;
	margin-top: 20px !important;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.jumbotron .btn-info {
	color: white !important;
	border-color: white !important;
	border-radius: 0px !important;
	font-weight: 100 !important;
	margin-top: 20px !important;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
	pointer-events: none;
	/* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
	/* To center vertically */
	display: table-cell;
	vertical-align: middle;
	pointer-events: none;
}

.modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width: inherit;
	max-width: inherit;
	/* For Bootstrap 4 - to avoid the modal window stretching full width */
	height: inherit;
	/* To center horizontally */
	margin: 0 auto !important;
	pointer-events: all !important;
}

.row {
	margin-right: 0px !important;
	margin-left: 0px !important;
}


/*************************************************/
/*					Survey Setup 				  /
/*************************************************/

.star-half {
	position: relative;
}

.star-half:before {
	position: absolute;
	content: "\f089";
	padding-right: 0;
}

.row {
	text-align: center;
}

.rate {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: none;
}

.rate input {
	display: none;
}

label {
	float: right;
	font-size: 0;
	color: #d9d9d9;
}

label:before {
	content: "\f005";
	font-family: FontAwesome;
	font-size: 40px;
}

label:hover,
label:hover~label {
	color: #fcd000;
	transition: 0.2s;
}

input:checked~label {
	color: #fcd000;
}

input:checked~label:hover,
input:checked~label:hover~label {
	color: #fcd000;
	transition: 0.2s;
}

textarea {
	resize: none !important;
}


/*************************************************/
/*			      Dividers Setup 			      /
/*************************************************/

.divider-top {
	background-image: linear-gradient(#D8C3A5 80%, #EAE7DC);
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-family: "Arial Black", Gadget, sans-serif;
	vertical-align: text-top;
	color: white;
	margin: 0 !important;
}

.divider-bottom {
	background-image: linear-gradient(#EAE7DC, #D8C3A5 20%);
	font-family: "Arial Black", Gadget, sans-serif;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	vertical-align: text-bottom;
	color: white;
	margin: 0 !important;
}

.divider-top p {
	text-align: center;
	font-size: 2.5em;
	margin-top: -12px !important;
}

.divider-bottom p {
	text-align: center;
	font-size: 2.5em;
	margin-bottom: -6px !important;
}


/*************************************************/
/*			        About Setup 			      /
/*************************************************/

.about {
	font-family: "Arial", Gadget, sans-serif;
}

.about h1 {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	color: white;
}

.about div {
	margin-top: 15px;
	margin-bottom: 15px;
}

.about ul {
	padding: 0px;
}

.hidden-items {
  display: none;
}

#toggle { 
	margin: 0 auto;
    display: block;
    margin-bottom: 2%;
}

/*************************************************/
/*			      Resources Setup 			      /
/*************************************************/

.portal {
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	padding: 8rem 1rem !important;
	margin: 0 auto !important;
	background-image: url(../resources/wp_marble_010.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: auto;
	color: white !important;
}

.portal div {
	margin: 25px 0px 25px 0px;
}


/* unvisited link */

.portal a:link {
	color: white;
}


/* visited link */

.portal a:visited {
	color: white;
}


/* mouse over link */

.portal a:hover {
	color: lightgray;
}


/* selected link */

.portal a:active {
	color: lightgray;
}

i .fa {
	display: inline-block;
	border-radius: 60px;
	box-shadow: 0px 0px 2px #888;
	padding: 0.5em 0.6em;
}


/*************************************************/
/*			       Staff Setup 			          /
/*************************************************/

.staff-col div {
	text-align: center;
}

.staff-col img {
	margin-bottom: 20px;
}

.staff-col p {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 25px;
	text-align: center;
	color: black;
	line-height: 18px;
}

.member img {
	width: 225px;
	margin: 35px auto;
	box-shadow: inset 0 0 0 0.01px white;
	border: 0px solid #409ef2;
	border-radius: 140px;
}

.member img:hover {
	border: 0px solid #409ef2;
	border-radius: 140px;
	box-shadow: 0 0 125px #fff;
}


/*************************************************/
/*			       Contact Setup 			      /
/*************************************************/

.contact-portal {
	width: 50%;
	margin: 0px auto;
	float: unset;
	position: relative;
}

.contact-portal p {
	margin-bottom: 1rem;
}

.contact-col {
	position: relative;
	background: rgb(40, 40, 40, 0.75);
	margin-top: 28%;
}

.contact-col .col-xl {
	padding: 50px 0 50px 0 !important;
}

.contact {
	font-family: "Arial Black", Gadget, sans-serif;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	text-align: center;
	color: #fff !important;
	padding: 1rem 0rem !important;
	margin: 0 auto !important;
	background-image: url(../resources/group.jpg);
	background-repeat: no-repeat;
	background-size: 110% auto;
	background-position: 100% 78%;
}

.contact p {
	padding-top: 20px;
}


/*************************************************/
/*			      Footer Setup 			          /
/*************************************************/

.footer-copyright {
	background-image: linear-gradient(#EAE7DC, #D8C3A5 20%);
}


/*************************************************/
/*			      Modal's Setup 			      /
/*************************************************/

#PaymentModal .modal-footer {
	justify-content: center !important;
}

#PaymentModal h5 {
	text-align: center;	
}

#notice {
	color: red; 
	text-align: center;
}

#PaymentModal .modal-footer .btn {
	font-size: 1.5rem !important;
}

#LocationsModal .modal-dialog {
	/* Width */
	max-width: 100%;
	width: auto !important;
	display: inline-block;
	margin
}

#LocationsModal .modal-dialog {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}


/*************************************************/
/*			     Back to Top Setup 			      /
/*************************************************/

#backtotopbutton {
	display: inline-block;
	background-color: #808080;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#backtotopbutton::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}

#backtotopbutton:hover {
	cursor: pointer;
	background-color: #333;
}

#backtotopbutton:active {
	background-color: #555;
}

#backtotopbutton.show {
	opacity: 1;
	visibility: visible;
}

@media (min-width: 500px) {
	#backtotopbutton {
		margin: 30px;
	}
}


/*************************************************/
/*			   Dealers Window Setup 			  /
/*************************************************/

.dealers .col-md {
	border-width: 0px 10px 10px 10px;
	border-style: solid;
	border-color: #D8C3A5;
	padding: 0px !important;
}

.dealers .modal-content {
	background-color: #EAE7DC !important;
}

.dealertopbar {
	background-image: linear-gradient(#D8C3A5 80%, #EAE7DC);
	font-family: "Arial Black", Gadget, sans-serif;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-size: 24px;
	vertical-align: text-top;
	color: white;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 7px;
}

.dealercontent {
	background-color: #EAE7DC;
	font-family: "Arial Black", Gadget, sans-serif;
	vertical-align: text-top;
	color: black;
	padding: 12px 0px 6px 12px;
	font-size: 16px;
}

#map {
	height: 500px;
	width: auto;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 90%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*************************************************/
/*			     Responsive Setup			      /
/*************************************************/
@media (max-width: 414px) {
	.jumbotron {
		background-size: 257% auto;
		background-position: 10% 15%;
	}
	
	.contact {
		margin: 0 auto !important;
		background-image: url(../resources/wp_marble_010.jpg);
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: auto;
	}
	.contact-col {
		position: relative;
		background: rgb(0, 0, 0, 0);
		margin-top: 0%;
	}
	.portal {
		padding: 1rem 1rem !important;
	}
}

@media (min-width: 415px) and (max-width: 495px) {
	.jumbotron {
		background-size: 193% auto;
		background-position: 7% 12%;
	}
	
	.contact {
		margin: 0 auto !important;
		background-image: url(../resources/wp_marble_010.jpg);
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: auto;
	}
	.contact-col {
		position: relative;
		background: rgb(0, 0, 0, 0);
		margin-top: 0%;
	}
	.portal {
		padding: 1rem 1rem !important;
	}
}

@media (min-width: 496px) and (max-width: 767px) {
	.jumbotron {
		background-size: 159% auto;
		background-position: 2% 0%;
	}
		
	.contact {
		margin: 0 auto !important;
		background-image: url(../resources/wp_marble_010.jpg);
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: auto;
	}
	.contact-col {
		position: relative;
		background: rgb(0, 0, 0, 0);
		margin-top: 0%;
	}
	.portal {
		padding: 1rem 1rem !important;
	}
}

@media (min-width: 768px) and (max-width:979px) {
	.jumbotron {
		background-size: 129% auto;
		background-position: 0% -6%;
	}
}

@media (min-width: 979px) and (max-width:1226px) {
	.jumbotron {
		background-size: 100% auto;
		background-position: 0% 19%;
	}
}

@media (min-width: 1227px) {
	
}