/* Regular 400 */
@font-face {
    font-family: 'Formula';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('Webfonts/formula-serial-regular-webfont.eot');
    src: local(''),
        url('Webfonts/formula-serial-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('Webfonts/formula-serial-regular-webfont.woff') format('woff');
        url('Webfonts/formula-serial-regular-webfont.ttf') format('truetype'),
}
/* Medium 500 */
@font-face {
    font-family: 'Formula';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('Webfonts/formula-serial-medium-webfont.eot');
    src: local(''),
        url('Webfonts/formula-serial-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('Webfonts/formula-serial-medium-webfont.woff') format('woff');
        url('Webfonts/formula-serial-medium-webfont.ttf') format('truetype'),
}
/* Bold 700 */
@font-face {
    font-family: 'Formula';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('Webfonts/formula-serial-bold-webfont.eot');
    src: local(''),
        url('Webfonts/formula-serial-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('Webfonts/formula-serial-bold-webfont.woff') format('woff');
        url('Webfonts/formula-serial-bold-webfont.ttf') format('truetype'),
}
/* Xbold 900 */
@font-face {
    font-family: 'Formula';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('Webfonts/formula-serial-xbold-webfont.eot');
    src: local(''),
        url('Webfonts/formula-serial-xbold-webfont.eot?#iefix') format('embedded-opentype'),
        url('Webfonts/formula-serial-xbold-webfont.woff') format('woff');
        url('Webfonts/formula-serial-xbold-webfont.ttf') format('truetype'),
}

/* Regular 400 */
body {
	font-family: Formula, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400 !important;
/*
	letter-spacing: 0.015em;
*/
}
/* Medium 500 */
.nav-link {
	font-weight: 400 !important;
	color: #fff;
}  
/* Bold 700 */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6
{
	font-weight: 700 !important;
	color: #DC3019 !important;
}
/* Xbold 900 */
b, strong, .btn
{
	font-weight: 900;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.parent-active, .navbar-nav .nav-link.show {
	color: #DC3019 !important;
}
.dropdown-menu {
	--bs-dropdown-bg: #2E2E2E;
	--bs-dropdown-color: #fff;
}
.dropdown-item {
	color: #fff;
	padding: .6rem 1rem !important;
	border-bottom: 1px solid #6c757d;
}
.dropdown-item:hover, .dropdown-item:focus
{
  color: #fff;
  background-color: #DC3019;
}



.jumbotron p {
	position: relative;
  	z-index : 1010;
	padding-top: 50px;
}

.jumbotron p:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	width: 15%;
	border-top: 2px solid white;
	z-index: -1;
}

#page-footer a {
	text-decoration: none;
	color: #fff !important;
}
#page-footer .menupages {
	margin-top: -8px;
}
#page-footer .menupages li a.nav-link {
	font-weight: 400 !important;
}
/*
#page-footer .menupages li:first-child a {
	font-weight: 900 !important;
}
*/

h1, .h1 {
 	font-size: calc(1.5rem + 0.9vw) !important;
}
h2, .h2 {
 	font-size: calc(1rem + 0.9vw) !important;
}
h3, .h3 {
 	font-size: calc(0.75rem + 0.9vw) !important;
}


.jumbotron i.fa-solid, .jumbotron i.fa-brands,
.footer i.fa-solid, .footer i.fa-brands {
	font-size: 1.5rem;
}

.main-content {
	margin-top: 4rem;
}

#main-navbar.bg-dark, .bottom-footer.bg-dark {
	background-color: #2E2E2E !important;
}

a {
	text-decoration: none;
}


#c7 p strong {
	margin-left: 1rem;
	font-weight: 700;
}


@media (min-width: 1200px) {

	h1, .h1 {
		font-size: 30px !important;
	}
	h2, .h2 {
		font-size: 25px !important;
	}
	h3, .h3 {
		font-size: 1.35rem !important;
	}

}


@media (min-width: 992px) {
	
	.navbar-brand {
		display: none !important;
	}
	.jumbotron .col-image {
		min-height: 470px !important;
	}
}


@media (max-width: 991.98px) { 
	
	#nav-item-2 {
		display: none !important;
	}

	.more {
		position: inherit !important;
	}
	
}

@media (max-width: 575.98px) {
	
	#c8, #c8 p, #c6 {
		padding-left: 1rem;
	}
	
	#c8 .text-center {
		text-align: left !important;
	}	

}


@media (max-width: 767.98px) {
	
	#c8, #c8 p, #c6 {
		padding-left: 1rem;
	}
	
	#c8 .text-center {
		text-align: left !important;
	}	

}



@media (min-width: 576px) {
	
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	
	.navbar-brand {
		display: none !important;
	}
	.jumbotron .col-image {
		min-height: 470px !important;
	}

	
}
@media (min-width: 1200px) {
	
}
@media (min-width: 1400px) { 
	
}


