@charset "utf-8";
/* Simplify width and height calculations */
html {
    box-sizing: border-box;
    font-family: Verdana;
    font-weight: lighter;
    font-size: small;
}
*, *:before, *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: small;
}
body {
    margin: 0;
    color: #FFFFFF;
    font-family: Verdana;
    font-style: normal;
    font-weight: lighter;
    font-size: small;
    background-color: #333942;
    font-variant: normal;
}
#wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1040px;
    background-color: #333942;
    font-weight: lighter;
    font-size: small;
}
h1, h2, h3, h4, h5, h6, h7, p, p2, p3, ps{
    margin-left: 0px;
    margin-top: 0.2em;
    padding-top: 0.4em;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
    padding-left: 1rem;
    padding-right: 1rem;
}
h1 {
    font-size: 2.6em;
    margin-top: 10px;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-align: center;
    font-family: Verdana;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-right: auto;
    margin-left: auto;
}
h2 {
    font-size: 0.6em;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Verdana;
    font-style: normal;
    font-weight: lighter;
}
h3 {
    font-size: 1.1em;
    text-align: left;
    text-shadow: 0px 0px;
    color: undefined;
    font-weight: bold;
    text-transform: none;
}
h4 {
    font-size: 1.6em;
    color: #E61515;
    text-align: left;
    text-transform: none;
}
h5 {
    font-size: 1em;
    font-weight: bold;
    text-transform: none;
}
h6 {
    font-size: 1.2em;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -1px;
    font-weight: normal;
    text-transform: none;
}
h7 {
    font-size: 1em;
    line-height: 1em;
    text-transform: none;
}
p {
    line-height: 1.2em;
    font-style: normal;
    margin-bottom: -0.5em;
    margin-top: -0.1em;
    font-size: medium;
    margin-right: 0px;
    margin-left: 0px;
}
a {
    font-weight: lighter;
    text-decoration: none;
    font-size: small;
}
ul {
    font-size: small;
    letter-spacing: 2px;
}
a:link {
    color: #000000;
    font-family: Verdana;
    font-weight: lighter;
    font-size: small;
}
a:visited {
    color: #000000;
    font-size: small;
}
a:hover, a:active, a:focus {
    color: #000000;
    font-size: small;
    font-weight: lighter;
}
.m.collapsed {
    width: 100%;
    /* [disabled]background-color: #2D2E31; */
}
main, aside {
	margin-left: 4%;
	margin-right: 4%;
}
#hero img {
    max-width: 100%;
    display: block;
    height: auto;
    width: auto;
    text-align: center;
}
#hero p {
    font-size: 0.7em;
    text-transform: uppercase;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 20px;
    margin-top: 10px;
    font-style: italic;
    color: #484848;
    text-align: center;
}
figure {
    display: block;
    width: 13em;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
figure img {
    width: 100%;
    display: block;
    height: auto;
}
figcaption {
    display: block;
    font-size: 0.8em;
    text-align: center;
    font-style: italic;
    color: #B3B3B3;
    padding-bottom: 0px;
}
footer {
    background-color: #424756;
    color: white;
    font-size: small;
    margin-top: -0.5em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -0.5em;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: lighter;
}

@media (min-width : 800px ){
header {
    overflow: hidden;
}
#hero {
    position: relative;
    max-width: 100%;
}
#hero p {
    width: 36%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    position: absolute;
    color: #484848;
    border-width: 5px;
    border-style: solid;
    top: 90px;
    right: 33px;
    font-style: italic;
    font-size: 0.7em;
    text-align: center;
}
figure {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 13em;
    height: auto;
}
figure img {
    width: 100%;
    display: block;
    height: auto;
}    
main {
    width: 60%;
    background-color: #B5AEAF;
}
aside {
	width: 28%;
	margin-left: 0px;
}
main, aside {
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    font-size: 0.875em;
    background-color: #9CC286;
}
footer {
    clear: left;
    margin-bottom: -0.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: small;
    margin-top: -0.5em;
}
.floatright {
    width: 13em;
    float: right;
    margin-top: -0.1em;
    margin-bottom: 1em;
    margin-left: 0.5em;
    margin-right: 1em;
}
.floatleft {
    width: 13em;
    margin-top: -0.5em;
    float: left;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    padding-top: 0.7em;
}
    h1 {
    font-size: 3.4em;
    margin-top: 10px;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-align: center;
    font-family: Verdana;
    font-weight: bold;
    letter-spacing: 0.5em;
}
    h2 {
    font-size: 0.8em;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Verdana;
    font-style: normal;
    font-weight: lighter;
}
}
