h1 {
    margin-bottom: 20px !important;
}

p, td, ul li {
    font-size: 18px;
}

.no-border td {
	border: none;
}

#header .logo img, #header .logo svg {
    width: 100%;
    max-width: 300px;
    padding: 0;
    margin: 0;
    height: auto !important;
}

.navbar .logo {
    padding: 0;
}

.header-fixed #header, #header .navbar-section {
    height: auto;
    justify-content: center;
}

.navbar {
    flex-direction: column;
    justify-content: center;
}

.home {
 background-color: black;
}

.home h1 {
    color: white;
    text-align: center;
}

.home p {
    color: white;
    text-align: center;
}

.home img {
    display: block;
    margin: 20px auto;
}

#header a, .dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
    color: black !important;
    padding: 16px;
    font-size: 14px;
}

#header span, .dropmenu ul li span.active, .dropmenu ul li span:focus, .dropmenu ul li span:hover {
    color: black !important;
    padding: 16px;
    font-size: 14px;
    display: block;
}

.mobile-menu .button_container span {
    background: black !important;
}

.overlay {
    background: white !important;
}

.treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover, .treemenu li a {
    color: black !important;
}

td {
    font-size: 18px;
    padding: 5px;
	border: 1px solid black;
}

.primaty-table td {
    border: 1px solid gray;
}

.treemenu li span {
    font-size: 1rem;
    display: block;
    margin-left: 1.2rem;
    color: black !important;
}

@media(max-width: 768px) {
    .table-scroll {
        overflow-y: scroll;
    }

    #header .logo img, #header .logo svg {
        height: 25px;
    }

    .mobile-logo img, .mobile-logo svg {
        height: 30px;
    }

    h1 {
        font-size: 25px !important;
    }
    h2 {
        font-size: 22px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    p {
        font-size: 18px  !important;
    }
}

