
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap');


body,
html {
	background-color: #000;
	xbackground-image: url(../img/bg-1.jpg);
	xbackground-position: center bottom;
	xbackground-repeat: no-repeat;
}

.bg-light,
.navbar {
	background-color: #000 !important;
}

.nav-link {
	color: #e74c00 !important;
	font-family: "Roboto Slab", serif;
	font-weight: 500;
	text-transform: uppercase;
}

.nav-link:hover {
	color: #ccc !important;
}

.navbar-toggler {
	border: 2px solid #fff !important;
}

.navbar-collapse {
	border-bottom: 1px solid #e74c00;
}

.main {
	color: #fff;
	padding-top: 90px;
	padding-bottom: 30px;
}