* {
	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;	
}

#slide_home {
	margin-top: -25px;
}

#slide_home .carousel-inner img {
	width: 100%;
	height: auto;
}

footer {
}

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

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