@charset "UTF-8";
/* CSS Document */



div#home_image {
	background-image:url(../images/group1hdr.jpg);
	background-repeat: no-repeat; background-size: cover; background-position: center;
	margin: 0; padding:13% 0% 15% 0%;;
}

div.jumbotron {
	background-color:rgba(255,158,28,0.55);
	height: 100%; padding: 7%;
	
}
div.jumbotron h1 {
	margin: 0; padding: 0;
	height: 100%; line-height: 100%;
	text-shadow: 2px 2px 10px black;
}
h3 {
	margin-top: 5%;
}

div.card {
	padding-top: 2%; margin: 0%;
}


div.card-footer {
	padding:0; margin-bottom: 9%;
}

#let_loose {
	
	background-color: rgba(255,158,28,0.25);
}

#follow_fb {
	
	background-color: white;
}

#follow_fb:hover {
	
	background-color: black;
}
