/*First SASS page*/
@import url("https://fonts.googleapis.com/css?family=Arvo");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  text-decoration: none; }

body {
  font-size: 100%;
  background-color: black; }

img {
  max-width: 100%; }

header {
  background-image: url(images/Hero.jpg);
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: top;
  margin-top: 55px; }

.desktop {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 190px;
  z-index: 5;
  background-image: url(images/ML2.png);
  background-position: top;
  background-size: cover;
  margin-top: -55px;
  font-family: 'shreddedregular';
  font-size: 1.9em;
  line-height: 0em;
  text-shadow: 0px 0px 15px black; }

.desktop a {
  color: #fdeec5; }

.type {
  width: 960px;
  margin: auto;
  font-family: 'shreddedregular';
  color: white;
  text-shadow: 0px 0px 30px black; }

.GWLogo {
  float: left;
  margin-top: -325px;
  width: 271px;
  padding-left: 30px; }

.top_line {
  float: left;
  margin-top: -305px;
  font-size: 80px;
  padding-left: 275px;
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }

.middle_line {
  float: left;
  font-size: 17.5em;
  padding-left: 40px;
  margin-top: -10px;
  margin-top: -235px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.bottom_line {
  float: left;
  font-size: 7.75em;
  padding-left: 40px;
  margin-top: -30px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; }

.parallax1 {
  margin-top: 230px;
  /* The image used */
  background-image: url(images/cowboys.jpg);
  /* Set a specific height */
  height: 550px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.container {
  width: 90%;
  max-width: 850px;
  margin: auto; }

.one_headline {
  font-family: 'shreddedregular';
  color: white;
  font-size: 4em;
  text-shadow: 0px -7px 50px black;
  margin-top: -116px; }

.one_copy {
  font-family: 'Arvo', serif;
  font-size: 1em;
  line-height: 3em;
  color: white;
  padding-top: 12px; }

.video {
  margin: auto;
  width: 100%;
  max-width: 960px;
  height: 540px;
  padding-top: 100px; }

#one, #two, #three, #four, #five, #six, #seven, #eight, #nine, #ten {
  padding-top: 100px; }

.parallax2 {
  margin-top: 100px;
  /* The image used */
  background-image: url(images/live.jpg);
  /* Set a specific height */
  height: 550px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.parallax3 {
  margin-top: 100px;
  /* The image used */
  background-image: url(images/trendkill.jpg);
  /* Set a specific height */
  height: 550px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.parallax4 {
  margin-top: 100px;
  /* The image used */
  background-image: url(images/steel.jpg);
  /* Set a specific height */
  height: 550px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.parallax5 {
  margin-top: 100px;
  /* The image used */
  background-image: url(images/vulgar.jpg);
  /* Set a specific height */
  height: 550px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.parallax6 {
  margin-top: 100px;
  /* The image used */
  background-image: url(images/cowboys.jpg);
  /* Set a specific height */
  height: 550px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.parallax7 {
  margin-top: 100px;
  /* The image used */
  background-image: url(images/driven.jpg);
  /* Set a specific height */
  height: 550px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bonus {
  font-size: 17.5em;
  padding-left: 120px;
  margin-top: 300px; }

.parallax8 {
  margin-top: 300px;
  /* The image used */
  background-image: url(images/best.jpg);
  /* Set a specific height */
  height: 550px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.eleven_headline {
  font-family: 'shreddedregular';
  color: white;
  font-size: 4em;
  text-shadow: 0px -7px 50px black;
  margin-top: -16px; }

.h_line {
  width: 100%;
  height: 2px;
  background: #ffffff;
  margin-top: 100px;
  margin-bottom: 25px; }

.footer {
  font-family: 'Arvo', serif;
  font-size: 1em;
  line-height: 3em;
  color: white; }

.footer a {
  color: white; }

.footer a:hover {
  color: #dbdbdb; }

.social_media_container {
  height: 30px;
  padding-top: 22px; }

.fb-share-button {
  float: left; }

.twitter-share-button {
  float: left;
  margin-left: 15px; }

.pinterest-share-button {
  float: left;
  margin-left: -50px; }

.h_line2 {
  width: 100%;
  height: 2px;
  background: #ffffff;
  margin-top: 65px;
  margin-bottom: 25px; }

.desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .desktop a {
    padding-top: 25px; }
  .desktop a:hover {
    color: #fad87b; }

.mobile {
  background-color: rgba(0, 0, 0, 0.5);
  height: 0px;
  font-family: 'shreddedregular';
  font-size: 1.9em;
  line-height: 0em;
  text-shadow: 0px 0px 15px black;
  z-index: 5; }

.mobile a {
  color: azure;
  text-align: center;
  padding: 20px; }

/* Tablet */
@media screen and (min-width: 481px) and (max-width: 950px) {
  .desktop {
    display: none; }

  header {
    height: 300px;
    margin-top: 0px; }

  .type {
    width: 481px;
    margin: auto;
    font-family: 'shreddedregular';
    color: white;
    text-shadow: 0px 0px 30px black;
    padding-top: 120px; }

  .GWLogo {
    float: left;
    margin-top: -255px;
    width: 147px;
    padding-left: 5px; }

  .top_line {
    float: left;
    margin-top: -240px;
    font-size: 42px;
    padding-left: 150px;
    -webkit-animation-delay: .5s;
            animation-delay: .5s; }

  .middle_line {
    float: left;
    font-size: 9.5em;
    padding-left: 5px;
    margin-top: -200px;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }

  .bottom_line {
    float: left;
    font-size: 4.22em;
    padding-left: 5px;
    margin-top: -68px;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }

  .parallax1 {
    margin-top: 50px; }

  .parallax1, .parallax2, .parallax3, .parallax4, .parallax5, .parallax6, .parallax7, .parallax8 {
    height: 350px; }

  .one_headline {
    font-family: 'shreddedregular';
    color: white;
    font-size: 4em;
    text-shadow: 0px -7px 50px black;
    margin-top: -116px;
    font-size: 3.5em;
    line-height: 1.3em; }

  .eleven_headline {
    font-family: 'shreddedregular';
    color: white;
    font-size: 4em;
    text-shadow: 0px -7px 50px black;
    margin-top: -16px;
    font-size: 3.5em; }

  .bonus {
    font-size: 10em;
    margin-top: 300px;
    text-align: center;
    width: 470px;
    margin: auto;
    padding-left: 0px; } }
/* Mobile */
@media screen and (max-width: 480px) {
  .desktop {
    display: none; }

  header {
    height: 300px;
    margin-top: 0px; }

  .type {
    width: 400px;
    margin: auto;
    font-family: 'shreddedregular';
    color: white;
    text-shadow: 0px 0px 30px black;
    padding-top: 100px; }

  .GWLogo {
    float: left;
    margin-top: -255px;
    width: 115px;
    padding-left: 0px; }

  .top_line {
    float: left;
    margin-top: -245px;
    font-size: 36px;
    padding-left: 118px;
    -webkit-animation-delay: .5s;
            animation-delay: .5s; }

  .middle_line {
    float: left;
    font-size: 7.9em;
    padding-left: 5px;
    margin-top: -213px;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }

  .bottom_line {
    float: left;
    font-size: 3.52em;
    padding-left: 5px;
    margin-top: -104px;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }

  .parallax1 {
    margin-top: 20px; }

  .parallax1, .parallax2, .parallax3, .parallax4, .parallax5, .parallax6, .parallax7, .parallax8 {
    height: 275px; }

  .one_headline {
    font-family: 'shreddedregular';
    color: white;
    font-size: 4em;
    text-shadow: 0px -7px 50px black;
    margin-top: -116px;
    font-size: 2.5em;
    line-height: 1.3em; }

  .eleven_headline {
    font-family: 'shreddedregular';
    color: white;
    font-size: 4em;
    text-shadow: 0px -7px 50px black;
    margin-top: -16px;
    font-size: 2.5em; }

  .bonus {
    font-size: 9em;
    margin-top: 300px;
    text-align: center;
    width: 400px;
    margin: auto;
    padding-left: 0px; } }
