@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);

body {
    color: #222;
    font-family: sans-serif;
    background: #fdfdfd;
    font-size: 1.2em;
}

#content {
    border: 1px solid silver;
    margin: 1em;
    border-radius: 1em;
    padding: 2em;
    max-width: 120ch;
    margin-left: auto;
    margin-right: auto
}

h1 {
    font-weight: 700;
    font-size: 3em;
    margin: 0.3em 0;
    margin-top: 0.2em;
}

p {
    text-align: justify;
}

a, h1, h2, h3, h4, h5 {
    color: #006838;
    font-family: 'Titillium Web', sans-serif;
}

h3 {
    font-size: 1.1em;
    font-weight: 700;
}

h4 {
    font-size: 1em;
    font-weight: 700;
}

h3, h4 {
    color: #000000;
}

.photo {
    border-radius: 100%;
    width: 100%;
    max-width: 20ch;
}

.logo {
    width: 100%;
    max-width: 18ch;
}

.logo.smaller {
    max-width: 10ch;
}
