body {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: 'Average', serif;
}

#left {
    margin: inherit;
    padding: inherit;
    background-color: #222222;
    position: fixed;
    top: 0px;
    width: 30%;
    height: 100%;
    border-right: 1px solid #111111;
    text-align: center;
    letter-spacing: 3px;
    color: #56C0C0;
    color: #82DADA;
    padding: 10em 1em 0;
    background-size: auto 100%;
    background-image: url('background2.jpg');
    background-position: 70% 0%;
}
    #left h1 {
        text-transform: uppercase;
        font-size: 1.5em;
        text-shadow: 0px 1px 1px #000000;
    }
    #left ul {
        margin: 0;
        padding: 0;
    }
    #left li {
        list-style-type: none;
        text-shadow: 0px 1px 1px #000000;
    }
    #left a {
        text-decoration: none;
        color: #ffffff;
        text-shadow: 0px 1px 1px #000000;
    }
    #left a:hover {
        border-bottom: 1px solid #ffffff;
    }

#right {
    margin: inherit;
    padding: inherit;
    margin-left: 30%;
    padding: 10em 12% 3em;
    line-height: 1.5em;
    position: relative;
}
    #right h1 {
        font-family: 'Alegreya Sans', sans-serif;
        font-weight: 100;
        letter-spacing: 2px;
        text-align: center;
        position: absolute;
        top: 1.5em;
        color: #1A8F8F;
        font-size: 2.5em;
        text-shadow: 0px 1px 1px #444444;
    }
    #right h2 {
        color: #1A8F8F;
        font-family: 'Noto Serif', serif;
        font-style: italic;
        font-weight: 400;
        font-size: 1em;
    }
    #right h3 {
        margin-bottom: 0.2em;
        position: relative;

    }
    #right h2, #right p {
        max-width: 30em;
        margin-top: 0;
    }
    #right form {
        position: relative;
        padding-bottom: 2em;
    }
    form p {
        position: relative;
        line-height: 1em;
        margin: 1em 0;
        padding: 0;
    }
    form label {
        width: 30em;
        font-family: 'Average', serif;
        font-style: italic;
        font-size: 0.9em;
        font-family: 'Noto Serif', serif;
        font-weight: 100;
        vertical-align: middle;
        color: #343434;
    }
    form input {
        font-family: 'Average', serif;
        height: 1.5em;
        width: 13em;
        font-size: 1em;
        position: absolute;
        left: 10em;
        vertical-align: middle;
    }
    form textarea {
        font-family: 'Average', serif;
        font-size: 1em;
        width: 23em;
        height: 5em;
        border-width: 1px;
        margin-top: 0.5em;
    }
    form input#submit {
        font-family: 'Average', serif;
        position: relative;
        left: 0;
        border-style: none;
        width: 8em;
        height: 2em;
        padding: 0.25em 0;
        font-weight: 400;
        font-size: 1em;
        vertical-align: middle;
        background-color: #34A2A2;
        border: 1px solid #289696;
        border-radius: 2px;
        color: #ffffff;
        cursor: pointer;
    }
    form .errors p {
        font-size: 0.85em; !important;
        color: #bb0000 !important;
    }
#thankyou {
    position: fixed;
    top: 50%;
    margin-top: -200px;
    left: 0;
    width: 100%;
}
    #thankyou #ty-inner {
        width: 500px;
        padding: 1em 2em;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        background-image: url('background3.jpg');
        border: 1px solid black;
        overflow: hidden;
        color: #ffffff;
    }
    #thankyou h1 {
        padding-top: 0;
        line-height: 1.1;
    }
    #thankyou p:nth-child(3) {
        text-align: right;
    }
    #thankyou a {
        color: #ffffff;
        border-bottom: 1px solid white;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.875rem;
    }


@media only screen and (max-height: 600px)
{
    #left {
        padding-top: 3em;
    }
    #thankyou {
        margin-top: -150px;
    }
    #thankyou ty-inner {
        padding: 0;
    }
    #thankyou h1 {
        font-size: 1.2em;
        padding-top: 0;
        margin-top: 0;
    }
    #thankyou p {
        margin-bottom: 0;
    }
}
@media only screen and (max-height: 300px)
{
    #left {
        padding-top: 0.25em;
        background-size: auto 500%;
    }
    h1 {
        padding-top: 0;
        margin-top: 0;
    }
    #thankyou {
        margin-top: -100px;
    }
}
        
@media only screen and (max-width: 850px)
{
    form input {
        position: relative;
        left: inherit;
        margin-top: 0.3em;
    }
    form p {
        margin: 0.5em 0;
    }
    form textarea {
        width: 100%;
        min-width: 300px;
    }
}

@media only screen and (max-width: 550px)
{
    #left {
        position: relative;
        width: 100%;
        margin: inherit;
        padding: 1.2em 0 1.6em;
        border-right: 0px;
        border-bottom: 1px solid #111111;
        background-size: 110% auto;
        background-position: 0% 60%;
    }
        #left h1 {
            margin-bottom: 0;
        }
        #left li {
            display: inline;
        }
        #left li:first-child:after {
            content: " and ";
        }
        #left p {
            margin: inherit;
            margin-top: 1em;
        }
        #left p a:before {
            //content: "&#9993; ";
        }
    #right {
        position: relative;
        margin: inherit;
        padding: 0 1.5em 3em;
        height: 100%;
    }
        #right h1 {
            position: absolute;
            bottom: 0px;
            text-align: left;
            opacity: 0.6;
            z-index: 1;
            top: inherit;
        }
        #right h2 {
            padding-top: 1em;
        }
        form input {
            display: block;
            max-width: 95%;
        }
        form textarea {
            min-width: inherit;
            max-width: 95%;
        }
}

.onhp {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.ariaDescription {
    position: absolute;
    left: -10000px;
    top: auto;
}
