body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
  }

  .bgimg-1, .bgimg-2, .bgimg-3 ,.bgimg-ind,.bgimg-gal,.bgimg-vid{
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
  }
  .bgimg-1 {
    background-image: url("/images/event.jpg");
    min-height: 100%;
  } 
  .bgimg-ind {
    background-image: url("/images/am.jpg");
  min-height: 400px;  }
  
  .bgimg-2 {
    background-image: url("/images/bus.jpg");
    min-height: 400px;
  }
  
  .bgimg-3 {
    background-image: url("/images/aj.jpg");
    min-height: 400px;

  }
  .bgimg-gal {
    background-image: url("/images/aj.jpg");
  height: 50%;  
  top: 10%; 
  padding-bottom: 10%;

  }
  .bgimg-vid {
    background-image: url("/images/pd.jpg");
  height: 50%;  
  top: 10%; 
  padding-bottom: 10%;

  }
  
  .caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #0300c2;
  }
  
  .caption span.border {
    background-color: #010c6d;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
  }
  
  h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #1d006e;
  }
  
  /* Turn off parallax scrolling for tablets and phones */
  @media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
      background-attachment: scroll;
    }
  }