@font-face {
    font-family: 'SundayComicsBB';
    src: url('../fonts/SundayComicsBB-Bold.eot');
    src: url('../fonts/SundayComicsBB-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SundayComicsBB-Bold.woff') format('woff'),
         url('../fonts/SundayComicsBB-Bold.ttf') format('truetype'),
         url('../fonts/SundayComicsBB-Bold.svg#SundayComicsBB-Bold') format('svg');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'SundayComicsBB';
    src: url('../fonts/SundayComicsBB.eot');
    src: url('../fonts/SundayComicsBB.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SundayComicsBB.woff') format('woff'),
         url('../fonts/SundayComicsBB.ttf') format('truetype'),
         url('../fonts/SundayComicsBB.svg#SundayComicsBB') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

* {
    font-family: 'SundayComicsBB';
    overflow-wrap: break-word;
}

body {
    background-color: #eee;
}

section {
    margin: 2rem 4rem;
    padding: 1rem 2rem;
    background-color: #ccc;
    border-radius: 7px;
}

img {
    display: block;
    margin: 1em auto;
    border-radius: 7px;
}

h1, h2, h3, h4 {
    text-align: center;
    font-weight: normal;
}

h3 {
    display: inline;
}

p {
    text-align: center;
    font-size: 1.4em;
}

ul {
    margin-bottom: 0;
}

ul + ul {
    margin-top: 0;
}

p.small {
    font-size: 1em;
}

a {
    color: navy;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}

.hero a {
    color: #444;
    font-size: 1.3em;
    letter-spacing: 5%;
    margin-bottom: 2em;
}
.hero img {
    margin-bottom: -30px;
}
.hero small {
    font-size: 40%;
}

.footer a {
    color: #444;
    font-weight: normal;
}

.grid-x {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.label {
    text-align: center;
    font-style: italic;
    font-size: 1em;
}

.navigation {
    font-size: 2rem;
    margin: 1em;
}

.blink {
    color: red;
    font-weight: bold;
    animation: blinker 2s linear infinite;
    font-size: 0.9em;
}

@keyframes blinker {
    40% {
        opacity: 0;
    }
}
