
.aligncontent-center {
    text-align: center;
}

.wrapper {
    margin-top:55px;
    background-color: transparent;
}

.main-header {
    text-align: center;
    font-weight:300;
    font-size: 90%;
}

.toolbar {
    background-color: transparent;
    border-top: 2px solid #014680;
    position: relative;
}

.menu-button {
    position: relative;
    margin: 5px;
    height: 36px;
    width: 36px;
    cursor: pointer;
}
.menu-button:before {
    content: "";
    position: absolute;
    right: 3px;
    border-bottom: 12px double #fff;
    border-top: 4px solid #fff;
    width: 24px;
    height: 4px;
}

.menu-left {
    float: left;
    margin-right: 1.5em;
}

.sidebar {
    margin: 0;
    padding-top: 1em;
    color: white;
    background-color:#014680;
}

.sidebar h6 {
    margin: 0 .8em;
    padding: 0;
    font-weight:300;
}
.sidebar ul{
    font-size:4vw;
    text-align:center;

}
.sidebar  li {
    padding: .3em 1em;
    line-height: 32px;
    }

.sidebar li:hover {
    background:#050754;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}
.sidebar  li a{color: #ffffff}
.sidebar hr {
    margin: 2em auto;
    border: 0;
    padding: 0;
    width: 80%;
    height: 1px;
    background-color: white;

}


