
body
{
    font-family: Verdana;
}

img
{
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    width: auto;
    width: auto\9;
}

#artbody
{
    direction: column;
    background-color: darkgreen;
    padding: 2em;
}

button
{
    background-color: lightgreen;
}

nav, .flex-row
{
    display: -webkit-flex;
    display: flex;
    background-color: lightgrey;
    direction: row;
    -webkit-flex-direction: row;
}

.col-cont
{
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.full-centre
{
    text-align: center;
    background-color: white;
    padding: 0px;
    margin: 0px;
}

.full-left
{
    background-color: white;
    width: 100%;
}

#hcpc
{
    width: 200px;
    background-color: white;
}

#contact
{
    width: 200px;
    background-color: white;
    padding: 0.5em;
}

nav a, .menu-item
{
    color: darkgreen;
    background-color: lightgrey;
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    width: 25%; /* For old syntax, otherwise collapses. */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    text-align: center;
}

#maintitle
{
    margin: 0px;
}

h1
{
    font-size: 3em;
    font-weight: normal;
    color: green;
    text-align: center;
}

h2
{
    text-align: center;
    font-size: 2em;
    font-weight: normal;
    color: green;
}

h3
{
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: green;
}

.column
{
    padding: 0.5em;
    padding-top: 0em;
    text-align: left;
    font-size: 0.8em;
}

#seasons td
{
    padding: 10px;
    width: 20em;
    background-color: black;
    color: white;
}

#seasons img
{
    border: 20px;
}

iframe
{
    display: block;
    width: 100%;
}

#gallery
{
    width: 80%;
    border: 0;
    padding: 0;
    margin: 15px;
}

    #gallery td
    {
        width: 20px;
        text-align: center;
        font-weight: bold;
        padding: 0.5em;
    }

.infotable
{
    background-color: #FFFFDD;
    border-color: black;
    border: 5px black outset;
    padding: 10px;
}

    .infotable TD, .infotable TH
    {
        padding: 10px;
        text-align: left;
    }
