* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('../img/bg-page.png');
	font-family: 'Basic','Raleway' sans-serif;
	background-repeat: no-repeat;
	background-size: cover;
}

.white-text {
	color: white;
}

.border-red {
	background-color: #9d070d;
}

.border-black {
	background-color: #231f20;
}

#header {
    margin-top: 20px;
}

#header .col-md-3 {
	width: 730px;
}

#header .logo {
    position: absolute;
    z-index: 999999;
}

#header .col-md-3 h1 {
	font-family: 'Basic',sans-serif;
	text-align: center;
	padding: 4px 10px;
	font-weight: 500;
	font-size: 40px;
}

#header p {
	font-family: 'Raleway',sans-serif;
	text-align: center;
	font-weight: 600;
}

#header .btn {
	margin-top: -10px;
	position: relative;
	top: 0px;
	z-index: 999999;	
	font-weight: bold;
	font-size: 20px;
	padding: 5px 30px;
	margin: 0px 2px;
	border-radius: 0px;
}

#header .btn:hover {
	background-color: #231f20;
	color: white;
	transition: all 0.5s;
}

#header .btn:focus {
	background-color: #231f20;
	color: white;	
}

#body {
	background: url('../img/page4.png') center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -25px;
	height: 658px;
}

#body .col-xs-4 {
	margin-top: 75px;
	margin-left: -15px;
	width: 425px;
	height: 300px;
}

.panel-group {
	background-color: white;
}

.panel-title {
	font-weight: bold;
}

.panel-collapse {
	height: 455px;
}

#scroll_able {	
	overflow-y: scroll; 
	overflow-x: hidden; 
	height: 430px;
}

.panel-default>.panel-heading {
    color: white;
    background-color: #9d070d;
    border-color: #9d070d;
    border-radius: 0px;
    border: none;
}

#body h3 {
	font-weight: 800;
	margin-top: -1px;
	font-size: 20px;
}

#body .panel-body {
	height: 357px;	
	font-size: 14px;
}

#body .panel-body span {
	font-family: 'Raleway',sans-serif;
	font-weight: normal;
	padding-top: -10px;	
	font-size: 13px;
}

footer .col-md-4 {
	text-align: center;
}

footer .col-md-4 p {
	padding: 20px 0px;
}