/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 4.5em; 
}

.footer {
	padding-top: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4.5em;
	background-color: #181818;
}

.footer-text {
	color: #ffffff;
}

.footer-link {
	font-size: 14px;
	color: #ffffff;
}

.footer-link:hover {
	color: #fedf25;
}

/* Custom fonts
-------------------------------------------------- */
.heading-funlop {
    font-family: 'HelveticaNeue LT 93 BlackEx';
    font-weight: bold;
    font-style: normal;
}

/* Custom page CSS
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: Roboto, Helvetica, -apple-system, system-ui;
}

p {
	font-size: 16px;
	line-height: 24px;
	font-family: Helvetica, Roboto, -apple-system, system-ui;
}

span {
	font-size: 14px;
	line-height: 21px;
	font-family: Roboto, Helvetica, -apple-system, system-ui;
}

.container {
	width: auto;
	max-width: 680px;
	padding: 0 16px;
}

.lead {
	font-size: 20px;
	line-height: 30px;
}

.nav-link {
	color: #6c757d;
}

.nav-link.active {
	color: #212529;
}

.nav-link:hover {
	color: #212529; 
	text-decoration: underline;
}

.legal-link {
	color: #212529;
	font-weight: bold;
	text-decoration: none;
}

.legal-link:hover {
	color: #212529;
	font-weight: bold;
	text-decoration: underline;
}

.btn-custom-1 {
	margin: 3px;
	color: #ffffff;
	background-color: #212529;
	border-color: #212529;
}

.btn-custom-1:hover {
	margin: 3px;
	color: #212529;
	background-color: white;
	border-color: #212529;
}

.btn-custom-2 {
	width: 100%;
	margin: 3px;
	color: #ffffff;
	background-color: #212529;
	border-color: #212529;
}

.btn-custom-2:hover {
	width: 100%;
	margin: 3px;
	color: #212529;
	background-color: white;
	border-color: #212529;
}

.help-block.with-errors {
	display: inherit;
    color: #ff5050;
}

.list-unstyled {
	margin: 0;
}