html, body {
    padding: 0px;
    margin: 0px;
}

html {
    overflow: hidden;
}

body {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 1px;
    -webkit-perspective: 1px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

div.parallax {
    width: 100vw;
    height: 70vh;
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

div.parallax:after {
    background-image: url("/img/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    content: "";
    transform: translateZ(-1px) scale(2);
    -webkit-transform: translateZ(-1px) scale(2);
}

h1 {
    width: 60%;
    font-family: "Arial";
    font-size: 100pt;
    color: #222;
    text-align: right;
    padding: 20vh 175px;
    margin: 0px;
    float: right;
}

div.content-outer {
    width: 100%;
    background-color: rgb(255, 255, 255);
    perspective: 2px;
    -webkit-perspective: 2px;
}

div.content-inner {
    width: 1200px;
    font-family: "Arial";
    font-size: 13pt;
    color: #333;
    line-height: 1.40em;
    padding: 50px 20px;
    margin: 0px auto;
    display: block;
}

@media (max-width: 768px) {
    h1 {
        width: 88%;
        font-size: 50pt;
        padding: 10vh 20px;
        float: none;
    }

    div.content-inner {
        width: 80%;
        text-align: justify;
        padding: 20px 0px;
    }
}
#navigation {
    background-color: white;
    display: block;
    width: 100%;
    height: 12px;
  }
  
  #navigation-container {
    float: left;
    margin-left: 0px;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #fff;
    height: 50px;
    border-bottom-right-radius: 20px;
  }
  #navigation-container li {
    list-style: none;
    float: left;
    padding-right: 20px;
    margin-top: -9px;
  }
  #navigation-container li a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    text-transform: uppercase;
  }
  #navigation-container li a:hover {
    color: #a5aaae;
  }
  #navigation-container img:hover {
    opacity: 0.5;
    transition: all 0.2s ease-in-out 0s;
  }
  
  #navigation-container img {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
  }
  .enterstore {
    border: 1px solid black;
    background-color: black;
    display: block;
    height: 32px;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    width: 300px;
  }
  
  .enterstore:hover {
    background-color: white;
    color: black;
  }
  
  #social {
    display: block;
    float: right;
    height: 30px;
    top: 0;
    margin-top: -1px;
    width: 400px;
    position: sticky;
    z-index: 100;
    background-color: #fff;
  }
  
  #social li {
    float: left;
    list-style: outside none none;
    margin-right: 0px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-top: 7px;
  }
  
  #social li:last-child img {
    margin-left: -7px;
    margin-top: -1px;
    width: 20px;
  }
  
  #social img:hover {
    opacity: 0.5;
    transition: all 0.2s ease-in-out 0s;
  }
  
  #social img {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
  }
  #btns {
    float: right;
    margin-top: -60px;
  }
  
  #btns img {
    width: 125px;
  }
  
  #video {
    max-width: 960px;
    margin: 0 auto;
    direction: block;
    width: 90%;
    padding-bottom: 50px;
  }
  
  #video iframe {
    width: 100%;
  }
  #footer {
    width: 100%;
    margin: 0 auto;
    background: white;
    color: black;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 13px 0px 10px 0px;
    letter-spacing: 3px;
    margin-top: 50px;
  }
  #footer-content {
    max-width: 960px;
    margin: 0 auto;
    height: 50px;
  }
  
  .logos {
    list-style: none;
    margin-left: -50px;
  }
  
  .logos img {
    max-width: 50px;
    float: left;
    padding: 10px;
  }
  #privacy {
    margin-top: 5px;
    text-align: center;
    font-size: 10px;
  }
  
  #privacy a {
    color: #fff;
  }
  #singletext {
    width: 300px;
    margin: -10px 20px!important;
    padding-top: 10px;
  }
  
  #singletext img {
    max-width: 100%;
    margin-top: 30px;
  }
  #CAT {
    width: 600px;
    padding-top: 0px;
    padding-bottom: 40px;
    margin: 0 auto;
  }
  
  .call {
    width: 300px;
    display: block;
    background: black;
    margin: 0 auto;
    padding: 10px 0px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    color: #1850af;
  }
  
  .call:hover {
    background: #1850af;
    color: black;
  }
  
  #privacy {
    margin-top: 20px;
    text-align: center;
    font-size: 10px;
  }
  
  #privacy a {
    color: #fff;
  }
  
  .column {
    float: left;
    width: 50%;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  #youtubeVideos {
    color: #fff !important;
    margin: 30px 0px 0px 40px !important;
  }
  
  #youtubeVideos iframe {
    border: 0px !important;
    margin: 20px auto !important;
  }
  
  .new-album {
    text-align: center;
    background: url(/img/focus-ep.jpg);
    width: 562px;
    height: 565px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border: 15px solid #ffffff;
    margin: 15% auto; /* 15% from the top and centered */
  }
  
  #pre-order-home {
    margin-top: 360px;
  }

  /* START MORE MUSIC */
  #gear {
    max-width: 960px;
    width: 100%;
    height: 460px;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: white;
    border: 1px solid white;
  }
  
  #gear h3 {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin-top: 0px;
    padding-top: 30px;
  }
  #gear ul {
    height: 240px;
  }
  #gear li {
    list-style: none;
    float: left;
    width: 195px;
    display: block;
    text-align: center;
    /*margin-right: 25px;*/
  }
  
  #gear li:nth-child(4) {
    margin-right: 0px;
  }
  
  #gear li img {
    padding: 26px;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    max-width: 150px;
  }
  
  #gear li img:hover {
    transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: scale(1.1);
  }
  
  .enterstore {
    /*border: 1px solid black;*/
    background-color: black;
    display: block;
    height: 32px;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    width: 300px;
  }
  
  .enterstore:hover {
    background-color: white;
    color: black;
  }
    /* STOP MORE MUSIC */
  #fleft {
    margin-top: -3px;
  }

