@charset "UTF-8";
/* CSS Document */

.video-section {
      position: relative;
      width: 100%;
      margin:0 0 0px 0;
      padding:0;
      overflow: hidden;
      transition-duration: .4s;
}

@media screen and (max-width: 2000px) {
	.video-section {
      height: 650px;
	}
}

@media screen and (max-width: 1180px) {
	.video-section {
      height: 530px;
	}
}

@media screen and (max-width: 875px) {
	.video-section {
      height: 450px;
	}
}

.video-section video {
    position: absolute;
  	width:100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.columns {
    position: relative;
}
.columns a {
  text-decoration: none;
  color:#fff;
}

.contentmobile a {
  text-decoration: none;
  color:#000;
}

.video-section header {
    position: relative;
    z-index: 4;
  	width:100%;
    text-align: center;
}
@media screen and (max-width: 2200px) { 
.vidcontent h2 {
  font-size: 65px;

}
}
@media screen and (max-width: 960px) { 
.vidcontent h2 {
  font-size: 35px;

}
}

.vidcontent {
    margin-bottom: 20px;
    padding: 25px 15%;
    color: white;
    margin-top: 220px;
      /*background-color: rgba(0, 0, 0, 0.4);*/

}

.mob-content {
		padding:0 0 20px 20px;
	}

.mob-content h1 {
	font-size:24px;
	padding-bottom:10px;
}

/* Under the hero copy */

@media (min-width:1120px) {
  .underherocopy {
    padding-top:20px;
  	font-size: 27px !important;
  	text-align:center;
  	font-weight:normal !important;
  	line-height: 1.6em !important;
  }
}


