
.underline-peter {
	border-bottom: 2px dashed #4e2813 !important;
	font-weight: 700 !important;
    font-size: inherit !important;
	color: #4e2813 !important;
}

.underline-peter-2 {
	text-decoration: underline !important;
	text-decoration-color: #4e2813 !important;
	text-decoration-style: dashed !important;
	font-weight: 700 !important;
	color: #4e2813 !important;
}

.text-brown {
	color: #4e2813 !important;
    font-size: inherit !important;
}

.underline-hover:hover {
	text-decoration: underline !important;
}

.extrabold {
    font-size: inherit !important;
}

/*Privacy page */

.modern-nav a.logo img {
    max-width: none;
    max-height: 50px;
}

.modern-nav .nav-links .nav-link i {
    font-weight: 900;
    font-size: 20px;
}

.bg-colored {
	background-color: #f29400 !important;
}

a.bg-colored:hover {
	background-color: #f26500 !important;
}

.modern-nav.link-hover-01 .nav-container li.extra-links>a.nav-link:hover {
	color: #f29400 !important;
}

.modern-nav .nav-links .nav-link:before {
	background-color: #f29400 !important;
}

.js-cookie-consent.cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.52);
    padding: 5px;
	z-index: 5000;
}
.cookie-consent__message {
    font-family: sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
.cookie-consent__message a {
    color: #fff;
    text-decoration: underline;
}
.js-cookie-consent-agree.cookie-consent__agree {
    background: #28a745;
    width: auto;
    padding: 3px 7px;
    font-size: 12px;
    margin-top: 0;
    text-transform: uppercase;
    color: #fff;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    cursor: pointer;
    font-weight: bold;
}
