html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

header {
	padding: 32px;
}

body {
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(34,139,34,1);

    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: black;

}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.style-logo2 {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.style-nav ul {
	list-style-type: none;
	color: #7F1416;
	font-size: 20px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
}

.style-nav ul li a {
	text-decoration: none;
	color: black;
	font-size: 20px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	padding: 10px;
}

.style-nav ul la a {
	text-decoration: none;
	color: #7F1416;
	font-size: 20px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
}

.services {
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
}

h2 {
	font-size: 30px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
}

h3 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 10px;
}

h4 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 600;
	margin-bottom: 35px;
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
	color: #7F1416;
	font-weight: 600;
	padding: 30px 5px 20px 5px;
	text-transform: uppercase;
}

h6 {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

p {
	font-size: 20px;
	color: black;
	font-weight: 400;
	margin-bottom: 35px;
}

.button {
	border: 2px #000000 solid;
	padding: 8px 30px;
	border-radius: 30px;
	display: block;
	width: 400px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	h1 {
		font-size: 50px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: center;
		padding-top: 30px;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}