.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-image: url('../images/TexturesCom_Skies0188_M.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
  padding-bottom: 100px;
  font-family: Goblin One, sans-serif;
}

.container {
  text-align: center;
  margin-top: 60px;
}

.heading {
  filter: drop-shadow(6px 7px 4px #662e91);
  color: #f7931f;
  text-align: center;
  font-family: Goblin One, sans-serif;
  font-size: 42px;
  line-height: 48px;
}

.image {
  margin-top: 20px;
  margin-bottom: 0;
}

.text {
  text-align: center;
  margin-top: 20px;
  font-family: Goblin One, sans-serif;
  font-size: 12px;
}

.image-2 {
  border-radius: 0;
}

.lightbox-link {
  border: 4px solid #f7931f;
}

.columns {
  margin-top: 10px;
  margin-bottom: 20px;
}

.textlink-head {
  color: #000;
  text-align: center;
  margin-top: 60px;
  font-size: 12px;
  display: block;
}

.textlink-head:hover {
  color: #f7931f;
}

.footer {
  color: #370061;
  margin-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.textlink {
  color: #000;
}

.textlink:hover {
  color: #f7931f;
}


