body, html{
    position:relative;
    height:100%;
    width:100%;
    color:#000;
    background-color:#fff;
    font-family: 'Poppins', sans-serif;
}

a, a:hover, a:visited{
    color: #fff;
    cursor: pointer;
}
h1{
	font-weight:900;
	font-size: 80px;
	color: #fff;
	font-family: 'Monserat', sans-serif;
	margin-bottom: 40px;
}



/* VIDEO */
.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 0px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 1),rgba(0, 0, 0, 0),rgba(0, 0, 0, 1));
  /*background-color: black;
  opacity: 0.5;*/
  z-index: 1;
}
.wallpaper-top-image1{
    background: url(../img/bg-zenith.jpg) no-repeat center center ;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-color: #000000;
}
.wallpaper-top-image2{
    background: url("../img/bg-zenith2.jpg") no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.wallpaper-top-image3{
    background: url("../img/bg-zenith.jpg") no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.wallpaper-background-overlay-bottom {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0),rgba(0, 0, 0, 1));
  /*background-color: black;
  opacity: 0.5;*/
  z-index: 1;
}
.wallpaper-background-overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 1),rgba(0, 0, 0, 0),rgba(0, 0, 0, 0));

}
.wallpaper-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 1),rgba(0, 0, 0, 0) 30%,rgba(0, 0, 0, 1));
}
.wallpaper-background-overlay-both {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 1),rgba(0, 0, 0, 0),rgba(0, 0, 0, 1));

}
.wallpaper-dark-image{
    background: url(../img/bg-paramount.jpg) no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000000;
}
.wallpaper-light-image{
    background: url(../img/bg-paramount2.jpg) no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#logo-bottom {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    z-index: 3;
}
.logo-spacer{
	position:relative;
	margin: 0 auto;
	height:	550px;
	max-width: 550px;
}
.logo-spacer-sm{
	position:relative;
	margin: 0 auto;
	height:	700px;
	max-width: 1000px;
  /*max-width: 1000px;*/
}
.img-fluid-my {
    max-width: 100%;
    height: auto;
}
.img-transparent{
	opacity: 0.5;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 30px;
    height: 30px;

}
.control-bound{
	background: rgba(0,0,0,0.5);
}

/* NEW */
.navbar  {
  background-color: #efefef;
}
.navbar {
    background: none;
    margin-bottom: 0;
}

.navbar.scrolled {
    background-color: rgba(0,0,0,0.75) !important;
    transition: background-color 500ms linear;
}
.navbar-nav > li > a {
    margin: 0 3px 0 3px;
    color: #fff!important;
    background: none !important;
}
.navbar-nav > li > a{
    color: #fff;
    background: none !important;
    border-bottom: 2px solid transparent;
}
.navbar-nav > li > a.active {
    color: #fff;
    border-bottom-color: #dc3545;
}
.navbar-nav > li > a:hover {
    color: #fff;
    border-bottom-color: #fff;
}




.content-container{
    color:#dc3545;
    min-height: 100vh;
    padding: 40px 0 120px 0;
}


/* FOLD Stuff*/
.full-ht {
    height: 100vh;
    position: relative;
}
.yt-video-container{
	width: 80%;
}
#top-down {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -11px;
    cursor: pointer;
    z-index: 3;
}
.accent {
    background-color: #eee;
}
.accent-black {
    text-align:center;
    background-color: #000!important;
    color:#fff!important;
}


.hover-fade {
    color:#FFFFFF;
    opacity: 0.75;
    transition: all .25s;
}
.hover-fade.lighter {
    opacity:0.75;
}
.hover-fade:hover {
    opacity: 1;
}

.rounded-circle{
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
}
.rounded-circle img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	transition: 1s;
}
.rounded-circle img:hover{
	transform:scale(1.1);
	transition:1s;
}

.red{
    color:#dc3545;
}
.soc-logo{
    display: inline-block;
    margin:10px;
    vertical-align: middle;
}
.soc-logo a{
    color:#EEEEEE;
}
.thumbnail{
    border:none;
    background:none!important;
    text-align:center;
}
/*End FOLD Stuff*/

/* for YT-Videos*/
.responsive-video diframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
