@viewport {
    width: extend-to-zoom;
    zoom: 1.0;
}

@-ms-viewport {
    width: extend-to-zoom;
    zoom: 1.0;
}

@-o-viewport {
    width: extend-to-zoom;
    zoom: 1.0;
}

* {
    margin: 0;
    border: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #000000;
    /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
    font-family: 'Ruluko', sans-serif;
    font-size: 120%;
}

h1, h2, h3, h4 {
    /* font-family: 'Lemonada', cursive; */
}

#container {
    background: #ffffff;
    /*
    box-shadow: 0 0 10px #111111;
    -moz-box-shadow: 0 0 10px #111111;
    -webkit-box-shadow: 0 0 10px #111111;
    */
    margin: 0 auto;
    max-width: 900px;
}

#header {
    /* background: url("/bg-top.jpg") bottom left #2c8557; */
    background-color: #2c8557;
    background-image: url("/bg-top.jpg");
    /* background-attachment: fixed; */
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff;
    /* min-height: 200px; */
    padding: 105px 10px 60px 10px;
    text-align: center;
}

#header h1 {
    color: #ffffff;
    font-size: 300%;
    text-shadow: 1px 1px 1px #000000;
    -moz-text-shadow: 1px 1px 1px #000000;
    -webkit-text-shadow: 1px 1px 1px #000000;
}

#header a {
    /* background: transparent; */
    color: #ffffff;
    text-decoration: none;
}

#header p.subtitle {
    /* background: transparent; */
    color: #ddeedd;
    font-size: 80%;
}

#navigation {
    /* background: url("/bg-bot.jpg") top left #28794f; */
    font-size: 115%;
    font-weight: bold;
    margin: 0 auto;
    max-width: 900px;
    min-height: 50px;
    overflow: auto;
}

#navigation ul {
    list-style-type: none;
}

#navigation ul li {
    float: left;
}

#navigation ul li a {
    color: #2c854f;
    width: 180px;
    height: 50px;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 50px;
    /*
    text-shadow: 1px 1px 0px #000000;
    -moz-text-shadow: 1px 1px 0px #000000;
    -webkit-text-shadow: 1px 1px 0px #000000;
    */
}

#navigation ul li a:hover {
    background: #2c854f;
    color: #ffbb88;
}

#main {
    padding: 20px;
    margin: 0 auto;
    max-width: 900px;
}

#main a {
    background: transparent;
    color: #2c5c79;
    font-weight: bold;
}

#main a:hover {
    background: transparent;
    color: #ff6633;
    font-weight: bold;
}

#main blockquote {
    clear: both;
    margin: 0 0 3em 0;
}

#main blockquote p {
    color: #03512a;
    font-style: italic;
    margin: 0 0 0.5em 0;
}

#main blockquote p cite {
    color: black;
    float: right;
    font-style: normal;
    margin: -0.5em 0 3em 0;
}

#main dt {
    font-weight: bold;
}

#main dd {
    margin-bottom: 0.75em;
}

#main h2 {
    background: transparent;
    color: #333333;
    font-variant: small-caps;
    margin-bottom: 0.75em;
}

#main h3 {
    background: transparent;
    color: #742005;
    margin-bottom: 0.75em;
    margin-top: 1.25em;
}

#main h4 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#main img {
    max-width: 100%;
}

#main li {
    margin-bottom: 0.25em;
}

#main ol {
    margin-bottom: 0.5em;
    margin-left: 2em;
}

#main p {
    margin-bottom: 1em;
}

#main p.banner {
    background: #ffffbb;
    color: #742005;
    padding: 15px;
}

#main p.note {
    background: transparent;
    color: #666666;
    font-style: italic;
}

#main ul {
    padding-left: 25px;
    margin-bottom: 1em;
}

#footer {
    /* background: url("/bg-bot.jpg") bottom left #28794f; */
    background-color: #2c8557;
    background-image: url("/bg-top.jpg");
    /* background-attachment: fixed; */
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    clear: both;
    color: #ffffff;
    padding: 20px;
    text-align: center;
}

#footer a {
    background: transparent;
    color: #ffffff;
    text-decoration: none;
}


.clear {
    clear: both;
}

.info {
    background: transparent;
    color: #03512a;
    font-size: 80%;
}

/* Defaults: should cover small screens */

div.left,
div.right {
    margin-bottom: 10px;
    /* max-width: 310px; */
    max-width: 430px;
    text-align: justify;
}

div.left img,
div.right img {
    margin-bottom: 10px;
    margin-top: 5px;
    width: 100%;
    height: auto;
}

#main div.thumbnail {
    margin: 20px auto;
    text-align: center;
}

#main div.thumbnail img {
    width: 65%;
    max-width: 65%;
    height: auto;
    /*
    box-shadow: 4px 4px 8px #555555;
    -moz-box-shadow: 4px 4px 8px #555555;
    -webkit-box-shadow: 4px 4px 8px #555555;
    */
}

#main div.thumbnail p {
    margin: 10px auto;
    width: 70%;
    max-width: 70%;
}

#main div.thumbnail p a,
#main div.thumbnail p a:link,
#main div.thumbnail p a:visited,
#main div.thumbnail p a:hover,
#main div.thumbnail p a:active {
    color: #000000;
    text-decoration: none;
}

/* For large screens: enable floating */

@media screen and (min-width: 512px) {
    div.left {
        float: left;
        margin-right: 20px;
    }

    div.right {
        float: right;
        margin-left: 20px;
    }

    div.thumbnail {
        float: left;
        width: 50%;
        max-width: 50%;
    }
}