header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header 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%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.my-5{
	font-size:15px;
	
}


.my-5 h1{
	color:cadetblue;
}


.my-5 h2,h3{
	color:coral;
}


/*
@media (pointer: coarse) and (hover: none) {
  header {
    background: url('http://www.ecoviadovez.com/ecovia-tratada_M.jpg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}
*/




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
	
	
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

  /* .subbanner .col-xs-3 h3{
     font-size: 10px;
  }
    */

}

@media (min-width: 992px) {
	
	
  .featurette-heading {
    margin-top: 120px;
  }


  }
  
  
  @media (max-width: 992px) {
  .my-5{
  font-size:25px;}
  p{font-size:25px;}
  }
  
  
  
  
  

  
