html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}
html, body {
    width: 100vw;
    overflow-x: hidden;
}
body {
    margin: 0;
    color: #fff;
    word-wrap: break-word;
    min-height: 2000px;
    background-color: #0a001f;
    font-family: intelone-text;
    font-weight: 300;
}
main {
    display: block;
}
img {
    border-style: none;
}

/*############## FONTS #################*/

@font-face {
  font-family: intel-one-display;
  src: url("../fonts/intel-one-display-latin-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: intel-one-display;
  src: url("../fonts/intel-one-display-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: intel-one-display;
  src: url("../fonts/intel-one-display-latin-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: intel-one-display;
  src: url("../fonts/intel-one-display-latin-bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: intelone-text;
  src: url("../fonts/intelone-text-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: intelone-text;
  src: url("../fonts/intelone-text-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: intelone-text;
  src: url("../fonts/intelone-text-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: intelone-text;
  src: url("../fonts/intelone-text-bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

a, a:visited {
    color: #00c7fd;
    text-decoration: none;
}

a:hover, a:active {
    color: #ffffff;
    text-decoration: underline;
}

div#rootContainer {
    transform-origin: top;
    height: 100vh;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

header, section, footer {
    overflow-x: clip;
}

/*############## Masthead Banner #################*/

.banner {
    height: 940px;
    width: 1920px;
    background-color: #000000;
    background-image: url("../img/masthead-bg01.jpg");
    background-position: top;
    background-repeat: no-repeat;
/*    background-size: auto 940px;*/
    margin: auto;
    position: relative;
}

.banner_content {
    width: 600px;
    position: absolute;
    top: 0;
    left: 120px;
    overflow: visible;
}

.banner_headline {
    width: 500px;
    font-family: intel-one-display;
    font-size: 72px;
    font-weight: 600;
    line-height: 1em;
}

.banner_badge {
    vertical-align: middle;
}

a.button-banner, a:visited.button-banner {
    font-family: intel-one-display;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: .01em;
    text-decoration: none;
    padding: 5px 20px;
    color: #ffffff;
    background: linear-gradient(90deg, #0084FD 0%, #675DA2 95%);
    border-radius: 3px;
    margin-left: 40px;
    border: 1px solid #fff;
    vertical-align: middle;
}

a:hover.button-banner {
    color: #11131E;
    background: linear-gradient(90deg, #0099EC 0%, #6CC4F5 95%);
    border: 1px solid #fff;
}

.banner_subheadline {
    width: 500px;
    margin: 0;
    padding-bottom: 30px;
    font-family: intel-one-display;
    font-size: 36px;
    line-height: 1.3em;
}

.banner_foot-note {
    width: 500px;
    font-family: intel-one-display;
    font-size: 24px;
    font-weight: 600;
}
.banner_copyright {
    width: 500px;
    font-family: intel-one-display;
    font-size: 14px;
}

/*############## Blade 1 - New Player #################*/

.blade_one {
    height: 1028px;
    width: 1920px;
    background-color: #000000;
    margin: auto;
    position: relative;
}

.blade_one_image {
    height: 1028px;
    background-image: url("../img/arc-a770-standing-w-gamer.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 1028px;
    margin: auto;
    position: relative;
    left: -175px;
}

.blade_one_content {
    width: 500px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100px;
    overflow: visible;
}

.blade_one_headline {
    width: 500px;
    margin-bottom: 20px;
    font-family: intel-one-display;
    font-size: 72px;
    font-weight: 600;
    line-height: 1em;
}

.blade_one_subheadline {
    width: 500px;
    font-family: intel-one-display;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.3em;
}

.blade_one_foot-note {
    width: 500px;
    font-family: intel-one-display;
    font-size: 27px;
    line-height: 1.3em;
}

/*############## Blade 2 - Games #################*/

.blade_two {
    width: 1920px;
    background-color: #000;
    background-image: radial-gradient(circle farthest-side, #8d46f4 0%, #4a257f33 88.5%, #22113b00 99%);
    background-position: top;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    display: flex;
    overflow: hidden;
}

.blade_two_column {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.blade_two_content {
    width: 1400px;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
}

.blade_two_headline {
    text-align: center;
    margin-bottom: 0;
    font-family: intel-one-display;
    font-size: 72px;
    font-weight: 600;
    line-height: 1em;
}

.blade_two_subheadline {
    width: 70%;
    text-align: center;
    font-family: intel-one-display;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.2em;
}

.blade_two_screenshots {
    height: 100%;
    width: 1400px;
    margin: auto;
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
    padding: 25px 0;
}

.blade_two_screenshot {
    margin: 0 25px;
    width: 650px;
    height: 100%;
}

.blade_two_details {
    margin: 10px 20px;
}

.blade_two_description {
    font-size: 27px;
}

/*############## Blade 3 - Grid #################*/

.blade_three {
    padding: 50px 0;
    width: 1400px;
    margin: 0 auto;
}
.blade_three_section_3 {
    display: grid;
    grid-template-columns: 20% 30% 50%;
}

.blade_three_section_1 {
    margin: 20px auto;
    display: grid;
    text-align: center;
    grid-template-columns: 100%;
}

.blade_three_col_1 {
    background-color: #040e35;
    margin: 0 10px;
    padding: 25px;
    display: inline-block;
    justify-items: center;
    align-items: center;
}

.blade_three_col_2 {
    background-color: #040e35;
    margin: 0 10px;
    padding: 25px;
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.blade_three_col_3 {
    background-color: #040e35;
    margin: 0 10px;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blade_three_title {
    font-family: intel-one-display;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0;
}

.blade_three_copy {
    font-family: intel-one-display;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
    padding: 20px 0;
}

.blade_three_title_small {
    font-family: intel-one-display;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0;
    padding: 5px 0 0 0;
    text-align: center;
}

.blade_three_copy_small {
    font-family: intel-one-display;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
    padding: 5px 0 0 0;
    text-align: center;
}

.grid-img {
    padding: 5px;
}

.box-art {
    align-self: baseline;
    display: grid;
    justify-items: center;
}

.create-apps {
    padding: 0 30px;
    display: grid;
    justify-items: center;
}


/*############## Blade 4 - Retailer Promo Block #################*/

.promo_content {
    width: 1400px;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
}

.promo_headline {
    align-self: flex-start;
    font-family: intel-one-display;
    font-size: 72px;
    font-weight: 600;
    line-height: 1em;
    margin: 0;
    padding: 20px 0;
}

.promo_subheadline {
    align-self: flex-start;
    font-family: intel-one-display;
    font-size: 27px;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

.promo {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.promo_images {
    height: 100%;
    width: 1400px;
    margin: auto;
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
    padding: 25px 0 75px 0;
}

.promo_image {
    margin: 0 25px;
    width: 650px;
    height: 100%;
}

.promo_details {
    font-size: 27px;
    line-height: .75em;
}

a.button, a:visited.button {
    font-family: intel-one-display;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: .01em;
    text-decoration: none;
    padding: 5px 20px;
    color: #ffffff;
    background: linear-gradient(90deg, #0084FD 0%, #675DA2 95%);
    border-radius: 3px;
}

a:hover.button {
    color: #11131E;
    background: linear-gradient(90deg, #0099EC 0%, #6CC4F5 95%);
}

/*############## Blade 5 - Let's Play Video #################*/

.blade_five {
    width: 1920px;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    display: flex;
    overflow: hidden;
}

.blade_five_header {
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.blade_five_headline {
    font-family: intel-one-display;
    font-size: 72px;
    font-weight: 600;
    line-height: 1em;
    margin: 0;
    padding: 40px 0 10px 0;
}

.blade_five_subheadline {
    font-family: intel-one-display;
    font-size: 27px;
    line-height: 1.2em;
}

.videoImg {
    width: 1400px;
    margin: 0 auto;
}

.video {
      position: relative;
        display: none;
        width: 100%;
        padding-bottom: 56.25%;
    }

/*############## FOOTER #################*/

.footer {
    width: 1920px;
    background-color: #000;
    margin: auto;
    padding: 80px 0 60px;
}

.footer_terms {
    width: 1400px;
    margin: 20px auto;
    font-size: 15px;
}

.footer_icons {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    width: 1400px;
}

.footer_icon {
    height: 100px;
    margin: 0 auto;
}

/*############## Mobile Styles #################*/

@media screen and (max-width: 960px) {

    .banner {
        height: 940px;
        width: 960px;
        background-color: #000;
        background-image: url("../img/masthead-bg-mobile.jpg");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 960px;
        margin-bottom: 0;
        position: relative;
    }

    .banner_content {
        width: 100%;
        top: 40px;
        left: 50px;
    }

    .banner_badge {
        width: 15%;
        position: relative;
    }

    .banner_headline {
        width: 350px;
        font-size: 50px;
        line-height: 1em;
    }

    .banner_subheadline {
        width: 350px;
        font-size: 24px;
        line-height: 1.4em;
    }

    .banner_foot-note {
        width: 100%;
        font-size: 18px;
    }
    .banner_copyright {
        width: 300px;
        font-size: 15px;
    }

    .blade_one {
        width: 960px;
        height: 650px;
    }

    .blade_one_image {
        height: 700px;
        background-image: url("../img/arc-a770-mobile.png");
        background-position: 0 100%;
        background-size: 600px;
        top: 0;
        bottom: 50px;
        left: 50px;
    }

    .blade_one_content {
        width: 200px;
        top: 75px;
        right: 300px;
    }

    .blade_one_headline {
        width: 475px;
        font-size: 50px;
    }

    .blade_one_subheadline, .blade_one_foot-note {
        width: 450px;
        font-size: 20px;
    }
}

@media screen and (max-width: 960px) {
    
    .blade_two {
    width: 960px;
}
  .blade_two_column {
    width: 960px;
    margin: 0 auto;
  }
    .blade_two_content {
        width: 960px;
    }

  .blade_two_headline, .promo_headline {
    font-size: 50px;
  }

  .blade_two_subheadline, .promo_subheadline, .promo_details {
    font-size: 20px;
  }

  .blade_two_subheadline, .blade_two_headline {
    width: 800px;
  }

  .blade_two_screenshot {
    width: 90%;
    margin: 0 auto;
  }

  .blade_two_screenshots, .promo_images {
    width: 960px;
    flex-direction: column;
  }

  .blade_two_details {
    margin: 0;
    padding: 20px 50px;
  }

  .blade_two_description {
    margin-right: 0;
    font-size: 20px;
  }
    
.blade_three {
    width: 960px;
}

.blade_three_title {
    font-size: 22px;
}

.blade_three_copy {
    font-size: 18px;
}

.grid-img {
    height: 100px;
}

.create-apps {
    padding: 0 5px;
}
    
  .promo_image {
    width: 75%;
    margin: 0 auto;
  }

  .promo_details, .promo_headline, .promo_subheadline {
      align-self: auto;
    width: 960px;
    padding: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 960px) {
  .blade_five {
    width: 960px;
  }

  .blade_five_headline {
    width: 860px;
    margin-left: 50px;
    font-size: 50px;
  }

  .blade_five_subheadline {
    width: 860px;
    margin-left: 50px;
    font-size: 20px;
  }

    .videoImg img {
        width: 860px;
        margin: 0 50px;
}
    
    .video {
        position: relative;
        display: none;
        width: 100%;
        padding-bottom: 56.25%;
    }

}

@media screen and (max-width: 960px) {
  .footer {
    width: 960px;
    padding-top: 60px;
  }

  .footer_icons {
    width: 860px;
  }

  .footer_icon {
    width: 10%;
    height: 100%;
  }

  .footer_terms {
    width: 860px;
    font-size: 12px;
  }
}