﻿@import url('https://fonts.googleapis.com/css?family=Varela+Round');
html, body {
}

.menu-left-all {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    position: fixed;
    top:0;
    height:60px!important;
    overflow: hidden;
    z-index: 10;    
    background-color:#f8f9fa;
    text-align:center;
    font-weight:700;
    text-transform:uppercase;
    color:#6d6e71;
    padding: 0px 50px 0px 30px; 
    font-size:18px;
    border-bottom:1px #e2e2e2 solid;
    line-height:60px;
}

.menu-left-all .header {
    display: block;
    z-index: 10;    
    text-align:right;
    font-weight:600;
}

