#body-wrapper .container {
    padding: 0;
}

#header .logo img, #header .logo svg {
    height: 70px;
    border-radius: 50%;
}

#header {
    background: #006699;
}

#header a {
    font-size: 1vw;
}

.dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover, #header a {
    color: white !important;
}

.dropmenu ul li a:only-child {
    padding: 0 5px;
}

h1, h2, h3 {
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}

p {
	font-size: 18px;
}

td {
    border: 1px solid gray;
    padding: 10px;
}

.wrapper {
    margin: 20px;
    border: 5px solid #006699;
    border-radius: 50px;
    padding: 20px;
}

.home h1, .home h2, .home h3, .big {
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}


.home p, .home span {
    text-align: center;
    display: block;
}

.home .cols {
    display: flex;
    gap: 20px;
}

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

.home .cols .left, .home .cols .right {
    width: 50%;
}

.flexed {
    display: flex;
    gap: 20px;
}

.flexed .left, .flexed .right {
    width: 50%;
}


#header .navbar-section, #header {
    height: auto;
}

.mobile-logo img, .mobile-logo svg {
    border-radius: 50%;
}

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

@media(max-width: 768px) {
    .home .cols, .flexed {
        flex-direction: column;
    }

    .home .cols .left, .home .cols .right, .flexed .left, .flexed .right {
        width: 100%;
    }

	p {
    	font-size: 18px;
	}
}

#page-wrapper {
    display: flex;
    flex-direction: row;
}

#page-wrapper #header {
    width: 20%;
}

#page-wrapper .navbar-section {
    justify-content: flex-start;
}

.navbar {
    flex-direction: column;
}

.dropmenu ul {
    flex-direction: column;
}

.dropmenu.animated ul li {
    margin-bottom: 10px;
}

@media(max-width: 992px) {
    #page-wrapper {
        display: block;
    }

    #page-wrapper #header {
        width: 100%;
    }

    .wrapper {
        margin: 20px 0;
        padding: 0;
        border: none;
    }
}
