@charset "utf-8";
/*
Theme Name:   Parish of Botha
Description:  Hello Elementor child theme for Mono-Rend
Author:       Jarlath Lawn
Author URI:   http://example.com
Template:     hello-elementor
Version:      1.0.1
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;
}

a {
	color: #720cbf !important;
}

#bottom {
	height: 10vh;
	background: #666;
}

.site-header {
	min-width: 100%;
	max-width: 100%;
	padding: 1%;
	background: #fff;
	z-index: 100 !important;
}

.site-navigation a,
.site-navigation a:hover {
	font-size: 16px;
	font-weight: bold;
}

.single-site-main {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.single-page-header,
.single-page-content {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.single-page-content {
	min-width: 80%;
}

.services-half {
	width: 45%;
	float: left;
}

.services-half img {
	float: left;
	margin-right: 10px;
}

.projects-gallery {
	clear: both;
}

.projects-gallery img {
	float: left;
}

.projects-gallery__item--with-copy {
	float: left;
}

.clear-both {
	clear: both;
}
