@charset "utf-8";
/* CSS Document */

.jumbotron {
  position: relative;
  overflow: hidden;
  background-color:black;
}
.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity:0.5;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}
.footer {
   
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #000000;
}

.bg {
  /* The image used */
  background-image: url("../images/bg.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 276px) {
  .jumbo_left_div {
	  width: 80%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 45px;
   }
	.jumbo_right_div{
	  width: 100%; 	
	}
	.display-2 {
		font-size: 2.5rem;
		font-weight: 500;
	}
}

@media (min-width: 768px) {
  .jumbo_left_div {
	  float: left;
	  width: 30%;
   }
	.jumbo_right_div{
	   float: right;
	   width: 70%; 
		margin-top: 50px;
	}
	#grad1 {
   margin-top: 35px;
   height: 165px;
   background-repeat: 	no-repeat;
   background-image: url("../images/dgt-evolution-footer.png");
   background-position: center center;
   background-size: 50% ;
}
}

@media (min-width: 992px) {
  .jumbo_left_div {
	  float: left;
	  width: 30%;
   }
	.jumbo_right_div{
	   float: right;
	   width: 70%;
		margin-top: 50px;
	}
	#grad1 {
   margin-top: 35px;
   height: 265px;
   background-repeat: 	no-repeat;
   background-image: url("../images/dgt-evolution-footer.png");
   background-position: center center;
   background-size: 50% ;
}
}

@media (min-width: 1200px) {
  .jumbo_left_div {
	  float: left;
	  width: 30%;
	  
   }
	.jumbo_right_div{
	   float: right;
	   width: 70%;
		margin-top: 50px;
		
	}
	.container text-white{
		width: 80vw	!important;
	}
	#grad1 {
   margin-top: 35px;
   height: 365px;
   background-repeat: 	no-repeat;
   background-image: url("../images/dgt-evolution-footer.png");
   background-position: center center;
   background-size: 50% ;
}
}
