#header .logo img, #header .logo svg {
    height: 80px !important;
    width: auto !important;
}

.home-header {
    background-image: url(/user/pages/01.home/header.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
}

.home-header #body-wrapper {
    background: rgba(0, 0, 0, 0.25);
}

.home-header h1,
.home-header h2,
.home-header h3,
.home-header p {
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.9);
}

section#body-wrapper section.container p img {
    width: 250px !important;
    height: 250px !important;
    object-fit: cover;
    border-radius: 50%;
    float: right;
    margin: 0 0 1rem 2rem;
    border: 3px solid #185FA5;
}

body:not(.home-header) #body-wrapper {
    background-image: url(/user/pages/01.home/header.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

body:not(.home-header) #body-wrapper::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.70);
    z-index: 0;
}

body:not(.home-header) #body-wrapper > * {
    position: relative;
    z-index: 1;
}

body.home-header #footer {
    background: #f8f8f8 !important;
    color: #444 !important;
}

body.home-header #footer a {
    color: #185FA5 !important;
}

body.home-header #footer p {
    color: #444 !important;
    text-shadow: none !important;
}

body:not(.home-header) #body-wrapper p,
body:not(.home-header) #body-wrapper li {
    color: #2a2a2a;
    font-weight: 500;
}

#overlay {
    background: rgba(15, 42, 69, 0.97) !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 99999 !important;
}
