.jumbitron{
	position: relative;
	background: #000 url("jumbotron-bg.jpg") center center;
	width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

.section-title{
	margin-bottom:30px;
	margin-top: 40px;
}

.section-title-init{
	margin-bottom:30px;
	margin-top: 20px;
}

span.glyphicon {
	padding-top: 5px;
	font-size: 2em;
}

#content {
	display: none;
	margin-top: 60px;
}

.footer {
	margin-top:30px;
}

.top-buffer {
	margin-top: 30px;
}

.chamber-logo {
	width:7%;
	height:7%;
	opacity:0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	margin-bottom: 5px;
	border-radius: 5px 5px 5px;
	margin-left:10px;
}

.chamber-logo:hover{
	opacity:0.7;
}

.founder-image {
	margin-bottom: 15px;
	width: 70%;
	height:70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#smaller {
	font-size:1.3em;
}


.partner {
	font-size: 23px;
    font-weight: 200
}

.partner-logo{
	margin-right:30px;
}