@import url('https://fonts.googleapis.com/css?family=Basic|Sanchez');
/*
font-family: 'Basic', sans-serif;
font-family: 'Sanchez', serif;
*/


h1, h2, h3, h4, h5, h6{
	display:block; 
	font-weight:400;
	border:0px solid red;
	line-height:150%;
	font-family: 'Basic', sans-serif;
} 

.highlight {
	background:#454545; 
	background:#294A8F; 
	color:#FFF; 
	padding:10px 0px;  
	height:auto; 
	overflow:hidden;
	}
	
.highlight .green{background:#059967; padding:50px 10px;}
.highlight .gray{background:#333; padding:50px 10px;}
	
.highlight .title {
	font-size:50px; line-height:120%;
	font-family: 'Roboto', sans-serif;
	text-shadow:1px 1px 1px #333;
	margin-bottom:10px;
	}
.highlight .title span{font-size:30px; font-style:normal;}
.highlight .title strong{display:block-inline; border:0px solid red; padding:5px 10px; background:#FF9900; letter-spacing:0px;}


.welcome {
	font:28px font-family: 'Basic', sans-serif;
	text-transform:uppercase;
}
.welcome-intro {
	font-size:16px; 
	font-style:normal;
	letter-spacing:0.25px;
	line-height:150%;
	color:#757575;
	font-weight:100;
	text-align:justify;
}

.welcome span{color:#999;}

.heading {text-transform:uppercase; font-weight:100;}
.heading span{color:#C0C0C0;}




.box {border:1px solid #F5F5F5; padding:20px 10px; background:#FCFCFC; color:#059967;}
.box:hover {background:#059967; color:#FFF;}
.box h3{font-size:22px;}

.bg-gray-light {background:#F0F0F0;}
.bg-gray-dark {background:#C0C0C0;}

.products{width:100%; height:auto; overflow:hidden; border:1px solid #FFF;}
.products .content{padding:10px;}
.products .content p{text-align:justify;}
.products img{width:100%;}
.products img:hover{
	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
	transform: scale(1.05);
	zoom: 0.5;
}

.products .btn{ border:1px solid #C8C8c8;}
.products .btn:hover{ background:#009900; color:#FFF;}

.no-list {list-style:none; padding:0px;}
.no-list li {line-height:200%; font-size:16px; color:#757575;}


.sidebar {
	display:block; 
	width:100%; 
	height:auto; 
	overflow:hidden; 
	background:#FCFCFC;
	border:1px solid #F0F0F0; 
	padding:10px;
	margin:30px 0px;
	}

.para-intro {color:#999; font-style:italic;}

.bg-compost {
	background:url(../images/wallpaper1.jpg) no-repeat center center fixed; 
	background-size:cover; 
	}
.tagline {
	font-size:60px; 
	color:#FFF; 
	margin-bottom:20px;
	text-shadow:1px 1px 3px #333;
	font-family: 'Anton', sans-serif;
	}	
	
.mb-2 {margin-bottom:20px;}