body {
    font-family: 'Source Sans Pro', 'Helvetic', sans-serif;
    margin: 50px 25px;
}

/*a {
    color: #2a99b6;
}*/

a:hover {
    color: #33bbdf;
}

a {
   color: black;
}

header, footer, div.page {
    width: 760px;
    margin: 0 auto;
 /*  background: #daeef3;*/
    padding: 20px 30px;
}

header h1 {
    color: black; /*#169bbd;*/
    margin: 0;
    font-weight: normal;
    font-size: 42px;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header nav ul li {
    display: inline;
    margin: 0 8px 0 0;
    padding: 0;
}

/*div.page {
    background: #f1fbfe;
}*/

@font-face {
    font-family: 'tex_gyre_adventorregular';
    src: url('texgyreadventor-regular-webfont.eot');
    src: url('texgyreadventor-regular-webfont.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'tex_gyre_pagellabold';
    src: url('texgyrepagella-bold-webfont.eot');
    src: url('texgyrepagella-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lmroman10-regular-webfont';
    src: url('lmroman10-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lmroman10-bold-webfont';
    src: url('lmroman10-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'texgyretermes_regular_macroman';
    src: url('texgyretermes-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lmsans10-regular-webfont';
    src: url('lmsans10-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
    height: 100%;
    margin:0;
}

body {
    height: 100%;
/*    display: flex;*/
 /*  text-align: center; */
     justify-content: center;
    align-items: center;
    margin:0;
    font-family: 'lmsans10-regular-webfont', arial, sans-serif;
    padding: 4em;

}

h1, h2, h3 {
    font-family: 'lmroman10-bold-webfont', 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: normal;
}

p {
    font-weight: normal;
}

p.meta, footer {
    color: #444444;
}