body {
    font-family: sans-serif;
    line-height: 2em;
}

h1, h2, h3 {
    font-family: 'Shadows Into Light', cursive;
    text-transform: lowercase;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

.logo > img {
    width: 200px;
}

a,
a:link,
a:hover,
a:active,
a:visited {
    color: #ff8800;
    text-decoration: none;
}
a:active,
a:hover {
    text-decoration: underline;
}

body > div, body > div > table {
    text-align: center;
    margin: auto;
}

body > div {
    margin-bottom: 4em;
    max-width: 800px;
}

body > div.logo {
    margin-bottom: 0;
}

th {

}

td {
    padding: 5px;
}

.caption {
    font-style: italic;
    font-size: .8em;
}

div .image img {
    width: 200px;
}

div.content, div.image {
    display: inline-block;
    padding: 10px;
}

div .content {
    width: 370px;
}

div .image {
    width: 200px;
}

div.image.left {
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.fa.fa-instagram,
.material-icons {
    font-size: 24px;
    vertical-align: middle;
    padding-bottom: 3px;
    width: 24px;
    text-align: center;
}
