@import url(stars.css);
html {
    background: radial-gradient(ellipse at bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) fixed;
    color: #fff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    overflow: auto;
}

#title {
    color: #fff;
    font-family: "Lobster", sans-serif;
    font-size: 5em;
    text-shadow: 1px 1px #fe4902, 2px 2px #fe4902, 3px 3px #fe4902, 4px 4px #fe4902, 5px 5px #fe4902, 6px 6px #fe4902;
    transform: rotate(-15deg) skew(-15deg, 0);
    text-align: center;
    padding-top: 60px;
}

header {
    height: 300px;
    /* padding-left: 12.5% !important; */
    background: rgba(255, 255, 255, 0.025);
    margin-bottom: 5em !important;
}

p#intro {
    text-align: center;
    margin: 100px auto;
    font-size: 2.5em;
    width: 50%;
}

#extend {
    position: fixed;
    width: 10px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    /* W3C */
}

#extend2 {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 10000px;
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 10%, transparent 10%, transparent);
    background-size: 100% 100px;
    /* W3C */
}

section {
    /* padding-left: 12.5% !important; */
    margin-bottom: 5em !important;
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

section img {
    position: relative;
    z-index: 999;
}

.cool-image {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
}

.info {
    width: 50%;
    padding: 0 2em;
    line-height: 1.2;
    float: right;
    display: inline-block;
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-2000px);
    }
}

#first {
    padding: 5em 0;
}

.testimonial-quote {
    font-size: 16px;
    width: 40%;
    margin: 0 auto;
}

.testimonial-quote blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;
    z-index: 600;
}

.testimonial-quote blockquote * {
    box-sizing: border-box;
}

.testimonial-quote blockquote p {
    line-height: 1.4 !important;
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: rgba(254, 73, 2, 0.5);
    font-size: 7.5em;
    font-weight: 700;
    position: absolute;
    top: -.4em;
    left: -.2em;
    text-shadow: none;
    z-index: -300;
}

.testimonial-quote cite {
    display: block;
    font-size: .8em;
    padding-top: 1em;
}

.testimonial-quote cite span {
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial-quote.right cite {
    text-align: right;
}

.stars {
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    position: absolute;
}

section#asteroids {
    height: 1000px;
}

.asteroids {
    width: 100%;
    height: 500px;
    background-attachment: fixed;
    background-repeat: repeat-x;
    position: absolute;
    z-index: 999;
    margin: 250px 0;
}

a:hover {
    color: #AAA;
}

a:visited,
a {
    color: #FFF;
}

nav {
    width: 50%;
    margin: 100px auto !important;
    position: relative;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav ul li {
    list-style: none;
    text-align: center;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    font-size: 1.5em;
}

nav {
    display: table;
    table-layout: fixed;
}

ul {
    display: flex;
    flex-direction: row;
}

ul li {
    flex-grow: 1;
}

h1.info-title {
    font-size: 2.5em;
}

span.distance {
    font-family: 'Georgia', serif;
    font-style: italic;
    padding-left: 1em;
}

section#last {
    margin-bottom: 2000px !important;
}

section#edge {
    box-shadow: rgba(255, 0, 0, 0.75) 0 -100px 500px;
    padding-top: 5em;
}

section#edge > p:first-child {
    margin-top: 0;
}

section#edge > p {
    text-align: center;
    margin-top: 50em;
    font-size: 3em;
}