html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 14vh;
	background-color: #f4f7f6;
	background-image: url("/images/valuation/valBanner2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

h1 {
	font-weight: 900;
	margin-bottom: 30px;
}

h3 {
    font-size:220%;
}

.panel:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 22px 4px rgba(40, 64, 58, 1);
	-moz-box-shadow: 0px 0px 22px 4px rgba(40, 64, 58, 1);
	box-shadow: 0px 0px 22px 4px rgba(40, 64, 58, 1);
}

.panel {
	border: none;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

.panel-body {
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

.panel-footer {
	border: 1px solid #178282;
	background: #178282;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}

.panel-footer p {
	font-size: 145%;
	font-weight: bold;
}

.further-info {
    font-size: 138%;  
    font-family: 'Open Sans', sans-serif;
    margin-top:20px;
    margin-bottom: 25px;
}

.img-circle {
	border: 2px solid #e0e0e0;
	max-width: 230px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #f5f5f5;
	max-height: 20vh;
}