body {
    font-family: Arial, san-serif;
    font-size: 100%;
    margin: 0;
    background-color: #334f30;
}
#wrapper {
    margin-top: 0;
    padding-top: 0;
    background-color: #f1ffdb;
}
nav {
    margin-top: 0;
}
#menu{
    display: inline;
    width: 100%;
    margin: 0;
}

#menu h2{
    color: #fff;
    display: none;
    /*** Color required to pass contrast test for wave.webaim.org***/
}

#menu ul{
    width: 100%;
    list-style: none;
    padding: 2% 0 1% 0;
    margin: 0 0 1% 0;
}

#menu ul li {
    display: inline;
    padding-left: 2%;
    padding-right:2%;
    margin:0;
}
#menu ul li a {
    text-align: center;
    font-size: 98%;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4;
    color: #fff;
    text-shadow: red .1em .1em .1em;
}
#menu ul li a:hover, a:focus, a:active{
    color: #ffff00;
}
a:hover, a:focus, a:active {
    color: red;
}
#container {
    background-color: #f4ffe3;
}
#banner {
    display: block;
    padding: 2% 2%;
}
header {
    background: #334f30 url(rwdBanner750x300px.jpg) center center no-repeat;
    background-size: 200%;
}
#content {
    padding: 0 4% 0 3%;
}
#aside {
    margin: 0 5% 0 0%;
    padding: 0 4% 0 3%;
}
#promo {
    padding: 0 4% 2% 3%;
}
footer {
    padding: 2% 2% 2% 3%;
    text-align: left;
}
#bottomMenu {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
h1 {
    font-size: 140%;
    display: inline-block;
    font-variant: small-caps;
    color: #fff;
    text-shadow: red .05em .05em .05em;
}
h2 {
    font-size: 105%;
    line-height: 1.0;
    display: block;
    font-variant: small-caps;
}
img {
    display: block;
    margin: auto;
    border: 0.1em solid #000;
    width: 40%;
}
h2 a{
    font-variant: normal;
}
#canalviewphoto {
    text-align: center;
    font-size: 100%;
}
h2#forOutline {
    display: none;
}

/********** Mobile Menu CSS *************/
/* hide checkbox for menu trick */
#isMenuExpanded {
    display: none;
}

/* hide alternate menu and items by default */
#isMenuExpanded ~ * #menuMobile {
    display: none;
    background-color: #334f30;
    text-align: left;
    padding: 1.5% 3%;
    font-weight: 500;
}
#isMenuExpanded ~ * #menu {
    /*display: none;*/
}

/****** Special small media query: Picked up only on mobile ****/
@media all and (max-width: 37em){
    header {

        background-color: #334f30;
        font-size: 100%;
    }

    #banner h1 {
        margin: 0;

    }

    #menuMobile {
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 110%;
    }
    #menu a {
        color: #fff;
        text-shadow: red .1em .1em .1em;
        text-decoration: none;
        padding-left: 3%;
        font-weight: 600;
    }
    #menu li {
        padding-top: 2em;
        line-height: 1.4;
    }
    #menu a:hover, a:focus, a:active{
        color: #ffff00;
    }

    /* Default: checkbox not checked / menu not dropped down */
    #isMenuExpanded ~ * #menu {
        display: none;
    }
    #isMenuExpanded ~ * #menuMobile {
        display: block;
    }

    /* Menu expanded styles: Checkbox checked.  Override defaults here if needed. */
    #isMenuExpanded:checked ~ * #menu {
        display: block;
    }
    #isMenuExpanded:checked ~ * ul {
        height: auto;
        padding: 0;
        margin: 0em;
    }
    #isMenuExpanded:checked ~ * li {
        display: block;
        padding: 0;
    }
}

/******2 column layout for width 37em, but less than
 Note @-ms-viewport requires IE kluge as in .html.
 May be too soon to use...Probably causing css validation error so removed for now!

 ***/

@media all and (min-width: 37em){
    /*@-ms-viewport {
        zoom: 1;
    }*/
    /*** end @-ms-viewport***/
p, h2 {
    font-size: 130%;
    line-height:  1.25;
}
#content {
    float: left;
    width: 42%;
}
#aside {
    float: left;
    width: 40%;
    border-left: 0.08em solid #000;
    padding: 0 0 0 4%;
}
#promo {
    clear: both;
}
h1 {
    font-size: 240%;
}

#menu{
    display: inline;
}
#menu ul li a {
    font-size: 112%;
    line-height: 1.2;
}
#foregroundPhoto {
    min-height: 16em; clear: both;
}
#foregroundPhoto img {
    margin: 0 auto 0 auto;
    width: 30%;
    }
footer {
    clear: both;
}
#canalviewphoto {
    text-align: center;
    font-size: 110%;
}
}

/****begin 3 column layout for devices with min-width of 50em*****/

@media all and (min-width: 50em){
p, h2 {
        font-size: 150%;
        line-height:  1.3;
    }
#container {
    /* makes place for aside as third col */
    width: 75%; float: left;
}
#banner {
    padding: 0 0 0 3%;
}
#content {
    float: left;
    width: 45%;
}
#aside {
    float: left;
    width: 38%;
    border-left: 0.08em solid #000;
    padding: 0 0 0 3%;
    background-color: #F1FFDB;
}
#promo {
    /*width: 40%;*/
    background-color: #F1FFDB;;
}
h1 {
    font-size: 360%;
}
h2 {
    font-size: 170%;
    line-height: 1.1;
}
#menu ul li a {
    font-size: 155%;
    line-height: 1.5;
}
#foregroundPhoto {
    background-color: #F1FFDB;
    height: auto;
    /* overrules */
    margin-left: 70%; border: 0;
    margin-right: 3%;
    margin-top: 3%;
    /* overrules */
    clear: none;
    /* overrules */
}
#foregroundPhoto img {
    float: none;
    /* overrules */
    width: 80%;
}
footer {
    clear: both;
}
#canalviewphoto {
    text-align: center;
    font-size: 120%;
}
}

/*****  widest width screens ******/
@media all and (min-width: 75em){
p, h2{
    font-size: 175%;
    line-height:  1.4;
}
#wrapper {
    width: 80%; max-width: 85em; margin: auto; position: relative;
    /* nav can be positioned absolute relative to wrapper */
}
#banner {
    margin-top: 0;
    /*height: 5em;*/
    padding: 1% 0 1% 4%;
}

h1 {
    font-size: 480%;
}
h2 {
    font-size: 210%;
    line-height: 1.3;
}
#menu ul li a {
    font-size: 175%;
    line-height: 1.7;
}
footer {
    clear: both;
}
#canalviewphoto {
    text-align: center;
    font-size: 130%;
}

}