@import url(//fonts.googleapis.com/css?family=Open+Sans:300,700);
@import url(//fonts.googleapis.com/css?family=Oswald:300,400);

body {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	background-color: #e8e4dc;
}

.site-title {
	font-size: 45px;
	font-weight: 700;
	margin: 0;
	line-height: 1;
}

.site-title a,
.site-title a:hover {
	color: #211b1a;
	text-decoration: none;
}

.site-header {
	padding: 20px;
}

@media screen and (max-width: 768px) {
	.site-title {
    	text-align: center;
	}
}

a {
	color: #B75343;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.footer-item {
	color: white;
	padding: 40px;
}

.copyright {
	color: white;
	padding: 10px;
	text-align: center;
}

.main-content {
	padding: 40px;
}

.right-sidebar {
	padding: 40px;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
	margin-bottom: 14px;
	padding: 0;
}

@media screen and (max-width: 500px) {
	.reg-map {
		display: none;
	}

	.small-map {
		display: block;
	}

	.btn {
		margin-bottom: 5px;
	}


}

@media screen and (min-width: 501px) {
	.reg-map {
		display: block;
	}

	.small-map {
		display: none;
	}
}

@media screen and (max-width: 650px) {
	.reg-vid {
		display: none;
	}

	.small-vid {
		display: block;
	}


}

@media screen and (min-width: 651px) {
	.reg-vid {
		display: block;
	}

	.small-vid {
		display: none;
	}
}

.g-recaptcha {
	padding-bottom: 10px;
}

.thanks, .sending {
    display: none;
}
.grecaptcha-badge {
    float: right;
}

@media print {
	.right-sidebar, .footer, .img-fluid, .g-recaptcha {
		display: none;
	}
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
 }

 #page-top > div:nth-child(3) > div:nth-child(3) {
	background-color: #343a40;
	color: white
	
 }
 .body#page-top.index .div.container-fluid.p-0 .div.row {
	color: rgba(255,255,255,.5);
 }

 .navbar-dark .navbar-nav .nav-link{
	color: white;
 }

 #page-top > div:nth-child(3) > div:nth-child(3) > div > div.col-12.col-md-5.col-lg-4.col-xl-3.right-sidebar.d-none.d-md-block > div > div > a {
	color: #ff9786;
 }
 
 #page-top > div:nth-child(3) > div:nth-child(3) > div > div.col-12.col-md-5.col-lg-4.col-xl-3.right-sidebar.d-none.d-md-block > div > div > a:hover {
	color: white;
 }

 .notoppadding {
	padding-top: 0;
 }