@import url(http://fonts.googleapis.com/css?family=EB+Garamond);
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

ul,li { list-style-type: none;
        list-style-position:inside;
        margin:0;
        padding:0; }
html {
    width:100%;
    height: 100%;
    }

/*--Begin-Nav--*/
navigation {
    font-family: EB Garamond, serif;
    list-style: none;
    font-size: 23px;
    font-weight: 300;
    text-decoration: none;
    width: 200px;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 10px;
    background-color: rgba(60,60,60,1);
    }

navigation a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    }

navigation li {
    width: 180px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: center;
    background-color: transparent;
    color: white;
    position: relative;
    }

navigation ul ul {
    margin: 0 auto;
    }

navigation ul li {
    width: 180px;
    margin-left: auto;
    margin-right:auto;
    list-style: none;
    background-color: transparent;
    padding: 0px;
    padding-top: 9px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    }

navigation ul li a {
    color: rgba(200,200,200,1);
    }

navigation ul li:first-child {        
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px white dotted;
    }

navigation a:hover {
    color:  rgba(100,100,100,1);
    font-weight: 400;
    }


.site-wrap-cover {
    min-width: 100%;
    min-height: 1200px;
    position: relative;
    background-color: black;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    padding: 0em;
    background-size: 100%;
    -webkit-box-shadow: -5px 0px 16px 0px rgba(31,31,31,1);
    -moz-box-shadow: -5px 0px 16px 0px rgba(31,31,31,1);
    box-shadow: -5px 0px 16px 0px rgba(31,31,31,1);
    }

.site-wrap {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    background-color: white;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    padding: 0em;
    background-size: 100%;
    -webkit-box-shadow: -5px 0px 16px 0px rgba(31,31,31,1);
    -moz-box-shadow: -5px 0px 16px 0px rgba(31,31,31,1);
    box-shadow: -5px 0px 16px 0px rgba(31,31,31,1);
    }

.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    }

label[for="nav-trigger"] {
    position: fixed;
    top: 25px;
    left: 25px;
    z-index: 2;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background-image: url("../images/navSymbol.png");
    background-size: contain;
    }

.nav-trigger:checked + label {
    left: 245px;
    transform: rotate(45deg);
    }

.nav-trigger:checked ~ .navigation  {
    left: 5px;
    }


.nav-trigger:checked ~ .site-wrap {
    left: 220px;
    
    }

.nav-trigger:checked ~ .site-wrap-cover {
    left: 220px;
    }

.nav-trigger + label, .site-wrap {
    transition: left .5s;
    }

.nav-trigger + label, .site-wrap-cover {
    transition: left .5s;
    }
/*--End-Nav--*/

.site-wrap-cover {
    height: 100%;
    position: relative;
    background-color: rgb(0,0,0);
    }

.coverImg {
    position:relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25%;
    }

article {
    background-color: black;
    background: url(../images/Star-field.jpg) fixed;
    background-size: 100vw;
    width: 100%;
    height: 100vh;
    }

article ul {
    position:relative;
    width: 1292px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }

article ul li{
    height: 300px;
    width: 300px;
    display:inline-block;
    background-size: 300px;
    background-repeat: no-repeat;
    margin: 0px 10px;
    }

article ul li img{
    width: 200px;
    position:relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }



section.module.parallax {
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    background-position: center;
    -webkit-box-shadow: inset 0px 11px 25px -10px black,
        inset 0px -11px 20px -10px black; 
    -moz-box-shadow: inset 0px 11px 25px -10px black,
        inset 0px -11px 20px -10px black; 
    box-shadow: inset 0px 11px 25px -10px black,
        inset 0px -11px 20px -10px black; 
    }

section.module.parallax img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    height: 200px;
    }

section.module.content {
    width: 1200px;
    padding-top: 100px;
    margin-left:auto;
    margin-right: auto;
    background-color: transparent;
    display: block;
    }

section.module p {
    font-family: EB Garamond, serif;
    margin-bottom: 20px;
    line-height: 1.25em;
    font-size: 32px;
    font-weight: 300;
    text-align: justify;
    }

section.module p:last-child {
    padding-bottom: 200px;
    }


section.module.content.quote {
    background-color: black;
    width:100%;
    color: white;
    -webkit-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: -2px 2px 20px 4px rgba(0,0,0,1);
    }

.quote aside {
    width: 1200px;
    margin-top: 400px;
    padding-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
    }

.quote p{
    font-size: 70px !important;
    font-style: italic !important;
    line-height: 1.15em !important;
    margin-bottom: 400px !important;
    margin-top: 0px;
    }

.quote p:last-child{
    font-size: 200px !important;
    margin-top:  1000px !important;
    font-style: normal !important;
    text-align: left;
    }

section.module h1 {
    width: 100%;
    position: relative;
    left: -30px;
    font-family: EB Garamond, serif;
    font-size: 150px;
    line-height: .7em;
    letter-spacing: .015em;
    background-color:transparent;
    color: black;
    text-transform: capitalize;
    font-variant: small-caps;
    padding-bottom: 15px;
    padding-left:30px;
    padding-right:30px;
    margin-bottom: 50px;
    border-bottom: 8px black double;
    }

section.module h1:last-child {
    font-size: 62px;
    text-transform: uppercase;
    }

h2 {
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 45px;
    font-weight: 300;
    color: white;
    height:50px;
    background-color: black;
    text-transform: uppercase;
    padding-top: 18px;
    padding-bottom: 12px;
    -webkit-box-shadow:  0px 11px 25px -10px black,
        inset 0px -11px 20px -10px black; 
    -moz-box-shadow:  0px 11px 25px -10px black,
        inset 0px -11px 20px -10px black; 
    box-shadow: 0px 11px 25px -10px black,
        inset 0px -11px 20px -10px black; 
    }

article h2 {
    text-align: right;
    position: fixed;
    bottom: 0px;
    height: 40px;
    width: 100%;
    font-size: 45px;
    font-weight: 300;
    padding-right: 0px;
    padding-top: 10px;
    font-weight: 300;
    background-color: rgb(255, 255, 0);
    color: black;
    -webkit-box-shadow:  0px 0px 0px 0px black,
        inset 0px 0px 0px 0px black; 
    -moz-box-shadow:  0px 0px 0px 0px black,
        inset 0px 0px 0px 0px black; 
    box-shadow: 0px 0px 0px 0px black,
        inset 0px 0px 0px 0px black;
    }

h2.continue, h2.continueWelcome {
    z-index:5;
    font-weight: 400;
    background-color: rgb(255,200,0);
    -webkit-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.5);
    }
h2.continue a, h2.continueWelcome a{
    text-decoration: none;
    color: white;
    }

h2.continue:hover, h2.continueWelcome:hover{
    background-color: black;
    }

h2.continueWelcome {
    width: 100%;
    position: fixed;
    bottom:0;
    
    }

h3 {
    font-family: Lato, sans-serif;
    text-align: left;
    font-size: 40px;
    font-weight: 600;
    color: black;
    border-bottom: 3px double black;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-top: 20px;
    margin-bottom: 40px;
    }

.module.parallax.parallax p, .imgSwap p{
    padding: 6px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    float:right;
    text-transform: uppercase;
    margin-right: 50px;
    margin-top:50px;
    color:white;
    background-color: red;
    -webkit-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.5);
    }

.imgSwap p {
    padding-top:4px;
    position: relative;
    margin-top: 0px;
    margin-right: 0px;
    z-index: 1;
    }


figure.imgFloat {
    overflow: hidden;
    float: right;
    margin-top: 10px;
    margin-left: 65px;
    margin-right: 25px;
    margin-bottom: 30px;
    border: 3px solid black;
    background-color: black
    }
figure.imgFloat img {
    width: 500px;
    margin-bottom: 0px;
    }

figure.imgFloatLeft {
    width: 350px;
    overflow: hidden;
    float: left;
    margin-top: 15px;
    margin-right: 50px;
    margin-left: 0px;
    padding:0px;
    border: 3px solid black;
    background-color: black
    }

figure.imgFloatLeft img {
    width: 350px;
    }


figcaption {
    font-family: Lato, sans-serif;
    color:white;
    text-transform: uppercase;
    font-weight: 400;
    margin-top:0px;
    padding: 6px 8px 5px 8px;
    font-size: 12px;
    max-width: 475px;
    }

.imgFloatLeft figcaption {
    width: 332px;
    }

footer a{
    text-decoration: none;
    }

/*--Responsiveness--*/

/*--Image_Swap--*/
section.imgSwap {
    width: 100%;
    z-index: 1;
    -webkit-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: -2px 2px 10px 0px rgba(0,0,0,0.5);
    }

section.imgSwap img {
    position: relative;
    border-top:2px solid red;
    border-bottom:4px solid red;
    width: 100%;
    vertical-align: middle;
    }

section.imgSwap:last-child {
    box-shadow:none;
    }

@media all and (max-width: 1000px) {
    section.module.parallax {display: none;}
    }

@media only screen and (orientation:portrait){
    section.module.parallax {display: none;}
    }

@media all and  (min-width: 1000px) {
    section.imgSwap {display: none;}
    } 


@media all and (max-width: 1300px) {
    section.module.content {
        width: 900px;
        }
    h2 {
        font-size: 40px;
        padding-top: 12px;
        padding-bottom: 5px;
        }
    h2.continue, h2.continueWelcome {
        height: 48px;
        }
    article h2 {
        padding-top: 10px;
        padding-bottom: 12px;
        }
    h3 {
        font-size: 35px;    
        }
    section.module p {
        line-height: 1.35em;
        font-size: 25px;
        }
    section.module p:last-child {
        padding-bottom: 120px;
        }
    .quote aside {
        width: 900px;
        margin-top: 400px;
        }
    .quote p{
        font-size: 60px !important;
        margin-bottom: 400px !important;
        }
    .quote p:last-child{
        font-size: 150px !important;
        margin-top:  500px !important;
        }
    figure.imgFloat {
        margin-top: 10px 45px 25px 30px;
        }
    figure.imgFloat img {
        width: 400px;
        }
    figure.imgFloatLeft {
        width: 250px;
        margin-top: 10px 45px 0px 15px;
        }
    figure.imgFloatLeft img {
        width: 250px;
        }
    figcaption {
        max-width: 375px;
        }
    .imgFloatLeft figcaption {
        width: 232px;
        }
    section.module h1 {
        font-size: 110px;
        line-height: .8em;
        padding-bottom: 10px;
        padding-left:30px;
        padding-right:30px;
        margin-bottom: 30px;
        border-bottom: 7px black double;
        }
    }

@media all and (max-width: 1292px){

    article {
        background-color: black;
        background: url(../images/Star-field.jpg) fixed;
        background-size: 100vw;
        width: 100%;
        height: 100vh;
        }

    article ul {
        position:relative;
        width: 1092px;
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        }

    article ul li{
        height: 250px;
        width: 250px;
        display:inline-block;
        background-size: 250px;
        background-repeat: no-repeat;
        margin: 0px 10px;
        }

    article ul li img{
        width: 175px;
        position:relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        }
}

@media all and (max-width: 1000px) {
    section.module.content {
        width: 700px;
        }
    section.module p {
        font-size: 22px;
        }
    .quote aside {
        width: 700px;
        margin-top: 300px;
        }
    .quote p{
        font-size: 50px !important;
        margin-bottom: 400px !important;
        }
    .quote p:last-child{
        font-size: 120px !important;
        margin-top:  400px !important;
        margin-bottom: 300px !important;
        }
    figure.imgFloat {
        width:300px;
        margin-top: 10px;
        margin-left: 45px;
        margin-right: 25px;
        margin-bottom: 10px;
        }
    figure.imgFloat img {
        width: 300px;
        }
    figure.imgFloatLeft {
        margin-top: 10px;
        margin-right: 45px;
        margin-left: 0px;
        margin-bottom: 30px;
        }
    figure.imgFloatLeft img {
        width: 250px;
        }
    figcaption {
        max-width: 275px;
        }
    .imgFloatLeft figcaption {
        width: 232px;
        }
    section.module h1 {
        font-size: 90px;
        }
    h2.continue, h2.continueWelcome {
        font-size: 34px;
        height: 42px;
        }
    h3 {
        font-size: 30px;
        }
    
    
    
    
    
    
    
    
    
    
    
    
/*
.site-wrap-cover {
    min-width: 100%;
    min-height: 1200px;
    position: relative;
    background-color: black;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    padding: 0em;
    background-size: 100%;
    -webkit-box-shadow: -5px 0px 16px 0px rgba(31,31,31,1);
    -moz-box-shadow: -5px 0px 16px 0px rgba(31,31,31,1);
    box-shadow: -5px 0px 16px 0px rgba(31,31,31,1);
    }

.site-wrap {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    background-color: white;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    padding: 0em;
    background-size: 100%;
    -webkit-box-shadow: -5px 0px 16px 0px rgba(31,31,31,1);
    -moz-box-shadow: -5px 0px 16px 0px rgba(31,31,31,1);
    box-shadow: -5px 0px 16px 0px rgba(31,31,31,1);
    }

.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    }
*/

navigation {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0px;
    background-color: rgba(60,60,60,1);
    opacity: 1;
    }

navigation a {
    
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    }

navigation ol {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 30px;
    }
    
navigation li {
    font-size: 30px;
    width: 275px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    background-color: transparent;
    color: white;
    position: relative;
    }

navigation ul ul {
    margin: 0 auto;
    }

navigation ul li {
    font-size: 25px;
    width: 255px;
    margin-left: auto;
    margin-right:auto;
    list-style: none;
    background-color: transparent;
    padding: 0px;
    padding-top: 9px;
    padding-bottom: 5px;
    text-transform: uppercase;
    }

navigation ul li:first-child {        
    margin-top: 5px;
    padding-top: 10px;
    border-top: 2px white dotted;
    }
    
navigation ul li:last-child {
    padding-bottom: 25px;
    }

navigation a:hover {
    color:  rgba(100,100,100,1);
    font-weight: 400;
    }    

label[for="nav-trigger"] {
    z-index: 2;
    width: 35px;
    height: 35px;
    }

.nav-trigger:checked + label {
    left: 25px;
    transform: rotate(45deg);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    }
    
.nav-trigger:checked ~ navigation  {
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    }


.nav-trigger:checked ~ .site-wrap {
    left: 0px;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    }

.nav-trigger:checked ~ .site-wrap-cover {
    left: 0px;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    }

    
    
    
    
    
    
    
    
    
    
    }

@media all and (max-width: 800px) {
    section.module.content {
        width: 500px;
        }
    section.module p {
        font-size: 20px;
        }
    .quote aside {
        width: 500px;
        margin-top: 200px;
        }
    .quote p{
        font-size: 35px !important;
        margin-bottom: 400px !important;
        }
    .quote p:last-child{
        font-size: 90px !important;
        margin-top:  400px !important;
        margin-bottom: 200px !important;
        }
    figure.imgFloat {
        width: 496px;
        margin: 0px;
        margin-bottom: 30px;
        }
    figure.imgFloat img {
        width: 500px;
        }
    figure.imgFloatLeft {
        width: 296px;
        float: none;
        margin-top: 50px;
        margin-left: 100px;
        margin-bottom: 50px;
        }
    figure.imgFloatLeft img {
        width: 300px;
        }
    figcaption {
        max-width: 475px;
        }
    .imgFloatLeft figcaption {
        width: 278px;
        }
    section.module h1 {
        font-size: 65px;
        left:-20px;
        padding-left:20px;
        padding-right:20px;
        }
     h2 {
        font-size: 30px;
        font-weight: 400;
        padding-top: 12px;
        padding-bottom: 0px;
        height: 43px;
        }
    h2.continue, h2.continueWelcome {
        font-size: 26px;
        height: 38px;
        }
    article h2 {
        height: 38px;
        font-size: 30px;
        font-weight: 400;
        padding-top: 12px;
        padding-bottom: 4px;
        }
    section.module h3 {
        font-size: 22px;
        padding-top: 6px;
        padding-bottom: 8px;
        margin-top: 20px;
        margin-bottom: 20px;
        }
    
@media all and (max-width: 700px) {
    }
    
@media all and (max-width: 600px) {
    section.module.content {
        width: 400px;
        }
    .quote aside {
        width: 400px;
        margin-top: 200px;
        }
    .quote p{
        font-size: 30px !important;
        margin-bottom: 400px !important;
        }
    .quote p:last-child{
        font-size: 70px !important;
        margin-top:  400px !important;
        margin-bottom: 100px !important;
        }
    figure.imgFloat {
        width: 396px;
        }
    figure.imgFloat img {
        width: 396px;
        }
    figure.imgFloatLeft {
        width: 296px;
        margin-top: 10px;
        margin-left: 50px;
        margin-bottom: 30px;
        }
    figure.imgFloatLeft img {
        width: 300px;
        }
    .imgFloatLeft figcaption {
        width: 278px;
        }
    section.module h1 {
        font-size: 53px;
        left:-10px;
        padding-left:10px;
        padding-right:10px;
        }
     h2 {
        font-size: 22px;
        padding-top: 12px;
        height: 35px;
        }
    article h2 {
        height: 35px;
        font-size: 25px;
        font-weight: 400;
        padding-top: 14px;
        padding-bottom: 4px;
        }
    h2.continue, h2.continueWelcome {
        font-size: 20px;
        height: 32px;
        }
    section.module h3 {
        font-size: 18px;
        padding-top: 6px;
        }
    }

@media all and (max-width: 450px) {
    section.module.content {
        width: 300px;
        }
    .quote aside {
        width: 300px;
        margin-top: 200px;
        }
    .quote p{
        font-size: 25px !important;
        margin-bottom: 300px !important;
        }
    .quote p:last-child{
        font-size: 50px !important;
        margin-top:  400px !important;
        margin-bottom: 300px !important;
        }
    figure.imgFloat {
        width: 296px;
        }
    figure.imgFloat img {
        width: 296px;
        }
    figure.imgFloatLeft {
        width: 196px;
        margin: 0px 45px 0 px 30px;
        }
    figure.imgFloatLeft img {
        width: 196px;
        }
    figcaption {
        font-size: 12px;
        }
    .imgFloatLeft figcaption {
        width: 178px;
        }
    .imgSwap p {
        font-size: 12px;
        }
     h2 {
        font-size: 18px;
        padding-top: 12px;
        height: 30px;
        }
    h2.continue, h2.continueWelcome {
        font-size: 16px;
        height: 28px;
        }
    article h2 {
        height: 32px;
        font-size: 18px;
        font-weight: 600;
        padding-top: 16px;
        padding-bottom: 0px;
        }
    section.module h3 {
        font-size: 20px;
        padding-top: 6px;
        padding-bottom: 7px;
        margin-top: 20px;
        margin-bottom: 20px;
        }
    }
@media all and (max-width: 350px) {
    html {
        max-width: 350px;
        }
    section.module.content {
        width: 300px;
        }
    section.module p:last-child {
        padding-bottom: 100px;
        }
    .quote aside {
        width: 250px;
        margin-top: 200px;
        }
    .quote p{
        font-size: 18px !important;
        margin-bottom: 300px !important;
        }
    .quote p:last-child{
        font-size: 50px !important;
        margin-top:  400px !important;
        margin-bottom: 300px !important;
        }
    figure.imgFloat {
        width: 300px;
        }
    figure.imgFloat img {
        width: 300px;
        }
    figure.imgFloatLeft {
        width: 196px;
        }
    figure.imgFloatLeft {
        margin-top:30px;
        margin-right: 45px;
        margin-left: 45px;
        margin-bottom: 30px;
        }
    figure.imgFloatLeft img {
        width: 200px;
        }
    figcaption {
        padding-top: 8px;
        }
    .imgFloatLeft figcaption {
        width: 178px;
        }
    section.module h1 {
        font-size: 52px;
        line-height: .8em;
        padding-bottom: 10px;
        left:-10px;
        padding-left: 10px;
        padding-right: 0px;
        margin-bottom: 30px;
        border-bottom: 7px black double;
        }
     h2 {
        font-size: 18px;
        font-weight: 400;
        margin-top: 0px;
        padding-top: 12px;
        padding-bottom: 0px;
        height: 30px;
        }
    h2.continue, h2.continueWelcome {
        font-size: 16px;
        height: 28px;
        }
    section.module h3 {
        font-size: 18px;
        padding-top: 6px;
        padding-bottom: 7px;
        margin-top: 20px;
        margin-bottom: 20px;
        }
    }
  
@media all and (max-height: 350px) {
    navigation ol {
        padding-top: 20px;
        }
    navigation ul li {
        padding-top: 4px;
        }
    }