/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, body, h1, h2, h3, h4, p {
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: normal;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: none;
    margin: 100px 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    font-family: 'gotham', 'proxima-nova', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #fffde3;
    /*background: #00426c; !* Old browsers *!*/
    /*background: -moz-linear-gradient(top,  #276f96 0%, #00426c 48%, #010e21 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top,  #276f96 0%,#00426c 48%,#010e21 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom,  #276f96 0%,#00426c 48%,#010e21 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*background-attachment: fixed;*/

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00426c+1,010e21+100 */
    background: #010e21; /* Old browsers */
    background: -moz-linear-gradient(top,  #00426c 1%, #010e21 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #00426c 1%,#010e21 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #00426c 1%,#010e21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-attachment: fixed;

}
body {
    max-width: 1200px;
    margin: 0 auto;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}

a {
    color: #d49f58;
    text-decoration: none;
}
h1, h2, h3, h4 {
    font-weight: 500;
}
.flex {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex > div {
    width: 500px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#pre-order.flex div {
    text-align: center;
    width: 240px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 240px;
    background-color: #fffde3;
    border-radius: 120px;
    display: flex;
    align-items: center;
}
#pre-order.flex div p {
    text-align: center;
    width: 100%;
}
#pre-order img {
    max-width: 30%;
    display: inline-block;
    padding: 0 5px 5px 0;
}
main {
    position: relative;
}
#tagline {
    color: #d49f58;
}
#main-info {
    text-align: center;
}
#main-info h2 {
    font-size: 65px;
    line-height: 1em;
    margin: 8px 0 12px;
}
#main-info p {
    margin-top: 20px;
    font-size: 29px;
    color: #fffde3;
}
#main-info #release-date {
    color: #fffde3;
    font-size: 40px;
}
#main-info h3 {
    line-height: 50px;
    font-size: 62px;
    color: #d49f58;
}
#main-info #logo-007 {
    width: 77px;
}
#main-info img {
    max-width: 480px;
}
#second-info, #read-now {
    padding-top: 35px;
    text-align: center;
}
#second-info p, #read-now p {
    font-family: 'gotham', 'proxima-nova', sans-serif;
    text-transform: uppercase;
    margin: 25px 0 0;
    color: #fffde3;
    font-size: 50px;
}
#second-info h2 {
    line-height: 50px;
    font-size: 74px;
    color: #d49f58;
    margin: 15px 0 0;
    padding: 0;
}
#read-now h2 {
    color: #fffde3;
    line-height: 50px;
    font-size: 50px;
    margin: 15px 0 0;
    padding: 0;
}
#packshot {
    text-align: center;
}
#packshot img {
    max-width: 480px;
}
.quotes {
    text-align: center;
}
.quotes h2 {
    color: #d49f58;
    font-size: 50px;
    line-height: 50px;
}
.quotes p {
    font-size: 22px;
    margin-top: 5px;
}
h1 {
    font-size: 50px;
    color: #d49f58;
    line-height: 40px;
    margin-bottom: 10px;
}
h2 {
    font-size: 40px;
    line-height: 30px;
}
article p, li {
    text-transform: none;
    font-family: arial, sans-serif;
    font-size: 23px;
    margin: 20px 0;
}
.unlocking-bond ul {
    padding-left: 22px;
}
.unlocking-bond li {
    list-style: disc outside;
}
ul {
    margin: 20px 0;
    padding: 0;
}
li {
    list-style: none;
}
.stellar-item {
    position: absolute;
    z-index: -10;
    /*-webkit-transition : -webkit-filter 3s linear;*/
    /*transition:  -webkit-filter 3s linear,  filter 3s linear;*/
}
.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.noblur {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
}
#stellar-1 {
    width: 1051px;
    height: 300px;
    top: 750px;
    left: -50px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
#stellar-2 {
    height: 1433px;
    width: 409px;
    top: 350px;
    right: -350px;
}
#stellar-3 {
    height: 573px;
    width: 573px;
    top: 1500px;
    right: -250px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
#stellar-4 {
    height: 256px;
    width: 400px;
    top: 1300px;
    right: 50px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
#stellar-5 {
    width: 1051px;
    height: 300px;
    top: 1850px;
    left: 250px;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
#stellar-6 {
    height: 1433px;
    width: 409px;
    top: 1550px;
    left: -550px;
}
#stellar-7 {
    height: 573px;
    width: 573px;
    top: 2500px;
    right: -250px;
}
#stellar-8 {
    height: 512px;
    width: 800px;
    top: 2300px;
    left: 250px;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
#stellar-9 {
    height: 338px;
    width: 380px;
    top: 3200px;
    right: -250px;
}
#stellar-10 {
    height: 150px;
    width: 150px;
    top: 3300px;
    left: 650px;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1200px) {
    main {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 700px) {
    #packshot img {
        margin-top: 25px;
        max-width: 350px;
    }
    #pre-order img {
        max-width: 70%;
    }
    #second-info h2 {
        font-size: 50px;
    }
    #second-info p {
        font-size: 40px;
    }
    article p, li {
        font-size: 30px;
    }
    /* Disable animation on mobile */
    .wow, .slideInRight, .slideInLeft, .zoomIn, .rotateIn {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    .stellar-item {
        display: none !important;
    }
}

