@charset "UTF-8";
/* CSS Document */

html, html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

header {
	padding: 32px;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #000000;
}
.telephone {	
	color: white;
	background-color: black;
	font-size: 20px;
	font-variant: small-caps;
	text-align: center;
	
}

.telephone a {
	text-decoration: none;	
	color: #c3922e;
	font-size: 19px;
}
.telephone a:hover {
	text-decoration: none;	
	color: #fffbcc;
	font-size: 19px;
}
.big {
	display:none;
}
footer {
	background-color: #ffffff;
	text-align: right;
	padding: 20px;
	font-size: 14px;
}

img {
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}


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

h2 {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 23px;
}

h3 {
	font-size: 20px;
	font-weight: 200;
	padding: 0px 0px 14px;
}

h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}

p {
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 20px;
}

a {
	font-size: 15px;
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	font-size: 15px;
	text-decoration: underline;
	color: #fffbcc;
}

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

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #01723c;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.style-nav .here {
	color: #c3922e;		
} 

.style-nav a a:hover {
	font-size: 20px;
}
.style-nav ul li a:hover {
	color: #fffbcc;
}

.col {
	width: 100%;
	padding: 0px 0px 7px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.button {
	border: 2px #ffffff solid;
	padding: 6px 20px;
	border-radius: 30px;
	background-color: #1b7b34;
	color: #fff;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}

.button:hover {
	background-color: ;
	color: #000000;
	border: 2px #000000 solid;
}

.simps {
	border: 1px #1fb58f solid;
}

.compostable-box {
	background-color: #01723c;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: justify;
}

.compostable-box ul li {
	margin-left: 20px;
}



.page-pic:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.address {
	background-color: #01723c;
	text-align: center;
	border: 1px #01723c solid;
	padding: 6px;
	border-radius: 0px 0px 20px 20px;
	font-size: 13px;
	color: #fff;
}

.viz {
	color: #f24c4e;
	text-decoration: none;
	font-size: 18px;
}

.viz:hover {
	font-size: 18px;
	text-decoration: underline;
	color: #1fb58f;
}

.team {
	line-height: 22px;	
}




/*Larger Phone View*/
@media only screen and (min-width: 576px) {

body {
	max-width: 767px;	
}

h1 {
	font-size: 40px;
	margin-top: 20px;
}

h2 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 300;
}


h3 {
	font-size: 16px;
}
.sml {
	display:none;
}
.big {
	display: inline-block;
}
.telephone {	
	font-size: 22px;	
}

.telephone a {
	font-size: 20px;
}
.telephone a:hover {
	font-size: 20px;
}
.address {
	font-size: 15px;	
}
a {
	font-size: 16px;
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	font-size: 16px;
	text-decoration: underline;
	color: #1fb58f;
}

.style-logo {
	width: 400px;
}

.style-nav ul li {
	display: inline-block;
}

.style-nav ul {
	text-align: center;
}

.style-nav a {
	font-size: 20px;
}

.col {
	float: left;
	padding: 0px 7px 14px;
}

.col-md-one-half {
	width: 50%;
}

.button {
	padding: 6px 20px;
}

.compostable-box {
	padding: 20px 10px 20px;
}

.team {
	line-height: 24px;	
}
}

/*Tablet View*/

@media only screen and (min-width: 768px) {
body {
	max-width: 991px;
}
.telephone {	
	font-size: 24px;	
}
.telephone a {	
	font-size: 22px;
}
.telephone a:hover {	
	font-size: 22px;
}

.style-nav a {
	font-size: 26px;
	font-weight: 600;	
}

h2 {
	font-size: 24px;
	margin-bottom: 23px;
	font-weight: 300;
}

h3 {
	font-size: 18px;
}

.compostable-box {
	padding: 30px 20px 30px;
}

footer {
	font-size: 16px;
}

.team {
	line-height: 28px;	
}
.address {
	font-size: 18px;	
}
}

/*Desktop View*/

@media only screen and (min-width: 992px) {
body {
	max-width: 1920px;
}

.style-nav a {
	font-size: 26px;
	font-weight: 600;	
}

h1 {
	margin-bottom: 220px;
}

h2 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 16px;
}

h4 {
	font-size: 22px;
}

.telephone {	
	font-size: 30px;	
}

.telephone a {	
	font-size: 28px;
}
.telephone a:hover {	
	font-size: 28px;
}
.style-logo {
	float: left;
	width: 400px;
}

.style-nav {
	float: right;
}

.col-lg-one-fourth {
	width: 25%;
}

.button {
	padding: 6px 36px;
}

p {
	font-size: 16px;
}

.team {
	line-height: 30px;	
}
}
