body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

.fullBackground {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caption {
  font-size: 30pt;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px rgba(0,0,0,0.5);
  text-align: center;
}

#logo{background: #FFFFFF url("../img/logo_gas2.jpg") no-repeat center center;background-size: cover;width: 8rem;height: 8rem;position: absolute;margin-top: 2rem;margin-left: 2rem;}
#facebook{background: url("../img/square-facebook-512.png") no-repeat center center;background-size: cover;width: 1rem;height: 1rem;position: absolute;margin-top: 2rem;right: 2rem;}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.7);
  color: white;
  text-align: center;
    font-size: 8px;
}