html, body {
      margin: 0;
      padding: 0;
      width: 100%;
}

body {
      font-family: "Helvetica Neue",sans-serif;
      font-weight: lighter;
      background: #000;
}


.banner {
      width: 100%;
      height: auto;
      background: url(img/twistscoverFINALFINAL.png);
      background-size: cover;
      background-position: top;
      background-clip: padding-box;

}

.banner2 {
      width: 100%;
      height: auto;
      background: url(img/illusions-cover-Recovered-Recovered.jpg);
      background-size: cover;
      background-position: center;
}

.banner3 {
      width: 100%;
      height: auto;
      background: url(img/banner.jpg);
      background-size: cover;
      background-position: center;
}

.banner4 {
      width: 100%;
      height: auto;
      background: url(img/RACING.png);
      background-size: cover;
      background-position: top;
}

.banner5 {
      width: 100%;
      height: auto;
      background: url(img/joe-blk-200.jpg);
      background-size: cover;
      background-position: center;
}
.banner6 {
      width: 100%;
      height: auto;
      background: url(img/twistscoverFINALFINAL.png);
      background-size: cover;
      background-position: center;
}

.video{

      margin: 300px auto 100px auto;
}

.video2{

      margin: 200px 0px 0 0;
}
.video3{

      margin: 300px 0px 0 0;
      }

.text{

      margin: 350px 0px 0 0;
}

.text h2{

      font-size: 50px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px
}

.text p, .text p a{

      font-size: 20px;
    color: #fff;
}

.text2{

      margin: 250px 0px 0 0;
}

.text2 h2{

      font-size: 50px;
    color: #fff;
    font-weight: 600;
     padding-bottom: 20px
}

.text2 p, .text2 p a{

      font-size: 20px;
    color: #fff;
}

.text3{

      margin: 250px 0px 0 0;
}

.text3 h2{

font-size: 50px;

color: #000;

font-weight: 600;

padding-top: 225px;

padding-bottom: 20px;
}

.text3 p, .text3 p a{

font-size: 20px;

font-weight: 400;

padding-bottom: 20px;

color: #000;
}

.logo img {
      position: absolute;
      float: left;
      left: 0;
      right: 0;
      top: 0;
      margin: 15px auto;
      width: 100px;
}

nav {
      position: fixed;
      width: 100%;
      line-height: 60px;
      z-index: 2;
      margin-top: 0;
      transition: .5s;
}

nav ul {
      line-height: 100px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: left;
      margin: 0;
      padding-right: 40px;
      transition: 1s;
}
nav.black{margin-top: -20%;}


nav ul li {
      display: inline-block;
      padding: 16px 40px;;
}

nav ul li a {
      color: #fff;
      font-size: 18px;
      font-weight: 300;
      text-transform: uppercase;
}

nav ul li a:hover{

      color: #ffff;
}
.menu {
      color: #fff;
}
.menu-icon {
      line-height: 60px;
      width: 100%;
      background: #fff;
      text-align: right;
      box-sizing: border-box;
      padding: 15px 24px;
      cursor: pointer;
      color: #fff;
      display: none;
}
footer .social a{color: white;font-size: 20px;padding: 0 4px;transition: .3s;cursor: pointer;}
footer .social a:hover{color: blue;}
footer p{text-align: right;}
@media(max-width: 786px) {
      nav.black{margin-top: -25%;}

      .logo {
            position: static;
            top: 0;
            margin-top: -1px;
      }
      .logo img{width: 60px;}
      .banner2{background-position: 16%;}

      nav ul {
            max-height: 0px;
            background: #fff;
      }

      nav.black ul {
            background: #fff;
      }

      .showing {
            max-height: 34em;
      }

      nav ul li {
            box-sizing: border-box;
            width: 100%;
            padding: 2px;
            text-align: center;
      }

      .menu-icon {
            display: block;
      }

}
