/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 50px;
	/*padding-bottom: 20px;*/
}

ul.nav, .jumbotron h1	{
	font-family: 'Roboto', sans-serif;;
	}

.jumbotron	{
	text-align: center;
	background-image: url('../images/hero-image.jpg');
	color: white;
	}
	
ul.nav {
	font-size: 13px;
	}

footer {
	background-color: #f74c3c;
    padding-top: 30px;
    padding-bottom: 30px;
	font-family: 'Roboto', sans-serif;;
	color: #FFFFFF;
	font-size:24px;
	}

footer a {
	color: #000000;
	}

footer a:hover {
	color: #000000;
	text-decoration: none;
	opacity: .6;
	}
	
.col-lg-8 {
	text-align: left;
	}
	
.col-lg-8 ul {
	font-size: 18px;
	}
	
.col-lg-4 {
	text-align: center;
	}
	
#get-involved {
	background-color: #f5f5f5;
	}
	
#educator {
	font-size: 30px;
	color: black;
	text-transform: lowercase;
	}

.jumbotron h1	{
	margin-top: 0px;
	margin-bottom: 50px;
	
	}
	
.jumbotron p {
	margin-bottom: 30px;
	font-weight: 100;
	padding: 0 50px;
	}

.btn-lg	{
	font-size: 26px;
	}
	
.homepage {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
		
	}

.homepage h2 {
	font-family: 'Roboto', sans-serif;;
	text-transform: uppercase;
	font-weight: bold;
	}

.homepage h3 {
	color: #e74c3c;
	font-family: 'Roboto', sans-serif;;
	text-transform: uppercase;
	font-weight: bold;
	}
	
/*.homepage h2 {
	font-size: 40px;
	}

.homepage h3 {
	font-size: 30px;
	}
*/
.homepage p {
	font-size: 20px;
	font-weight: 200;
	}

.homepage a {
	color: #e74c3c;
	}
	
.homepage a:hover {
	color: #e74c3c;
	text-decoration: none;
	opacity: .8;
	}
	
.homepage hr {
	border-top: 1px solid #e74c3c;
    width: 160px;
    margin-top: 15px;
	}	

/* RESPONSIVE STYLING */

@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;
		}
	
	.btn-lg {
		font-size: 18px;
		}
	.homepage p {
		font-size: 18px;		
		}
	footer img {
		width: 80%		
		}
	#get-involved .col-md-4 {
		padding-top: 20px;
    	padding-bottom: 20px;
		}

}
























