/* ORANGE: #ff5900 */
body {
	font-family: "Lato", sans-serif;
	font-weight: 400;
}
.navbar-dark {
	background: #ff5900;
}
.navbar-dark img {
	width: 400px;
	margin:  auto;
}

h1 {
	color: #ff5900;
	font-weight:  900;
}
h2 {
	font-weight:  900;
}
h3, h4, h5, h6 {
	font-weight:  700;
}

.home main {
	width: 98vw;
    height: 90vh;
    justify-content: center;
    align-items: center;
    display: flex;
}
.home nav {
	display:  none;
}

#wrapper-footer {
	background: #000;
}
#wrapper-footer p,
#wrapper-footer a {
	color: #fff;
	font-weight:  300;
}