html.boxed .body {
	margin-top:50px;
	border-radius: 5px;
    border-top: 5px solid #5B8794;
}



#header .header-top {
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
    min-height: auto;
}

.logo-texperts {
    position: absolute;
    top: -71px;
    width: 320px;
    display: block;
    text-align: center;
	border-radius: 5px;
	background: #d9d9d9;
}

.logo-texperts .p1 {
    /*font-size: 40px;*/
    height: 45px;
    line-height: 45px;
    color: #c3e9f6;
    background: #5c8895;
    /*text-shadow: 3px 5px 5px #000;*/
}

.logo-texperts .p2 {
    height: 26px;
    color: #c3e9f6;
    background: #0f3b48;
}

.logo-texperts .p3 {
    color: #000;
    font-weight: bold;
	padding: 10px 0;
}

.logo-texperts span {
    color: #548dd4;
    text-decoration: underline;
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-spaced nav > ul > li > a {
        padding-right: 1.3rem !important;
        padding-left: 1.3rem !important;
    }
}

.custom-header-bar:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 45vw;
    background-color:#5B8794;
    border-radius: 4px;
    box-shadow: 0 0 60px rgb(0 0 0 / 6%);
}

.custom-header-bar a:link, .custom-header-bar a:visited {color:#fff;}

#footer {
    background: #0F3B48;
    border-top: 4px solid #0F3B48;
}

#footer p {
    color: #c3e9f6
}

#footer a:not(.btn):not(.no-footer-css) {
    color: #c3e9f6;
    transition: all 0.1s ease-in-out;
}