body {
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #c9e1db;
} 

.jumbotron {
	height: 170px;
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	background-color: rgba(255, 255, 255, 0.4);
}

h1 {
	color: #2A4758 !important;
}

h3 {
	color: #395F78;
}

.box_large {
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
	border-radius: 2%;
	overflow: hidden;
}

.box_large div {
	overflow: hidden;
}

.box_large img {
	width: 100%;
}

h2 {
	color: #2A4758;
	padding: 0px;
	margin: 8px 0px 5px 0px;
	font-size: 24px;
}

.box {
	background-color: rgba(48, 102, 59, 0.4);
	margin-top: 50px;
	text-align: center;
	padding: 10px 10px 20px 10px;
}

.box h2 {
	color: #b3dacc;
}

.box img {
	height: 50px;
	margin: 0px auto;
}

.twitter h2 {
	color: #78c1f9;
}