@charset "UTF-8";
body {
	background-color: #454E66;
	font-size:1.4em;
}
img {
	max-width:100%;
	margin-top:5px;
}
#thisPage {
	color: #F45B0C;
}

.navbar-inverse {
	background-color: #454E66;
	border-style: none;
}
.nav.navbar-nav.navbar-right li a {
	color: #FFFFFF;
}
.nav.navbar-nav.navbar-right li a:hover {
	color: #F3BF0A;
}
.mainPic {
	background-color: #FFFFFF;
	padding: 0.6em;
}
.logoBkg_home {
	width: 150px;
	height: 90px;
	position: absolute;
	top: 5%;
	left:50%;
	background-color: #82AD79;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-box-shadow: 2px 2px 0px 3px #000000;
	box-shadow: 2px 2px 0px 3px #000000;
	right: 0px;
	padding: 4px 12px;
	-ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari */
    transform: rotate(-10deg); /* Standard syntax */
}
.logoBkg {
	width: 160px;
	height: 100px;
	position: relative;
	top:35px;
	left:5%;
	background-color: #82AD79;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-box-shadow: 2px 2px 0px 3px #000000;
	box-shadow: 2px 2px 0px 3px #000000;
	padding: 4px 12px;
	-ms-transform: rotate(-10deg); /* IE 9 */
	-webkit-transform: rotate(-10deg); /* Safari */
	transform: rotate(-10deg); /* Standard syntax */
}
h1, h2, h3, h4 {
	font-family: alfa-slab-one, "Arial Black", "Helvetica Bold", sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-top:0;
}
h3, h4 {
	color:#F45B0C;
	margin:20px;
}

.bulleted {
	background-color: #D7CBB5;
	margin: 5px 0px;
}
.bulleted_home {
	background-image: url(images/waves.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin: 5px 0px;
	padding-top:10px;
}
.bulleted h2, .bulleted p {
	padding:5px;
}
.footer {
	background-color: #99A39B;
	font-size: 0.9em;
	color: #FFFFFF;
	padding:0 15px;
}
.carousel {
	width: 274px;
	height:365px;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
/*	border-color:#9F8F6E;
	border-style:solid;
	border-width:2px;
*/}
.bodyText {
	margin-top: 8px;
}
.watery {
	background-image: url(images/waves.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#jacuzziLogo {
	margin-left: 30px;
}
.carousel {
	margin-top: -15px;
}
.carousel-control.right, .carousel-control.left {
	background-image:none;
}
@media only screen and (min-width: 500px) {
	.logoBkg_home {
		width: 220px;
		height: 140px;
		top:15%;
		left:68%;
}
	.logoBkg {
		width: 220px;
		height: 140px;
		top:-15px;
		left:5%;
}
h3, h4 {
	color:#F45B0C;
	margin:0;
	margin-bottom:20px;
}

}

@media only screen and (min-width: 800px) {
	.logoBkg_home {
		width:260px;
		height:175px;
		top:20%;
		left:72%;
		padding-top:1em;
}
.logoBkg {
		width:240px;
		height:160px;
		top:-20px;
		padding-top:1em;
}
}
