/*Reset CSS*/
@font-face {
    font-family: 'lazer84regular';
    src: url('_font/lazer84-webfont.woff2') format('woff2'),
         url('_font/lazer84-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'manasco';
    src: url('_font/manasco.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

*{
    margin: 0px;
    padding: 0px;
    font: Avenir, sans-serif;
}

header{
    width: 100%;
    height:20px;
    font-size: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    background-color: #234782;
}
header ul{
    list-style-type: none;
}
header ul li{
    float: left;
    font-size: 15px;
    height:20px;
    width: 12.5%;
    text-align: center;
    position: relative;
    color: white;
    background-color: #234782;
    border-bottom: 2px solid white;
}
header a{
    display: block;
    text-decoration: none;
    color: white;
    border-bottom: 0px solid transparent;
    padding: 0px 0px;
}

#linkedin{
    position: relative;
    left: 50%;
    top: -30px;
}

h3 { 
    font-family: Delicious, sans-serif; 
}

title_manasco{
    font-family: 'manasco', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
title_lazzer84{
    font-family: 'lazer84regular', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

