html, body {
  font-family: "futura-pt"; }

h1 {
  font-family: "futura-pt-condensed";
  text-transform: uppercase;
  font-size: 8rem;
  line-height: 6rem; }

h2 {
  font-family: "futura-pt-condensed";
  text-transform: uppercase;
  letter-spacing: .1rem; }

p {
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: .1rem; }

ul li {
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: .1rem; }

a:hover {
  text-decoration: none; }

.delay-05s {
  animation-delay: .5s; }

.delay-1s {
  animation-delay: 1s;
  z-index: 100 !important; }

.delay-15s {
  animation-delay: 1.5s; }

.mobile-nav img {
  width: 10%;
  position: absolute;
  top: 2.5em;
  right: 5%; }

.modal-nav {
  background: black; }
  .modal-nav ul li {
    text-align: center;
    margin-left: -2rem;
    list-style-type: none;
    font-family: "futura-pt-condensed";
    font-size: 5rem;
    text-transform: uppercase;
    letter-spacing: .5rem;
    margin-top: 5rem; }
  .modal-nav a {
    color: white;
    opacity: .5; }
  .modal-nav a:hover {
    opacity: 1; }

.modal-header img {
  width: 50%; }

.modal-dialog {
  max-width: 100%; }

.modal-body {
  background: black;
  color: white; }

.close {
  font-size: 4rem;
  position: relative;
  top: .2rem;
  right: 3rem;
  color: #fff;
  text-shadow: 0;
  opacity: 1; }

.modal-backdrop.show {
  opacity: 1;
  background: black; }

.modal-backdrop {
  z-index: 1; }

.modal-content {
  border-radius: 0px !important;
  border: 0px !important; }
  .modal-content div {
    border: 1px solid black; }

.modal-header {
  padding: 1rem 1rem;
  border-bottom: 0px !important;
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  background: #010101; }

.menu {
  position: relative;
  z-index: 2; }
  .menu .logo {
    top: 3rem;
    width: 20rem;
    left: 39%;
    position: absolute;
    color: white; }
  .menu .top-links ul {
    font-family: "futura-pt-condensed";
    position: absolute;
    color: white;
    z-index: 1;
    text-transform: uppercase;
    display: flex;
    list-style-type: none;
    right: 5%;
    top: 5rem; }
    .menu .top-links ul li {
      margin-left: 3rem; }
      .menu .top-links ul li a {
        color: #ffffff;
        letter-spacing: .5rem;
        font-size: 1rem; }
        .menu .top-links ul li a img {
          position: relative;
          top: -2rem;
          right: -3rem;
          width: 6rem; }
    .menu .top-links ul li:last-child a {
      margin-left: -4.5rem; }
  .menu .side-links ul {
    font-family: "futura-pt-condensed";
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    color: white;
    z-index: 1;
    text-transform: uppercase;
    display: flex;
    list-style-type: none;
    right: -5.5rem;
    top: 14rem; }
    .menu .side-links ul li {
      margin-left: 3rem; }
      .menu .side-links ul li a {
        color: #ffffff;
        letter-spacing: .5rem;
        font-size: 1rem; }

.menu-alt .logo {
  top: 3rem;
  width: 20rem;
  left: 39%;
  position: absolute;
  color: #010101;
  z-index: 1; }
.menu-alt .top-links ul {
  font-family: "futura-pt-condensed";
  position: absolute;
  color: #010101;
  z-index: 1;
  text-transform: uppercase;
  display: flex;
  list-style-type: none;
  right: 5%;
  top: 5rem; }
  .menu-alt .top-links ul li {
    margin-left: 3rem; }
    .menu-alt .top-links ul li a {
      color: #010101;
      letter-spacing: .5rem;
      font-size: 1rem; }
      .menu-alt .top-links ul li a img {
        position: relative;
        top: -2rem;
        right: -3rem;
        width: 6rem; }
  .menu-alt .top-links ul li:last-child a {
    margin-left: -4.5rem; }
.menu-alt .side-links ul {
  font-family: "futura-pt-condensed";
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  color: #010101;
  z-index: 1;
  text-transform: uppercase;
  display: flex;
  list-style-type: none;
  right: -5.5rem;
  top: 14rem; }
  .menu-alt .side-links ul li {
    margin-left: 3rem; }
    .menu-alt .side-links ul li a {
      color: #010101;
      letter-spacing: .5rem;
      font-size: 1rem; }

.home {
  background-color: #010101; }
  .home .video {
    background-size: cover;
    height: 100vh;
    background-color: #010101; }
  .home .text h1 {
    font-family: "futura-pt";
    display: inline-block;
    position: relative;
    color: #ffffff;
    height: 100vh;
    font-family: "futura-pt";
    font-size: 3.5rem;
    line-height: 3.5rem;
    letter-spacing: .3rem;
    padding: 3rem;
    top: 12rem;
    text-transform: lowercase; }
  .home .arrow img {
    position: relative;
    top: -10rem;
    width: 10%;
    right: -82%; }

.page {
  margin-top: 15rem; }
  .page h1 {
    margin-bottom: 5rem; }

.page-header {
  font-size: 6rem;
  line-height: 6rem;
  letter-spacing: .5rem; }

.about .header-text {
  padding: 3rem 5rem;
  position: relative;
  top: 12rem; }
.about .image-1 {
  background-image: url("../images/top-img.jpg");
  background-size: 90%;
  background-repeat: no-repeat;
  height: 1000px;
  margin-top: -10px;
  position: relative;
  z-index: -1; }
.about .text {
  padding: 0rem 5rem 0rem 3rem;
  top: 15rem; }
.about .about-section-1 {
  background-color: #010101;
  color: white;
  padding: 10rem 0rem; }
  .about .about-section-1 .text-1 {
    padding: 0rem 4rem; }
    .about .about-section-1 .text-1 h1 {
      font-size: 6rem;
      line-height: 5rem; }
  .about .about-section-1 .image-2 {
    /*background-image: url("../images/crowd-img.png");*/
    background-size: 100%;
    background-repeat: no-repeat; }
	
	.about-section-2 {
		 padding: 5rem 0rem; 
	}
.about .about-section-2 h1 {
  font-size: 4rem;
  line-height: 4rem;
  padding: 5rem 0rem; }
.about .about-section-3 {
  padding: 1rem 0rem; }
  .about .about-section-3 .text-1 {
    padding: 0rem 4rem; }
    .about .about-section-3 .text-1 h1 {
      font-size: 6rem;
      line-height: 5rem; }
  .about .about-section-3 .image-3 {
    background-image: url("../images/liveevents_img.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 600px; }

.roster img {
  width: 100%;
  margin-bottom: 5rem; }
.roster .artists {
  margin: 4rem 2rem 4rem 8rem; }

.footer {
  padding: 6rem 0rem; margin-top:30px;}
  .footer ul {
    font-family: "futura-pt-condensed";
    text-transform: uppercase;
    display: flex;
    list-style-type: none; }
  .footer li {
    margin-left: 4.5rem; }
    .footer li a {
      color: #010101;
      letter-spacing: .7rem;
      font-size: 1rem; }
	  
	  .navicon {
		  position:fixed !important;
		  z-index:10;
	  }
	  
	  .video_contain {
	      position: absolute;
	      top: 0;
	      left: 0;
	      width: 100%;
	      height: 100%;
	      overflow: hidden;
	      z-index: 0;
	  }
	  
	  video {
	      display: block;
	      height: 100%;
	      min-width: 100%;
	      position: absolute;
	      top: 50%;
	      left: 50%;
	      transform: translate(-50%, -50%);
	      z-index: 1;
	  }

/*# sourceMappingURL=style.css.map */
