body{
	background: url('../img/back.png') no-repeat center;
	background-size: cover;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #868686;
}

.container{
	background: url('../img/main.png') no-repeat center;
	background-size: cover;
	margin-top: 50px;
	margin-bottom: 75px;
}
.row{
	padding: 0 15px;
}
a:hover{
	text-decoration: none;
}
header{
	padding-top: 30px;
	padding-bottom: 30px;
}
header a{
	font-family: 'Tahoma', sans-serif;
	font-size: 12px;
	color: #858585;
}
header a:hover{
	color: #2f2f2f;
}
header a img{
	margin-right: 13px;
}
.contact{
	position: absolute;
	right: 15px;
}
nav{
	background: #2f2f2f;
}
nav .row{
	padding: 0;
}
nav .menu{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
nav .menu a{
	color: #8a8a8a;
	width: 120px;
	padding: 15px 0;
	text-align: center;
}
nav .menu a:hover, .menu_active{
	color: #7cbe5c;
	padding: 15px 0 10px 0;
	border-bottom: 5px solid #7cbe5c; 
}
h1{
	display: inline-block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 48px;
	background: #7cbc61;
	color: #fff;
	padding: 0 12px;
}

h3{
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 0;
	color: #fff;
}
#banner{
	display: block;
	background: url('../img/banner.png') no-repeat center;
	background-size: cover;
	margin: 30px 30px 40px 30px;
	height: 300px;
	padding: 30px;
}
h2{
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
}
#texts{
	text-align: center;
}
#texts p{
	width: 260px;
	margin: 20px auto;
}
hr{
	margin: 0 auto;
	width: 250px;
}
button{
	background: linear-gradient(#7bbc5b, #6aa34f);
	border: 1px solid #6aa24f;
	box-shadow: 0 2px 1px rgba(0,0,0,0.5);
	color: white;
	width: 97px;
}
.hover{
	transform: scale(1.1);
}
.latest{
	display: flex;
	justify-content: space-between;
}
.latest img{
	width: 125px;
	height: 125px;
	margin-top: 20px;
	border: 3px solid #c3c3c3;
	object-fit: cover;
	object-position: 0 0;
}
#latest_projects, #articles, #clients{
	margin-top: 50px;
	text-align: center;
}
#articles p{
	font-size: 13px;
	width: 260px;
	margin: 20px auto;
}
#articles p.last{
	margin-bottom: 40px;
}
strong{
	font-size: 14px;
	color: #000;
}
.client{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 40px;
}
footer{
	background: #000;
	padding: 15px 0;
	font-family: 'Tahoma', sans-serif;
	font-size: 10px;
	color: #6d6d6d;
}
ul{
	display: inline-block;
	list-style: square outside;
	margin-bottom: 0;
	padding-left: 17px;
	margin-right: 40px;
	font-size: 11px;
}
.social{
	text-align: right;
}
.social img{
	margin-right: 15px;
	margin-bottom: 15px;
}
.social_last img{
	margin-right: 0;
}
footer p{
	margin-bottom: 0;
}
footer a{
	color: #6d6d6d;
	text-decoration: underline;
}
footer a:hover{
	color: #868686;
}
@media screen and (min-width: 1199px){
	.l1, .cl1{
		padding-right: 30px;
	}
	.l2, .cl2{
		padding-left: 30px;
	}
}
@media screen and (max-width: 991px){
	hr, #texts p, #articles p{
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	#texts div, #articles div{
		margin-bottom: 40px;
	}
	#articles p.last{
		margin-bottom: 20px;
	}
	.menu a{
		font-size: 12px;
	}
	ul{
		margin-right: 10px;
	}
}
@media screen and (max-width: 459px){
	h1{
		font-size: 40px;
	}
	.latest img{
		height: 100px;
		width: 100px;
	}
	.client img{
		height: 50px;
	}
}	
@media screen and (max-width: 379px){
	header .logo{
		width: 100%;
	}
	header a{
		font-size: 10px;
	}
	.latest img{
		height: 80px;
		width: 80px;
	}
}