/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}
ul.nav {
	font-family: 'Arvo', courier, serif;
	font-size: 13px;
}
footer {
	background-color: #e74c3c;
	padding-top: 100px;
	padding-bottom: 30px;
}
#get-involved {
	background-color: #f5f5f5;
}
#contact-us {
	text-align: right;
	
}
.jumbotron h1{
	font-family: 'Arvo', courier, serif;
	margin-top: 0px;
	margin-bottom: 32px;
}
.jumbotron p {
	margin-top: 42px;
	margin-bottom: 22px;
	font-weight: 200;
	padding: 0 20px;
}
.jumbotron {
    text-align: center;
    color: white;
    background-image: url('../images/hero_image.jpg');
    background-size: auto;
}
.btn-lgg {
	font-size: 36px;
}
.homepage{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.homepage h2, .homepage h3 {
	text-transform: uppercase;
	color: #e74c3c;
	font-family: 'arvo', courier, serif;
}
.homepage h2{
	font-size: 30px;
}
.homepage h3 {
	font-size: 22px;
}
.homepage p {
	font-size: 20px;
	font-weight: 300;
}
.homepage a {
	color: #e74c3c;
}
.homepage a:hover {
	color: #e74c3c;
	text-decoration: none;
	opacity: 0.8;
}
.homepage hr {
	border-color: #97190b;
	width: 200px;
	margin-top: 15px;
}
/* Responsive styling for Medium devices (desktops, 992px and up) */
@media (max-width: 1199px) {
	.jumbotron h1{
		font-size: 56px;
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.jumbotron h1{
		font-size: 44px;
	}
	.jumbotron p{
		padding: 0 10px;
	}
	#get-involved .col-md-4 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.jumbotron h1{
		font-size: 24px;
	}
	.jumbotron p{
		font-size: 16px;
		padding: 0;
	}
	#get-involved .col-md-4 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.btn-lgg {
		font-size: 18px;
	}
	.homepage p {
		font-size: 18px;
	}
	footer img {
		width: 75%;
	}
}
