div.wrapper{
    padding-top: 50px;
}

div.header{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    box-shadow: 0px 0px 10px #111;
    background-color: var(--background_dark);
    z-index: 100;
    overflow: hidden;
}

div.header > p.full{
    width: 100%;
    display: block;
    height: 50px;
    line-height: 48px;
    text-align: center;
    padding: 0px 10px;
    font-size: 18px;
    font-weight: 700;
}

div.header > a.left{
    display: block;
    width: 75px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
}

div.header > a.left > i{
    font-size: 30px;
}

div.header > p.right{
    display: block;
    width: calc(100% - 75px);
    height: 50px;
    line-height: 48px;
    text-align: center;
    padding: 0 85px 0 10px;
    font-size: 18px;
    font-weight: 700;
    float: left;
}
