@import url('https://fonts.googleapis.com/css?family=Lato');
@font-face{font-family:'latoregular';
    src:url('../fonts/lato/latoregular/lato-regular-webfont.eot');
    src:url('../fonts/lato/latoregular/lato-regular-webfont.eot?#iefix')
    format('embedded-opentype'),url('fonts/lato/latoregular/lato-regular-webfont.woff2') 
    format('woff2'),url('fonts/lato/latoregular/lato-regular-webfont.woff') 
    format('woff'),url('fonts/lato/latoregular//lato-regular-webfont.ttf')
     format('truetype'),url('fonts/lato/latoregular/-regular-webfont.svg#latoregular') 
     format('svg');font-weight:normal;font-style:normal}
#menu ul {
   
    padding: 90px;
    background-color: rgba(230,230,250,0.3);
    margin: -9px;
    padding-bottom: 20px;
    padding-top: 20px;
    height: 40px;
   
    list-style: none;
}
#menu ul li { display: inline;
 }



#menu ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    display: inline-block;
    color: #263742;
    text-decoration: none;
    padding-left: 50px;
    padding-right: 32px;
    /* margin-left: 85px; */
    float: right;
    padding-top: 12px;
}
.logo{
        position: absolute;
    padding-top: 12px;
    padding-left: 173px;
    width: 170px;
}
