/*
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/
#bodywrapper {
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.skip-container {
	display: none;
}
#header {
	background-image: url('images/banner.jpg');
	background-position: right top;
	-webkit-background-size: 100% 100%;
	   -moz-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
	background-repeat: none;
	padding-top: 10px;
}
#logo {
	padding-left: 150px;
	margin-bottom: 10px;
	background-image: url('images/logo.png');
	background-position: 10px center;
	-webkit-background-size: 122px 122px;
	   -moz-background-size: 122px 122px;
	     -o-background-size: 122px 122px;
	        background-size: 122px 122px;
	background-repeat: no-repeat;
	min-height: 122px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.site-name {
	font-size: 3em;
	font-family: 'Kalam', cursive;
	color: #000000;
	line-height: 1.2em;
	padding: 0;
}
.site-description {
	font-size:1.6em;
	font-family: 'Kalam', cursive;
	color:#336600;
}
#content {
	background: #F4F1E2;
	margin-top: 0;
}
.post-entry {
	clear: both;
	color: black;
	font-family: 'Arvo', serif;
	font-size: 15px !important;
}
ul.menu {
	background: #000 !important;
}
ul.menu li {
	background: #000 !important;
}
ul.menu li a {
	text-transform: uppercase;
	border-left: 0 none;
	letter-spacing: 1px;
	font-family: 'Arvo', serif;
}
ul.menu li a:hover {
	background: #000 !important;
	color: #ece2c9;
}
.menu .current_page_item a,
.menu .current-menu-item a {
	background: #000 !important;
}
#wrapper {
	margin: 0;
	padding: 0;
	border: 0 none;
	background: #f6f0e4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	box-sizing: border-box;
}
#content {
	margin-bottom: 0;
	padding: 0 20px;
	box-sizing: border-box;
}
#widgets {
	margin-top: 0;
	margin-bottom: 0;
	background: #eae3c7;
	box-sizing: border-box;
}
.widget-title h3 {
	padding-bottom: 10px;
}
.widget-wrapper {
	background-color: transparent;
	border: 0 none;
}
.widget-wrapper p {
	margin-top: 0;
}
#footer-wrapper {
	background: #000;
	color: #eee;
	text-align: center;
}
#footer-wrapper a {
	color: #fff;
}
#footer-wrapper a:hover {
	color: #ece2c9;
}
.copyright {
	text-align: center;
	padding-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
	color: #000;
}
@media (max-width: 1024px) {
	#header {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left top;
	}
	#content {
		width: 60%;
	}
	#content img.alignright {
		max-width: 200px;
	}
	#content img.alignleft {
		max-width: 200px;
	}
	#widgets {
		width: 40%;
	}
}
@media (max-width: 800px) {
	#content {
		width: 70%;
	}
	#widgets {
		width: 30%;
	}
}
@media (max-width: 767px) {
	#content {
		width: 100%;
	}
	#widgets {
		width: 100%;
	}
}
@media (max-width: 567px) {
	#content img.alignright {
		max-width: 100%;
		float: none;
		margin: 0 auto;
		display: block;
	}
	#content img.alignleft {
		max-width: 100%;
		float: none;
		margin: 0 auto;
		display: block;
	}
}
.leaflet{
	font-family: 'Gravitas One', cursive;
}
h2.leaflet  {
    font-size: 1.5em;
}
h3.leaflet  {
    font-size: 1.1em;
}
.leaflet{
	font-family: 'Gravitas One', cursive;
}
h2.leaflet  {
    font-size: 1.5em;
}
h3.leaflet  {
    font-size: 1.1em;
}
hr.leaflet {
	background-color: #336600;
	color: #336600;
    border: solid 2px #336600;
    height: 5px;
}