/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 25, 2015 */

@font-face {
    font-family: 'ubuntubold';
    src: url('fonts/ubuntu-b-webfont.eot');
    src: url('fonts/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-b-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-b-webfont.woff') format('woff'),
         url('fonts/ubuntu-b-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-b-webfont.svg#ubuntubold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntubold_italic';
    src: url('fonts/ubuntu-bi-webfont.eot');
    src: url('fonts/ubuntu-bi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-bi-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-bi-webfont.woff') format('woff'),
         url('fonts/ubuntu-bi-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-bi-webfont.svg#ubuntubold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntulight';
    src: url('fonts/ubuntu-l-webfont.eot');
    src: url('fonts/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-l-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-l-webfont.woff') format('woff'),
         url('fonts/ubuntu-l-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-l-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('fonts/ubuntu-r-webfont.eot');
    src: url('fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-r-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-r-webfont.woff') format('woff'),
         url('fonts/ubuntu-r-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, svg {
    padding: 0;
    margin: 0;
    overflow: scroll;
    font-family: 'ubunturegular', 'sans-serif'; 
    background:#D8D8D8;
}
html{
   height:100%; 
}
body,svg{
  background:#FFF;  
}

header{
 font-family: 'ubuntubold', 'sans-serif'; 
    background: #C6C6C5;
    color:#FFF;
    height:90px;
    padding-left:30px;
    margin-bottom:5px;
}

h1{
    padding-top:10px;
    margin-bottom:-15px;
    width:600px;
}

h2{
    padding-bottom:8px; 
    width:600px;
}

#diary, #evolution{
    background: #D8D8D8;
    width:100px;
    margin:5px;
    padding:7px;
    display:block;
    float:left;
    margin-left:600px;
    margin-top: -103px;
    cursor:pointer;
    text-transform: uppercase;
    border-radius:4px;
}

#evolution{
    margin-top:-64px;   
}

#diary:hover, #evolution:hover, #diary.active, #evolution.active{
    color: #878786;
    background: #F2F2F2;   
}
section{
  background: #D8D8D8;  
}

footer{
    height:30px;
    margin-top:-30px;
    background: #D8D8D8;
    color:#FFF;
    padding-left:110px;
    padding-top:3px;
    font-size: 14px;
}



