@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
@font-face {
  font-family: Space;
  src: url("../fonts/space.woff2") format("woff2"), url("../fonts/space.woff") format("woff");
}

@font-face {
  font-family: Bebas;
  src: url("../fonts/BebasNeue-Light.woff2") format("woff2"), url("../fonts/BebasNeue-Light.woff") format("woff");
}

@font-face {
  font-family: Agency;
  src: url("../fonts/AGENCYR.woff2") format("woff2"), url("../fonts/AGENCYR.woff") format("woff");
}

.container {
  width: 100%;
}

.page-container {
  width: 100% !important;
}

.col-6 {
  width: 100%;
}

.movie-title {
  font-family: "Agency", sans-serif;
  font-size: 3em;
  font-weight: 100 !important;
  padding-top: 10px;
  color: #666;
}

.player {
  width: 90% !important;
  height: 700px !important;
  left: 0;
  right: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.yellow-border {
  border: 2px solid #fce72f;
  border-right: #000;
}

.car-pic {
  display: block;
  height: 500px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3204fdba), to(#9907facc)), url("../images/bottomcar-small.jpg");
  background-image: linear-gradient(to right, #3204fdba, #9907facc), url("../images/bottomcar-small.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.my-max-width {
  max-width: 1225px;
  margin: auto;
}

.trans-black {
  background-image: -webkit-gradient(linear, left top, right top, from(#0000008c), to(#0000008f));
  background-image: linear-gradient(to right, #0000008c, #0000008f);
}

.album-title {
  font-size: 3.3em;
  color: #fce72f;
  letter-spacing: 1px;
}

.glasses-pic {
  display: block;
  height: 450px;
  background-image: url("../images/mobilegif-ani-300.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.live1 {
  display: block;
}

.live1-big {
  display: none;
}

.live2 {
  display: block;
}

.live2-big {
  display: none;
}

.live3 {
  display: block;
}

.live3-big {
  display: none;
}

.ramplogomain {
  display: block;
  height: 60px;
  background-image: url("../images/ramplogo600.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 20px;
}

.prime-logo {
  display: block;
  height: 80px;
  background-image: url("../images/primevideo600.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  margin-bottom: 30px;
}

.back1 {
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#181818f1), to(#292828)), url("../images/music-header-image-music.jpg");
  background-image: linear-gradient(to right, #181818f1, #292828), url("../images/music-header-image-music.jpg");
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
}

.hidden {
  display: none;
}

.watchnow-btn {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  background-color: #333;
  border: 2px solid #01B1EF;
  text-decoration: none;
  font-size: 1.5em;
  color: #fff;
}

.watchnow-btn:hover {
  background-color: #01B1EF;
  color: #fff;
}

.btn-contact, .btn-menu {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  background-color: #000;
  border: 2px solid #01B1EF;
  text-decoration: none;
  color: #fff;
  font-family: "Bebas", sans-serif;
  font-size: 2em;
  letter-spacing: .8px;
}

.btn-contact:hover, .btn-menu:hover {
  background-color: #01B1EF;
  color: #fff;
}

.btn-small {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  background-color: #000;
  border: 2px solid #01B1EF;
  text-decoration: none;
  color: #fff;
  font-family: "Bebas", sans-serif;
  font-size: 1.2em;
  letter-spacing: .8px;
}

.btn-small:hover {
  background-color: #01B1EF;
  color: #fff;
}

.btn {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #01B1EF;
  text-decoration: none;
  font-size: 1.5em;
  color: #01B1EF;
}

.btn:hover {
  background-color: #01B1EF;
  color: #fff;
}

.contact-btn p {
  font-size: 1.3em !important;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 2.2em;
  font-weight: 300;
}

.bebas {
  font-family: "Bebas", sans-serif;
  font-size: 2em;
  letter-spacing: 1px;
}

.bebas2 {
  font-family: "Bebas", sans-serif;
  font-size: 4em;
  letter-spacing: 1px;
  text-align: center;
}

div {
  font-family: "Open Sans", sans-serif;
}

.form-container {
  width: 80%;
  height: 400px;
  padding-left: 10%;
  padding-right: 10%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-top: 20px;
}

.pad40 {
  padding: 40px 40px;
}

.pad20 {
  padding: 20px 20px;
}

h1 {
  font-family: "Bebas", sans-serif;
  font-size: 3.2em;
  color: #666;
}

h2 {
  font-family: "Bebas", sans-serif;
  font-size: 2em;
  color: #fff;
}

.review-titles {
  font-family: "Bebas", sans-serif;
  font-size: 2.5em;
  color: #666;
}

html.sr .load-hidden {
  visibility: hidden;
}

html {
  font-size: 100%;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  background-color: #000;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  font-size: 0.75em;
  height: 100vh;
}

.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.row-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reverse-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.backgroundtile2 {
  height: 500px;
  position: relative;
  background: url(../images/bo_play_pattern2.png);
  background-repeat: repeat-x repeat-y;
  background-position: center top;
}

.backgroundtile1 {
  position: relative;
  background: url(../images/bo_play_pattern2.png);
  background-repeat: repeat-x repeat-y;
  background-position: center top;
}

@media screen and (min-width: 620px) {
  .back1 {
    display: block;
    background-image: -webkit-gradient(linear, left top, right top, from(#383838e7), to(#6b6a6bef)), url("../images/music-header-image-music.jpg");
    background-image: linear-gradient(to right, #383838e7, #6b6a6bef), url("../images/music-header-image-music.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .live1 {
    display: none;
  }
  .live1-big {
    display: block;
  }
  .live2 {
    display: none;
  }
  .live2-big {
    display: block;
  }
  .live3 {
    display: none;
  }
  .live3-big {
    display: block;
  }
  p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
    font-weight: 300;
  }
  .player {
    width: 90% !important;
    height: 600px !important;
    left: 0;
    right: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .col-6 {
    width: 50%;
  }
  .contact-btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .form-container {
    width: 30%;
    height: 350px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .car-pic {
    display: block;
    height: 450px;
    max-width: 1225px;
    margin: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#3204fdba), to(#9907facc)), url("../images/bottomcar-big.jpg");
    background-image: linear-gradient(to right, #3204fdba, #9907facc), url("../images/bottomcar-big.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .ramplogomain {
    display: block;
    height: 150px;
    background-image: url("../images/ramplogo768.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 800px;
    margin: auto;
  }
  .container {
    width: 50% !important;
  }
  .movie-title {
    font-size: 5em;
  }
  .glasses-pic {
    display: block;
    height: 300px;
    background-image: url("../images/websitebig768.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
  }
  .section-header {
    font-size: 3.0em !important;
    text-align: left !important;
    color: #666 !important;
  }
  .section-header span {
    color: #fff;
  }
  .section-header a {
    color: #999;
  }
  .section-header a:link {
    color: #999;
    text-decoration: none;
  }
  .section-header a:hover {
    color: #999;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .col-section-pictures {
    display: block;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
  }
  .col-section-pictures .img-100 {
    width: 98%;
    max-width: 250px;
    border-color: #000;
    border: 2px solid #000;
  }
  .col-section-desc {
    display: table;
    min-height: 250px;
    height: 100%;
    margin: auto;
    max-width: 235px;
    background-color: #000;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 1.0em;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    text-align: left !important;
  }
}

.col-section-desc {
  display: table;
  margin: auto;
  max-width: 335px;
  background-color: #000;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.0em;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 10px;
  text-align: left !important;
}

.col-section-pictures {
  text-align: center;
  min-width: 250px;
}

.col-section-pictures .img-100 {
  width: 98%;
  max-width: 350px;
  border-color: #000;
  border: 2px solid #000;
}

.col-section-pictures .img-100:hover {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}

.section-header {
  font-family: "Space", sans-serif;
  text-align: center;
  font-size: 4em !important;
  font-weight: 300;
  background: url(../images/bo_play_pattern2.png);
  background-repeat: repeat-x repeat-y;
  background-position: center top;
  color: #666;
}

.section-header span {
  color: #fff;
}

.row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reverse-row {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

@media screen and (min-width: 621px) {
  h1 {
    font-family: "Bebas", sans-serif;
    font-size: 4em;
  }
  .section-header {
    font-size: 3.0em !important;
    color: #b4b2b2;
  }
  .section-header span {
    color: #fff;
  }
}

@media screen and (min-width: 881px) {
  .topnav a {
    float: right;
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 30px !important;
    vertical-align: middle;
    font-family: "Bebas", sans-serif;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 782px) {
  .player {
    width: 90% !important;
    height: 700px !important;
    left: 0;
    right: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .bebas {
    font-family: "Bebas", sans-serif;
    font-size: 3em;
    letter-spacing: 1px;
  }
  .col-section-pictures {
    margin-left: 3px;
    margin-right: 3px;
  }
}

@media screen and (min-width: 992px) {
  .player {
    width: 90% !important;
    height: 800px !important;
    left: 0;
    right: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  body {
    background-image: url("../images/MAGICCIRCLE-big.jpg");
    background-repeat: repeat-y;
    background-position: center;
    background-size: cover;
  }
  .container {
    width: 25% !important;
  }
  .page-container {
    width: 100% !important;
  }
  .movie-title {
    font-size: 6em;
  }
  .glasses-pic {
    display: block;
    height: 354px;
    background-image: url("../images/websitebig992.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
  }
}

@media screen and (min-width: 1200px) {
  .row {
    max-width: 1225px;
    margin: auto;
  }
  .movie-title {
    font-size: 7em;
  }
  .glasses-pic {
    display: block;
    height: 354px;
    background-image: url("../images/websitebig1200.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
  }
  h1 {
    font-family: "Bebas", sans-serif;
    font-size: 4em;
  }
  .section-header {
    font-size: 4.0em !important;
  }
}

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #333;
  overflow: hidden;
  /* style the links */
}

.topnav .btn {
  display: inline-block;
  background-color: #ffff66;
  border-color: #fff;
  border: 2px solid #fff;
  font-weight: bold;
  border-radius: 20px;
  color: #D38D05;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1.4em;
}

.topnav span {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a {
  float: right;
  display: inline-block;
  color: #D38D05;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 60px;
  vertical-align: middle;
  font-family: "Bebas", sans-serif;
  letter-spacing: 1px;
}

.topnav .brand {
  float: left;
  font-family: "Space", sans-serif;
  padding-left: 10px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 20px;
  letter-spacing: -1px !important;
}

.topnav .brand:hover {
  background-color: #333 !important;
}

.topnav a:hover {
  background-color: #ffbb00;
  color: black;
}

.topnav a.active {
  background-color: #ffbb00;
  color: #000;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 880px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    color: #D38D05;
    font-size: 25px !important;
  }
  .topnav span {
    display: inline-block;
    margin: auto;
    margin-top: 5px;
    text-align: center;
    max-width: 400px;
  }
  .topnav.responsive {
    position: fixed;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
}
/*# sourceMappingURL=main.css.map */