body{
	font-family: "Roboto", Verdana, sans-serif;
	font-weight:  400;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.5px;
	background-color: #4a9aa9;
	}

h2, h3, h4 {font-family: 'Roboto Slab',Verdana, sans-serif;font-weight: 500;}

.navbar-nav{
	font-size: 0.875em!important;
	font-weight: 500!important;
	letter-spacing: 1.25px!important;
	text-transform: uppercase!important;
}

.bg-custom{
	background-color: #254d55!important;
}

p > a {color: #fff !important; text-decoration: underline!important;}
.hero {
	background: url("../images/masthead.jpg") no-repeat center center;
		background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	z-index: 50;
}

.takingPart {
	background: url("../images/beekeepers2.jpg") no-repeat center center;
		background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;}

.about {
	background: url("../images/beekeepers4.jpg") no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.ptsd {
	background: url("../images/military.png")no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.fundraising {
	background: url("../images/beekeepers3.jpg")no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.hero .container, .takingPart .container, .about .container, .ptsd .container, .fundraising .container {
	height: 450px;}

	
.hero h1 {
	font-size: 4.5em;
	color: #ffffff;
	position: relative;
	text-align: center;
	top: 30%;
	font-family: "Roboto+Slab", Verdana, sans-serif!important;
}

