body {
	margin: 0px;
	color: #0e1f36;
	font-family: "Rock", "open-sans";
	font-size: 18px;
}
@font-face {
	font-family: "Rock";
	src: url("fonts/ROCK.TTF") format("truetype");
}
@font-face {
	font-family: "Rock-bold";
	src: url("fonts/rockb.ttf") format("truetype");
}
h1 {
	font-family: "Rock-bold", "open-sans";
}
header {
	background: rgba(130, 128, 127, 0.7); 
}
.navbar-nav {
	margin-left: auto;
	text-transform: uppercase;
}
.navbar-brand {
	width: 12%;
}
.lead-page-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: start;
	color: #fff;
}
.lead-page-section h1 {
	font-size: 74px;
	text-transform: uppercase;
	opacity: 0.7;
}
.lead-description {
	padding-top:80px;
}
.info {
	text-decoration: none;
	color: #fff;
}
.info:hover {
	color: #f47b46;
	text-decoration: none;
}
.icon {
	color: #fff;
}
footer {
	padding-top: 60px;
	background-color: #242322; 
}