h1 {
    color: #fff;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 64px;
    margin-bottom: 0;
}

p {
    color: #fff;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 18px;
    word-break: normal;
}

html {
    background: url(http://greghub.com/img/PaleBlueBackdrop.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.intro,.palebluecontent {
    max-width: 650px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.intro p {
    font-size: 16px;
}

.palebluecontent p {
    font-size: 24px;
}

.presentation p {
    font-size: 30px;
}

.presentation {
    text-align: center;
    margin: 50px auto;
}

img {
    max-width: 1160px;
    width: 100%;
    max-height: 100%;
    height: auto;
}
.youarehere {
    text-align:center;
}
