.portalMessage.warning {
    display: none;
}
#portal-logo img {
    width: 100%;
}
.plone-navbar {
    background-color: #8e4864 !important;
}
div#portal-searchbox {
    display: none;
}
header#content-header {
    background: #8e4864;
    margin-top: -20px;
    padding-top: 20px;
    margin-bottom: -20px;
    padding-bottom: 10px;
}
#portal-header {
    margin: 15px 0px 0px 0px;
}
.plone-nav li ul li a {
    font-size: 16px;
    background-color: #8e4864;
}
@media (min-width: 1600px) {
    .container {
        width: 100% !important;
    }
}
