html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top:100px;
	margin-bottom: 140px;
	background:#fff url(../images/blueprint-9.png);
	/*background-size:cover;*/
}

.footer {
	position: absolute;
	padding-top:10px;
	bottom: 0;
	width: 100%;
	height: 120px;
	background-color:#e95420;
	border-top:3px solid #ffffff;
}

.bodypix {
	margin:10px 20px 10px 0;
	width:250px;
	height:auto;
}

.contactform, .contactformindex {
	padding-top:195px;
	padding-bottom:15px;
	background:url(../images/steve.jpg);
	background-position:top center;
	background-size:cover;
}

.contactformindex {
	margin-top:20px;
	margin-right:15px;
	margin-left:-15px;
}

.bodywmargin {
	padding-right:25px;
}

.contactform h3, .contactformindex h3 {
	color:#ffffff;
}

.pullquote {
    font-family: 'Special Elite', cursive;
	font-style:italic;
	font-size:25px;
	text-align:center;
	margin-top:0;
	margin-bottom:15px;
}

h1 {
	font-size:35px;
}

.footOne {
	color:#ffffff;
	background-color:;
}

.contactindent {
	margin-left:20px;
}

.contacthead {
	background-color:#eeeeee;
	width:100%;
	padding:5px 10px;
	border-left:1px solid #dddddd;
	border-top:1px solid #cccccc;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #999999;
}
@media screen and (max-width: 480px) {
	h1 {
		font-size:30px;
	}
	.contactformindex {
		margin-top:20px;
		margin-right:0;
		margin-left:-0;
	}
    .footer {
		height: 140px;
	}
    .text-muted {
		font-size:9pt;
	}
	.socialsec {
		width:100%;
		text-align:center;
		margin-top:10px;
	}
	.pull-right {
		width:100%;
	}
}

.navbar {
	border-bottom:3px solid #e5e5e5;
}
.carousel-caption {
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding: 0 0 10px 25px;
	color: #fff;
	text-align: left;
}

.carousel-caption p {
	text-align:center;
	margin-top:8px;
	font-family:'Special Elite',cursive;
}

.carousel-indicators {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 15;
	margin: 0;
	padding: 0 25px 25px 0;
	text-align: right;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

.left a {
	margin:0;
	padding:0;
}

/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

@media screen and (min-width: 992px) {
	.container {
		max-width: 930px;
	}
}

@media screen and (min-width: 767px) and (max-width: 1002px) {
	body {
		padding-top: 150px;
	}
}

.carousel-caption {
	padding:0;
	margin:0;
}
.carousel-caption h3 {
	padding:5px 10px;
	margin:0;
}
.carousel .carousel-indicators {
	padding:5px 10px;
	margin:0;
}
.carousel-indicators li {
	width:6px;
	height:6px;
	cursor: pointer;
	text-align:center;
}
.carousel-indicators li.active {
	width:7px;
	height:7px;
	cursor: pointer;
	text-align:center;
}

@media screen and (max-width:480px) {
	.carousel-caption h3 {
		font-size:10pt;
	}
	.carousel-indicators li{
		width:3px;
		height:3px;
	}
	.carousel-indicators li.active{
		width:4px;
		height:4px;
	}
	h1 {
		font-size:20px;
	}
	.contacthead {
		font-size:16px;
	}
}

@media screen and (max-width:370px) {
	body {
		padding-top:60px;
	}
	.mylogo {
		width:200px;
		height:auto;
	}
}
