@import url('https://necolas.github.io/normalize.css/7.0.0/normalize.css');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400');


@font-face {
    font-family: 'NeueHaasGroteskText Pro';
    src: url('Fonts/NHaasGroteskTXPro-75Bd.woff2') format('woff2'),
        url('Fonts/NHaasGroteskTXPro-75Bd.woff') format('woff'),
        url('Fonts/NHaasGroteskTXPro-75Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NeueHaasGroteskText Pro';
    src: url('Fonts/NHaasGroteskTXPro-55Rg.woff2') format('woff2'),
        url('Fonts/NHaasGroteskTXPro-55Rg.woff') format('woff'),
        url('Fonts/NHaasGroteskTXPro-55Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Haas Grot Disp 55 Roman';
    src: url('Fonts/HaasGrotDisp-56Italic.woff2') format('woff2'),
        url('Fonts/HaasGrotDisp-56Italic.woff') format('woff'),
        url('Fonts/HaasGrotDisp-56Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'NeueHaasGroteskText Pro Md';
    src: url('Fonts/NHaasGroteskTXPro-65Md.woff2') format('woff2'),
        url('Fonts/NHaasGroteskTXPro-65Md.woff') format('woff'),
        url('Fonts/NHaasGroteskTXPro-65Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Haas Grot Disp 65';
    src: url('Fonts/HaasGrotDisp-65Medium.woff2') format('woff2'),
        url('Fonts/HaasGrotDisp-65Medium.woff') format('woff'),
        url('Fonts/HaasGrotDisp-65Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Haas Grot Disp 55 Roman';
    src: url('Fonts/HaasGrotDisp-55Roman.woff2') format('woff2'),
        url('Fonts/HaasGrotDisp-55Roman.woff') format('woff'),
        url('Fonts/HaasGrotDisp-55Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeueHaasGroteskDisp Pro';
    src: url('Fonts/NHaasGroteskDSPro-25Th.woff2') format('woff2'),
        url('Fonts/NHaasGroteskDSPro-25Th.woff') format('woff'),
        url('Fonts/NHaasGroteskDSPro-25Th.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

html{
  box-sizing: border-box;
  overflow-x: hidden;
}
*,*::before, *::after{
    box-sizing: inherit;
}
body{
margin: 0;
}


/*----------------------
------SMALL SCREENS-------
----------------------*/

@media all and (max-width: 500px) {

    .big {
      display: none;
    }

    .roundlogo{
      display: flex;
      flex-flow: row;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }

    .roundlogo img{
        width: 130%;
    }

    .hero {
      height: 100vh;
      width: auto;
      background-color: #000;
    }

    .hero-in{
      margin: 0 2rem;
    }

    .logo {
      padding-top: 3rem;
      margin:0 2rem -1rem 2rem;
    }
    .logo img {
    height: 2.5rem;
    width: auto;
    }

    .intro {
      color: white;
      margin:4rem 1rem 1rem 1rem;
      padding

    }
    .intro h1{
      padding-top: 1rem;
      font-family: 'Haas Grot Disp 55 Roman', sans-serif;
      font-size: 48px;
      border-top: 5px solid rgb(243, 107, 32);
      line-height: 1.2;
      font-weight: 300;
    }

    .intro p {
      font-family: 'Haas Grot Disp 55 Roman', sans-serif;
      font-size: 18px;
      line-height: 1.75;
      letter-spacing: .75;
      font-weight: 400;
      width: 18rem;

    }

    .CTA {
      margin-bottom: 4rem;
      margin-left: 1rem;
    }

    .CTA a:hover {
      color: lightgray;
      transition: color 375ms ease;
    }
    .CTA p {
      font-family: 'NeueHaasGroteskText Pro Md', sans-serif;
      color: #fff;
      font-size: 16px;
    }

    .CTA p a {
     text-decoration: none;
     color: rgb(243, 107, 32);
    }


    .mid {
      display: block;
      margin: 0 2rem;
    }
    .about {
      color: black;
      margin-left: 1rem;
      margin-right: 1rem;
      margin-top: 28rem

    }
    .about h1{
      z-index: 999;
      padding-top: 1rem;
      font-family: 'Haas Grot Disp 55 Roman', sans-serif;
      font-size: 42px;
      border-top: 5px solid rgb(243, 107, 32);
      letter-spacing: 1.75;
      font-weight: 300;

    }

    .about p {
      font-family: 'Haas Grot Disp 55 Roman', sans-serif;
      font-size: 18px;
    }
    .bigabout--contact {
      display: none;
    }

    .about--contact {
      margin-top: 4rem;
      margin-left: 1rem;

    }

    .about--contact a:hover {
      color: lightgray;
      transition: color 375ms ease;
    }

    .about--contact a {
      font: 16px 'Haas Grot Disp 55 Roman', sans-serif;
      color: rgb(243, 107, 32);
      text-decoration: none;
    }

    .video--small {
      margin-top: 2rem;
      display: flex;
      flex-flow: row;
      justify-content: center;
      align-items: center;
    }

    .video--small img {
      width: calc(100vw - 6rem);
    }

    .footer {
      display: flex;
      flex-flow: column;
      margin: 3rem 2rem 1rem 2rem;
      padding-top: 1rem;

      color: black;
      font-family: 'Haas Grot Disp 55 Roman', sans-serif;
      font-weight: 300;
      border-top: black solid 2px;
    }

    .foot p {
      padding-left: .5rem;
      text-decoration: none;
      line-height: 1.2;

    }
}
  /*----------------------
  -----END SMALL SCREENS-----
  ----------------------*/


  /*----------------------
  ------MEDIUM SCREENS------
  ----------------------*/
  @media all and (min-width: 500px) and (max-width: 900px){

    .video--small {
     display: none;
    }

    .roundlogo{
      display: flex;
      flex-flow: row;

      align-items: center;
      margin-left: 32rem;
      margin-top: -15rem;
      overflow: hidden;

      z-index: 999;

      /*margin-top: 30rem;*/
    }

    .roundlogo img{
        width: 50vw;
    }

    .hero {
      height: 62.75vh;
      width: 100%;
      background-color: #000;

    }
    .logo {
      padding-top: 1rem;
      padding-left: 1rem;
    }
    .logo img {
    height: 2rem;
    width: auto;
    }

    .intro {
      color: white;
      margin: 1rem;
      width: calc(100vw * (2/3));
      z-index: -666
      margin-top: 5rem;

    }
    .intro h1{
      padding-top: 1rem;
      padding-right: .5rem;
      font-family: 'Haas Grot Disp 55 Roman', sans-serif;
      font-size: 36px;
      border-top: 5px solid rgb(243, 107, 32);
      letter-spacing: 1.75;
    }

    .intro p {
      font-family: 'Haas Grot Disp 55 Roman', sans-serif;
      padding-right: 6rem;
      font-size: 18px;

    }

    .CTA {
      margin-bottom: 5rem;
      margin-left: 1rem;
    }

    .CTA a:hover {
      color: lightgray;
      transition: color 375ms ease;
    }
    .CTA p {
      font-family: 'NeueHaasGroteskText Pro Md', sans-serif;
      color: #fff;
      font-size: 14px;

    }

    .CTA p a {
     text-decoration: none;
     color: rgb(243, 107, 32);
    }


    .video--big {
      display: flex;
      flex-flow: row;
      justify-content: center;
      align-items: center;

    }

    .video--big img {
      width: calc(100vw * (1/2));
    }


    /*----- MID -----*/

    .mid {
      height: 40vh;
      display: flex;
      flex-flow: row;
      align-items: center;
      margin-top: 10rem;
    }

    .mid--left {
      width: calc(100vw * (1/2) - 2rem);
      margin: 1rem;
    }

    .mid--right {
      width: calc(100vw * (1/2));
    }
    .about {
      color: black;
      flex-flow: column;
      height: 25rem;

    }
    .about h1{
      width: 18rem;
      margin: 0;
      z-index: 999;
      padding-top: 1rem;
      font-family:'Haas Grot Disp 55 Roman', sans-serif;
      font-size: 34px;
      /*font-weight: 300;*/
      border-top: 5px solid rgb(243, 107, 32);
      letter-spacing: 1.75;
      line-height: 1.2;

    }

    .about p {
      display: block;
      padding-top: 1rem;
      font-family: 'Haas Grot Disp 55 Roman', sans-serif;
      width: 18rem;
      font-size: 16px;
      line-height: 1.8;
      letter-spacing: 1;

    }
    .about--contact {
      display: none;
    }
    .bigabout--contact {
    }

    .bigabout--contact a:hover {
      color: lightgray;
      transition: color 375ms ease;
    }

    .bigabout--contact a {
      font: 16px 'Haas Grot Disp 55 Roman', sans-serif;
      color: rgb(243, 107, 32);
      text-decoration: none;

    }

    .video--big {
      margin-right: 2rem;
      margin-top: -8rem;
    }

    .video--big img {

    }
    /*----- MID END -----*/

    .footer {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    height: 15vh;

    color: black;
    font-family: Helvetica;
    border-top: solid 4px lightgray;
    font-weight: 300;

    }

    .foot {
    width: calc(100vw * (1/3) - 8rem);
    }

    .foot--left {
      margin-left: 2rem;
    }

    .foot--mid {
      /*margin-left: -.5rem;*/
    }

    .foot--right {
      margin-right: 2rem;
      text-align: right;
    }
  }

/*----------------------
----END MEDIUM SCREENS----
----------------------*/



/*----------------------
------LARGE SCREENS-------
----------------------*/
@media all and (min-width: 900px) {


  /*----HERO-----*/
  .video--small {
   display: none;
  }
  .roundlogo img {
    display: none;
  }
  .hero {
    display: flex;
    flex-flow: column;
    align-items: left;
    justify-content: center;
    background: url('assets/Background.png') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    width: auto;
    overflow: hidden;
  }

  .hero-in {
    margin-left: 10rem;
  }

  .logo {
    padding-top: -3rem;
    z-index: 2;
    top: 0;
  }

  .logo img {
    width: auto;
    height: 3rem;
  }
  .intro {
    color: white;
    display: block;
    margin-top: 5rem
  }
  .intro h1{
    width: 18rem;
    height: 10rem;
    padding-top: 2rem;
    font-family: 'Haas Grot Disp 55 Roman', 'Helvetica Neue',sans-serif;
    font-size: 56px;
    border-top: 5px solid rgb(243, 107, 32);
    letter-spacing: 1.4;
  }

  .intro p {
    padding-top: 4rem;
    font-family: 'Haas Grot Disp 55 Roman', 'Helvetica Neue',sans-serif;
    width: 20rem;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .75;
    font-weight: 300;
  }

  .CTA {
  }

  .CTA a:hover {
    color: lightgray;
    transition: color 375ms ease;
  }
  .CTA p {
    font-family: 'NeueHaasGroteskText Pro Md', sans-serif;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.1;
    font-weight: 500;
  }

  .CTA p a {
   text-decoration: none;
   color: rgb(243, 107, 32);
  }
  /*----HERO END-----*/


  /*----- MID -----*/

  .mid {
    height: 80vh;
    display: flex;
    flex-flow: row;
    align-items: center;
    margin: 0 10rem;
  }


  .mid--left {
    width: calc(100vw * (1/2));
  }

  .mid--right {
    width: calc(100vw * (1/2));
  }
  .about {
    color: black;
    height: 20rem;

  }
  .about h1{
    width: 18rem;
    z-index: 999;
    margin: 0;
    padding-top: 1rem;
    font-family: 'Haas Grot Disp 55 Roman', 'Helvetica Neue',sans-serif;
    font-size: 34px;
    font-weight: 300;
    border-top: 5px solid rgb(243, 107, 32);
    letter-spacing: 1.75;
    line-height: 1.2;

  }

  .about p {
    padding-top: 1rem;
    font-family: 'Haas Grot Disp 55 Roman', 'Helvetica Neue',sans-serif;
    width: 18rem;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .75;
    font-weight: 300;

  }
  .about--contact {
    display: none;
  }

  .bigabout--contact {

  }

  .bigabout--contact a:hover {
    color: lightgray;
    transition: color 375ms ease;
  }

  .bigabout--contact a {
    font: 16px 'Haas Grot Disp 55 Roman', sans-serif;
    color: rgb(243, 107, 32);
    text-decoration: none;

  }

  .video--big {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
  }

  .video--big img {
    height: 20rem;
    width: auto
  }
  /*----- MID END -----*/

  /*----- FOOTER -----*/

  .footer {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;

  color: black;
  font-family: 'Haas Grot Disp 55 Roman', sans-serif;
  border-top: solid 2px black;
  margin: 0rem 10rem 0rem 10rem;
  padding: 2rem 0;
  }

  .footer p {
    font-size: 12px;
    letter-spacing: .75;
    line-height: 1.5;
  }

  .foot {
  width: calc(100vw * (1/3) - 8rem);
  }

  .foot--left {
  }

  .foot--mid {
    padding-left: 2rem;
  }

  .foot--right {
    text-align: right;
  }

/*----- END FOOTER -----*/

}

/*----------------------
-----END LARGE SCREENS-----
----------------------*/




/*----------------------
-----DO NOT UN-COMMENT-----
----------------------*/


/*DEATH*/



/*----------------------
-----DO NOT UN-COMMENT-----
----------------------*/
