.border {
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	box-shadow: 2px 2px 1px #888888;
}

.box {
	text-align:left;
	margin-left: 20px;
	margin-right: 20px;
}

.btn: hover {
	color: black;
}

.hero p { min-height: 100px !important; }
.hero { margin-bottom: 20px; }

.bg-red2 { background: #D63230; color: #fff; }

.copyright a { color: #39A9DB !important; }