html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, img, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, embed,
footer, header, nav, output {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: Helvetica, sans-serif;
    color: #4e4f5c;
    font-size:1em;
    background: #595a69;
}

h1, h2, h3, h4 {
    font-family: Garamond, serif;
}

h3 {
    font-weight:bold;
    padding: 10px 0;
    font-size: 1.5em;
}

ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.section {
    background: white;
    clear:both;
    overflow:hidden;
    padding-bottom: 10px;
}

.section p, .section li {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 10px 0;
}

.section li {
    padding: 3px 0;
}

.section a, .abstract {
    font-weight:bold;
    color: #60457c;
}

.section a:hover, .section a:hover, .abstract:hover  {
    color: #6582a1;
    cursor: pointer;
}

.wrapper {
    max-width: 1200px;
    width: 90%;
    margin:auto;
}

header {
    background: #d1e1ef;
}

nav {
    /*background: #748a16;*/
    background: #595a69;
    width: 100%;
    height: 50px;

}

nav li {
    float:right;
    font-size: 1.3em;
    line-height: 50px;
    padding-right: 40px;
    letter-spacing: 2px;
}

nav li a {
    color: #fefdfb;
}

nav li a:hover {
    cursor: pointer;
    text-decoration: underline;
}

#banner {
    background-image: url('river.png');
    background-size: cover;
    height: 400px;
    max-width: 1200px;
    margin:auto;
}

h1 {
    max-width: 900px;
    font-size: 3.5em;
    padding: 10px 20px;
}

h1 span {
    color: #be772f;
    font-weight:bold;
}

h2 {
    color: #fefdfb;
    background: #595a69;
    height: 50px;
    line-height:50px;
    letter-spacing: 3px;
    font-size: 2em;
    text-align:center;
    margin-bottom: 20px;
}

footer .section {
    background: #595a69;
    min-height: 100px;
    color: #fefdfb;
}

footer .section p {
    font-size: 1.1em;
    letter-spacing: 1px;
    font-weight: normal;
}


.highlight {
    font-weight: bold;
    font-size: 1.4em;
    text-align:center;
}

.column1, .column2 {
    width: 46%;
    float: left;
}

.column1 {
    margin-right: 4%;
}

a.button {
    display: block;
    text-align: center;
    background: #595a69;
    color: #fefdfb;
    width: 200px;
    padding: 10px;
    text-decoration: none;
    letter-spacing: 1px;
    border-bottom: 3px solid #4e4f5c;
    border-right: 3px solid #4e4f5c;
    border-top: 3px solid #5a5b6a;
    border-left: 3px solid #5a5b6a;
    margin: auto;
    margin-bottom: 20px;
}

a.button:hover {
    background: #6582a1;
    color: white;
}

.bullet {
    list-style: disc;
    margin-left: 20px;
}

.center {
    text-align: center;
}

@media screen and (max-width: 700px) {
    .column1, .column2 {
        width: 100%;
        margin: 0;
    }

    h1 {
        font-size: 2.5em;
    }

    .bullet {
        list-style: none;
        margin-left: 0;
    }


}

@media screen and (max-width: 500px) {
    nav li {
        float:none;
        text-align: center;
        padding: 0;
    }

    h1 {
        font-size: 2.1em;
        text-align: center;
    }

    .section a {
        display:block;
        text-align: center;    }

        h3 {
        text-align: center;
    }
}

.hidden {
    display: none;
}

table {
    margin: 30px  0 20px 0;
    clear: both;
}

td {
    padding: 15px 5px;
    line-height: 1.2em;
}

td:first-child {
    font-weight: bold;
    width: 20%;
}

td:nth-child(2) {
    width: 20%;
}

th {
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
}

.talk {
    border-top: 1px solid #CCC;
}

.accessibility {
    text-align: center;
    margin: 2rem;
}

.accessibility a {
    color: #FFF;
    text-decoration: underline;
}

.accessibility a:hover {
    color: #6582a1;
}
