@charset "utf-8";
/* CSS Document */
/*
 Theme Name:   Mono-Rend
 Theme URI:    
 Description:  Hello-Elemetor Child Theme For Mono-Rend
 Author:       Jarlath Lawn
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hello-elementorchild
*/
body{
	background:#333;
	font-family:Verdana, Geneva, sans-serif;
	color:#f90;
}
#bottom{
	height:10vh;
	background:#666;
}
.site-header{
	min-width:100%;
	max-width:100%;
	padding:1%;
	background:#FFF;
}
.site-navigation a{
	color: #107337; font-size: 16px; font-weight:bold;
}
.site-navigation a:hover{
	color: #000; font-size: 16px; font-weight:bold;
}
.single-site-main{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.single-page-header{
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.single-page-content{
	max-width:100%;
	min-width:80%;
	margin-left:auto;
	margin-right:auto;
}
.single-page-content div{
}
.services-half{
	width:45%;
	float:left;
}
.services-half img{
	float: left;
	margin-right: 10px;
}
.projects-gallery{
		clear:both;
}
.projects-gallery img{
	float:left;
}

.clear-both{
	clear:both;
}