html, body {
    width: 100%;
    min-height: 100vh;
    font-family: 'Outfit', sans-serif !important;
}

body {
    min-height: 500px;
}

a {
    color: #A34646;
    text-decoration: none;
}

a:hover {
    color: #912F2F;
}

.navbar-nav .dropdown-item.active {
    color: #FCD083;
    background: none;
}

.navbar-nav .dropdown-item:hover {
    background: #333333 !important;
}

i {
    line-height: inherit !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    font-style: normal;
}

h5 {
    font-weight: 500;
}

h1, h5, #pppage h4 {
    color: #9f7b39 !important
}

#frontpage h1 {
    font-weight: 200;
    font-style: normal;
}

p, div {
    font-size: 1.03em;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="file"],
textarea,
select {
    border: 1px solid #7C7C7C !important;
}

select {
    -webkit-appearance: menulist;
    /*-moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;*/
    border: 1px solid #7C7C7C !important;
}

.text-justify {
    text-align: justify;
}

.hidden {
    display: none;
}

.btn-button {
    background-color: #8f2c2c;
    color: #ffffff;
    font-weight: bold;
}

.btn-button:hover {
    background-color: #6D0C0C;
    color: #ffffff;
}

.btn-grey {
    background-color: #494949;
    color: #ffffff;
    font-weight: bold;
}

.btn-grey:hover {
    background-color: #383838;
    color: #ffffff;
}

.btn-black {
    background-color: #000000;
    color: #ffffff;
}

.btn-black:hover {
    background-color: #1C1C1C;
    color: #ffffff;
}

.tog-muted {
    color: #8C8C8C;
}

.tog-dark {
    background: #383838;
    color: #EDEDED;
}

.tog-dark:hover {
    color: #EDEDED;
    border: 1px solid grey;
}

.tog-shadow {
    box-shadow: 0px 2px 10px rgba(0,0,0,0.8);
}

.tog-nl {
    max-width: 100%;
    overflow-x: hidden;
}

.pointer {
    cursor: pointer;
}

.filtertoggle {
    cursor: pointer;
}

#backtotop {
    color: #825D93;
    display: none;
    position: fixed !important;
    right: 5% !important;
    bottom: 10% !important;
    cursor: pointer;
    opacity: 0.5;
    z-index: 8;
}

#cookiebanner {
    color: #ffffff;
    display: none;
    width: 100%;
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9;
}

.fw-400 {
    font-weight: 400 !important;
}

/*bootstrap overrides */
a.nav-link {
    color: #ffffff;
    font-size: 1em;
    letter-spacing: 1px;
    text-decoration: none;
}

a.nav-link.active  {
    color: #C49C60 !important;
}

a.nav-link:hover {
    color: #C49C60;
}

.navbar-dark, footer {
    background-color: #131313;
    z-index: 1 !important;
}

.dropdown-menu-dark {
    background-color: #0c0c0c;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #BF9952;
}