@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v11/cIFypx4yrWPDz3zOxk7hIQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
/*@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v11/JbtMzqLaYbbbCL9X6EvaI73hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}*/

body {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    background-color: #ffffff;
}

.container {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    margin-top: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
    color: #005ea2;
}

a:visited {
    color: #00427a;
}

a:hover,
a:focus {
    color: #002f55;
    text-decoration: underline;
}

strong {
    font-weight: bolder;
    color: #c10d19;
}

p, address {
    margin-bottom: 0;
}

address {
    margin-top: 50px;
    margin-bottom: 20px;
}

/* small picture */
.me {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    margin-bottom: 20px;
}

header > h1 {
    color: black;
}

section > h1 {
    color: black;
    /*text-decoration: underline*/
}

header > h1 {
    line-height: 100%;
    font-size: 250%;
    margin-bottom: 20px;
}


header > h2 {
    line-height: 100%;
    font-size: 150%;
    margin-top: -15px;
    margin-bottom: 50px;
    color: #808080;
}


.navigation {
    border-top: 3px solid #DEDEDE;
    border-bottom: 3px solid #DEDEDE;
}

.navigation-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.navigation-item {
    margin-right: 10px;
}

.navigation-link {
    color: black;
    line-height: 1;
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    display: block;
}





.container > header p, .container > header address {
    margin-bottom: 20px;
}

.container > header p:last-child {
    margin-bottom: 20px;
}

section {
    margin-bottom: 20px;
}

section > h1 {
    font-size: 140%;
    line-height: 120%;
    text-transform: uppercase;
}

article {
@@ -205,26 +207,27 @@ em {

@media print {
    @page {
        margin: 15mm;
    }

    body {
        font-size: 14pt;
        line-height: 21pt;
    }

    .container > header {
        font-size: 80%;
        line-height: 160%;
    }

    article > header > span {
        font-size: 80%;
        line-height: 80%;
    }
}

footer p {
    margin-bottom: 10px;
    font-size: 10pt;
    color: #666666;
}