@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.top-bar, .navigation {
	padding-left:20px;
	padding-right:20px;
}
.inner-navigation {
	z-index:100;
}


ul, ol {
	margin-left:0px;
	padding-left:15px;
}

.scroll-top {
	z-index:10000;
	color:black;
}

.inner-nav li.active a span {
	color: #999;
}

h1, h2, h3, .display-1 {
	font-family: 'Bebas Neue', sans-serif;
}

.btn-primary {
	color: black !important;
}

.module:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
background-image: url('/upload/istockphoto-182722226-1024x1024.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.footer-circle {
	display: none;
}

.footer {
	padding-top:60px;
}