body {
    background-color: #3686C8;
    display:inline-block;
    margin: 0px;
    width: 100%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: navajowhite;
}

a:link {
    color: #555;
}
a:visited {
    color: #444;
}
a:hover {
    color: #FFDEAD;
}
a:active {
    color: #232f3e;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

#banner {
    display:inline-flex;
    padding: 1em;
    width: 100%;
    border-bottom: 1px solid #3075AE;
    background-image: url("images/sky-with-clouds-2000.jpg");
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: animatedBackground 45s linear infinite alternate;
}

#headshot {
    width: 150px;
    height: 183px;
    background-image: url("images/headshot1.png");
    background-size: 150px;
    border-radius: 8px;
    border: 1px solid #3075AE;
}

#headshot:hover {
    background-image: url("images/headshot2.png");
    background-size: 150px;
}

img#title {
    width: 90%;
    padding: 16px;
}

div#tagline {
    padding-left: 20px;
}

h1 {
    font-size: 25px;
    text-align: center;
    text-align: left;
}
h2 {
    color: #444;
}
h3 {
    color: #333;
    font-size: 1.0em;
    margin-block-end: 0em;
}

ul {
    margin-top: 0em;
}

#text {
    max-width: 160ch;
    margin: 1em;
    font-size: 18px;
}

li {
    color: #111;
}

#footer {
    max-width: 160ch;
    margin: 1em;
    font-size: 0.7em;
}
