body {
  background-image: url("/assets/img/mosque.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  color: white;
}
#light_bg {
  padding: 7px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.3);
}
#light_bg p:last-child {
  margin-bottom: 0;
}
p#info {
  font-size: 16px;
}
h1 {
  font-size: 64px;
  font-weight: 800;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 54px;
    font-weight: 800;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 44px;
    font-weight: 800;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 34px;
    font-weight: 600;
  }
}
footer {
  display: none;
}
