.pure-menu {
    padding-top: 5px
}

.pure-menu a {
    color: #444
}

ul.level-0 > li > a {
    display:none
}

.dirname {
    background-color: #84A59D !important
}

.header {
    background-color: #CF9FA0 !important
}

.header h1 {
    display:none
}

li.currentSelected > a {
    color: #84A59D !important
}

.section h2 {
    color: #84A59D !important
}

div#menu {
    background-color: #F9F9F9;
    border-right: none;
    display: flex;
    flex-flow: column
}

div#menu span#logo {
    background-color: #CF9FA0;
    box-shadow: 0 2px 5px rgba(0,0,0,.26);
    border-bottom: none;
    color: white;
    width: 100%
}

div#menu div.menu {
    border-right: 1px solid #e0e0e0;
    width: auto;
    flex: 1;
}
