
body, html {
  height: 100%;
  margin: 0;
}

.bg {
  /* The image used */
  background-image: url("background.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.50);
  background-blend-mode: multiply;
}

.logo {
    width: 200px;
    margin: 2%;
}

.caption {
    position: absolute;
    /* right: 20px; */
    top: 30%;
    width: 98%;
    text-align: center;
    color: #fff;
    padding: 1%;
	margin: auto;
    /* background-color: rgba(0, 0, 0, 0.3); */
}

.glf-button{
margin: 5% 1% 1% 1% !important;
}