/*basic format*/
body{
	background: #ddd;
	font-family: "Avenir", "sans-serif";
	font-size: 1em;
	line-height: 1.4em;
}

.container{
	background: white;
	width:100%;
	margin: auto;
}

.navContainer{
	background-color: white;
	width:100%;
	margin: auto;
	font-family: "Futura", "sans-serif";
	position: fixed;
	z-index: 1;
	padding-bottom: 15px;
}

.colContainer{
	overflow: auto;
	padding-bottom: 8px;
}

.logo{
	max-width:20%;
	float: left;
	padding-top: 21px;
	padding-left: 38px;
}

.navigation{
	font-size:16px;
	float: right;
	max-width:100%;
	padding-right: 38px;
	padding-top: 55px;
}

header ul li { 
 	display: inline-block;
 	margin-right: 20px;
}

header li a {
	text-decoration: none;
	color: black;
}

header li a:hover{
	color:#a31d2d;
	transition: all .1s;
}


/*index*/
img {
	height: 47px
}

.carouselContainer{
	width:100%;
	height:100%;
	margin: 0px;
}

.carouselinner{
	width:100%;
}

/*contact*/
.contactContainer{
	width: 100%;
	background-image: url("../images/contact2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 650px;
	text-align: center;
	position: absolute;
	margin-top: 100px;
}

h1{
	font-size: 1.8em;
	font-weight: 500;
	padding-top: 40px;
}

h2{
	padding-bottom: 20px;
	font-weight: 500;
	font-size: 1.2em;
}

.contactWhiteBox{
	background-color: white;
	opacity: .74;
	height: 530px;
	width: 60%;
	margin: auto;
	margin-top: 40px;
}

.contactInfo{
	width:80%;
	margin: auto;
}

.Ccol1{
	padding-top: 40px;
	float: left;
	text-align: left;
}

.Ccol2{
	padding-top: 40px;
	float: right;
	text-align: left;
	padding-left: 10px;
}

/*services*/

.container{
	padding-top: 100px;
}

.serviceWhiteBox{
	background-color: white;
	opacity: .74;
	height: 630px;
	width: 60%;
	margin: auto;
	margin-top: 40px;
}

#box1{
	width: 100%;
	background-image: url("../images/services2.jpg");
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-size: cover;
	height: 630px;
	text-align: center;
	position: absolute;
}

.serviceWhiteBox2{
	background-color: white;
	opacity: .77;
	height: 630px;
	width: 60%;
	margin: auto;
}

#box2{
	width: 100%;
	background-image: url("../images/service1.jpg");
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-size: cover;
	height: 630px;
	text-align: center;
	position: absolute;
	margin-top:620px; 
}

.serviceWhiteBox3{
	background-color: white;
	opacity: .77;
	height: 630px;
	width: 60%;
	margin: auto;
}

#box3{
	width: 100%;
	background-image: url("../images/wax.jpg");
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-size: cover;
	height: 630px;
	position: absolute;
	margin-top: 1250px;
}

.serviceInfo{
	width:100%;
	margin: auto;
}

.serviceInfo > div {
	width:45%;
	font-size:.8em;
}

.Scol1{
	padding-top: 60px;
	float: left;
	text-align: left;
	padding-left: 40px;
}

.Scol2{
	padding-top: 60px;
	float: right;
	text-align: left;
	padding-right: 30px;
}

.Scol3{
	padding-top: 60px;
	float: right;
	text-align: left;
	padding-right: 30px;
}

.Scol4{
	padding-top: 60px;
	float: left;
	text-align: left;
	padding-left: 40px;
}

.Scola{
	float: left;
}

.Scolb{
	float: left;
	padding-left: 32px;
}
