body {
    background: #ecf0f5;
}

h1 {
    font-size: 35px;
    margin: 0;
    margin-bottom: 20px !important;
    margin-top: 40px;
}

h2 {
    font-size: 30px;
    margin: 0;
    margin-bottom: 20px !important;
    margin-top: 20px;
}

h3 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 20px !important;
    margin-top: 20px;
}

p, ul li {
    font-size: 20px;
    margin: 0;
}

a {
    color: #9371bd;
    text-decoration: none;
    font-size: 20px;
}

.no-list {
    list-style: none;
}

#header .logo img, #header .logo svg {
    width: 190px;
    height: auto;
}

.navbar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

#header .navbar-section {
    padding-bottom: 10px;
}

#header {
    height: auto;
}

#header a, .dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
    color: black !important;
    font-weight: 500;
    font-size: 16px;
}

.wrapper {
    background-color: white;
    padding: 20px;
}

#footer {
    background: rgb(42, 42, 44) !important;
    padding: 20px;
}

.mobile-logo img, .mobile-logo svg {
    height: 25px;
}

.mobile-menu .button_container span {
    background: rgb(42, 42, 44) !important;
}

.mobile-menu .button_container.active span {
    background: white !important;
}

@media(max-width: 768px) {
    h1 {
        font-size: 30px;
        margin: 0;
        margin-bottom: 20px !important;
        margin-top: 20px;
    }

    h2 {
        font-size: 20px;
        margin: 0;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }

    h3 {
        font-size: 18px;
    }

    p, ul li {
        font-size: 18px;
        margin: 0;
    }

    a {
        color: #9371bd;
        text-decoration: none;
        font-size: 18px;
        display: block;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .treemenu li a, .treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover {
        color: white !important;
    }
}