/* Reset */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {display: block;}
html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
a:focus {outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
a:hover,a:active {outline: 0;}
img {max-width: 100%;vertical-align: middle;border: 0;-ms-interpolation-mode: bicubic;}

.clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after {display: table;content: "";}
.clearfix:after {clear: both;}


/* Body and globals  */
body {
    margin: 0;
    font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #4f4f4f;
    background-color: #ffffff;
}
a {
    color: #000000;
    font-weight: normal;
}
a:hover {
    color: #666;
    text-decoration: underline;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}


/* The grid  */
.container {
    padding-right: 0;
    padding-left: 0;
    width: 90%;
    max-width: 70em;
    margin: 0 auto;
    *zoom: 1;
}
.container:before, .container:after {
    display: table;
    content: "";
}
.container:after {
    clear: both;
}


/* Typography */
p {
    margin: 0 0 2em 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 700;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1 {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 2.5em;
}
h1:after {
    content: "";
    display: block;
    margin: 0.25em auto 1em auto;
    width: 3em;
    height: 1px;
    background: #ccc;
}
h2 {
    font-family: 'Josefin Slab', serif;
    font-size: 1.75em;
    line-height: 1.25em;
    margin-bottom: 1em;
    font-style: italic;
}


/* header */
.header {
    background: whiteSmoke;
    text-align: center;
    margin: 6em auto 0em auto;
    padding: 0;
}
.logo {
    left: 25%;
    margin-top: -50px;
    margin-right: -25%;
    position: fixed;
    width: 50%;
    display: block;
    z-index: 2;
    /*background:pink;*/
}
.logo img {
    display: block;
    width: 250px;
    padding: 0em;
    margin: 1em auto 0 auto;
    /*background:pink;*/
}
.intro {
    opacity: 1;
    width: 100%;
    max-width: 45em;
    display: block;
    margin: 9em auto 9em auto;
    padding: 0;
    position: relative;
    z-index: 3;
}
.intro p {
    font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    padding: 0;
}


/* Media queries */

@media (max-width: 767px) {
/* ipad and smaller */
.logo {
    margin-top: -70px;
}

.logo img {
    display: block;
    width: 200px;
    padding: 0em;
    margin: 2em auto 0 auto;
    /*background:pink;*/
}

h1 {
    font-size: 1.8em;
}
h1:after {
    margin: 0.07em auto 1em auto;
    width: 3em;
}
h2 {
    font-size: 1.3em;
}

.intro {
    margin: 6em auto 6em auto;
}
.intro p {
    font-size: 0.75em;
    line-height: 1.1em;
}

.header {
    margin: 4em auto 0em auto;
}



}

@media (min-width: 768px) {
/* full size screens */
.logo img {
    margin: 0em auto 0 auto;
}
}
