.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;
  }
}

a {
  color: #c50a26;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.container {
  z-index: 10;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 4vw;
  line-height: 75px;
  display: block;
}

.tagline {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.photobg {
  z-index: 0;
  opacity: .08;
  max-width: none;
  display: block;
  position: fixed;
  inset: 0%;
}

.photo04 {
  opacity: 1;
  background-image: url('../images/SilverDollarCity_01.jpg');
  background-position: 50% 66%;
  background-size: cover;
  max-width: none;
  display: block;
  position: fixed;
  inset: 0%;
}

.photo01 {
  background-image: url('../images/SilverDollarCity_02.jpg');
  background-position: 33% 78%;
  background-size: cover;
  max-width: none;
  position: fixed;
  inset: 0%;
}

.photo02 {
  opacity: 1;
  background-image: url('../images/Dollywood_01.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  display: block;
  position: fixed;
  inset: 0%;
}

.photo03 {
  opacity: 1;
  background-image: url('../images/DisneyCruise_01.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  display: block;
  position: fixed;
  inset: 0%;
}

.socialicons {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding-top: 13px;
  display: flex;
}

.image {
  opacity: .85;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
}

.image-2 {
  max-width: 50%;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  min-width: 50px;
  display: block;
}

.votereminder {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #1b365d;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.code-embed {
  flex: 0 auto;
  margin-bottom: 0;
}

.text-block-2 {
  opacity: .5;
  color: #fff;
  width: 100%;
  font-size: 8px;
  font-weight: 400;
  line-height: 10px;
}

@media screen and (max-width: 479px) {
  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 60vh;
    inset: 0%;
  }

  .text-block {
    font-size: 14vw;
    line-height: 14vw;
  }

  .tagline {
    text-align: center;
    width: 75%;
  }
}


