/* Home Section and Navigation Menu */

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

/* Footer */

#footer2 {
	background: #000;
	width:100%;
	height:40px;
	position:fixed;
	padding: 0px;
	bottom:0;
	left:0;
	box-shadow: 0px;
	z-index: 2;
}

#footer2 h2 {
	float: center;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: white;
	padding: 10px;
    margin: 0px;
	font-weight: 600;
	line-height: 20px;
}

#footer2 a {
	text-decoration: none;
	color: white;
}

.custom_slider {
    padding-top: 200px;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.custom_slider h4 {
  text-shadow: 0px 0px 5px black;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
}

.custom_slider p {
  text-shadow: 0px 0px 5px black;  
	max-width: 570px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.custom-slider .text-content {
	text-align: left;
  	width: 75%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}