@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 14px;
}
h1, h2, h3, h4, h5 {
	color: #255e3d !important;
}

h1 {
	font-size: 55px !important;
}
h2{
	font-size: 48px;
}

.header {
	margin: 20px auto;
}

.tagline {
	font-size: 30px!important;
}

button {
			color: #ffffff;
			background-color: #f5af19;
			font-size: 19px;
			border: 0px solid #2d63c8;
			padding: 15px 45px;
			cursor: pointer;
			border-radius:5px;
		}
button:hover {
			color: #ffffff;
			background-color: #410502;
		}

.nav {
	background: #f5af19;
	width: 100%;
	border-radius: 5px;
}

.nav a {
	color: #255e3d;
}

.nav a:hover, .nav a:active {
	background: #410502;
	color: #ffffff;
}

.banner{
	background: url('../images/headerBackground1.jpg') right no-repeat;
	min-height: 345px;
	padding: 40px;
	margin: 20px auto;
}

.banner-caption{
	font-size: 36px;
	color: #f5af19;
}

.align-content-center{
	text-align: center;
}

.greenbox{
	background: #255e3d;
	padding: 30px;
}

.greenbox, .greenbox h2, .greenbox h4, .greenbox h1, .greenbox h3 {
	color: #f5af19 !important;
}

.jumbotron {
	padding: 2rem 1rem !important;
	border-radius: 10px!important;
	margin: 20px auto;
}

.footer{
	margin-bottom: 20px;
	text-align: center;
	padding: 15px 0;
	color: #ffffff;
	background: #255e3d;
	border-radius: 5px;
}

@media (max-width: 992px) {
.banner{
	background: #255e3d;
}
.banner h2{
		color:#ffffff!important;
	}
.banner-caption{
	color: #ffffff!important;
}
}