body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative; 
    opacity: 1; /*0.55;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-1 {  
    background-image: url("hg4.png");
    height: 100%;
}

.caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    color: #000;
}

.caption a.border {
    background-color: #3b3939;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}

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

  /* Full height */
  height: 100%;

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





