html {
  height: 100%;
  width: 100%;
}

/*holiday guide styling below*/

div#holiday-header {
  min-height: 350px;
  text-align: center;
  color: white;
  padding-top: 60px;
  background-image: url("https://intentionalist.com/wp-content/uploads/2018/11/Header_Main2.png");
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  /* -webkit-background-clip: cover; */
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
} 

div#holiday-guide-header {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  /* webkit-background-size: cover; */
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  text-align: center;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}

div.holiday-result-page-item {
  width: 49.7%;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

div.holiday-result-page-item article {
  margin-bottom: 20px;
}

div.holiday-back-link {
  display: table;
  min-height: 80px;
}

div.holiday-back-link a {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

div#holiday-guide-header img.header-snowflake {
  padding: 0px 40px;
  height: 30px;
}

div#holiday-guide-header h1 {
  font-style: italic;
  font-family: Georgia;
  font-weight: bold;
  font-size: 45px;
}

/* p#holiday-result-blurb {
  padding-top: 20px;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
} */

div#holiday-header h1 {
  font-style: italic;
  font-family: Georgia;
  font-weight: bold;
  padding-top: 40px;
}

div#holiday-header div#holiday-header-blurb {
  margin-top: 25px;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

div#holiday-header-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.active {
  display: block;
}

div#holiday-sections {
  margin-top: 20px;
  position: relative;
}

div#holiday-sections .tabs {
  border: 0px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

div#holiday-sections li.tabs-title {
  text-align: center;
}

div#holiday-sections li.tabs-title a.holiday-tab:hover {
  background-color: white;
}

div#holiday-sections .tabs-title > a[aria-selected="true"] {
  background-color: white;
}
div#holiday-sections a.holiday-tab {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5rem;
}

div#holiday-sections li.is-active img {
  display: inline-block !important;
  width: 15px;
}

div#holiday-sections li.columns:hover img {
  display: inline-block !important;
  width: 15px;
}

div#holiday-sections li.tabs-title img {
  display: none;
}

div#holiday-events {
  margin-bottom: 20px;
  text-align: center;
  min-height: 100px;
}

div#holiday-events h4.holiday-events-label {
  margin-top: 60px;
}

.holiday-events-label {
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 45px;
  color: gray;
  font-size: 17px;
}

div.image-wrapper a {
  color: black !important;
}

div#holiday-sections div.tabs-content {
  box-shadow: 0 0 3px #ccc;
  margin: 20px 7px 7px 10px;
}

div#holiday-sections div.tabs-content .tabs-panel {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

div.holiday-tab-content p {
  font-size: 14px;
}

div.holiday-tab-content div.inner-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover !important;
  transition: all 0.5s;
}

div.holiday-tab-content .columns:hover .inner-image,
div.holiday-tab-content .columns:focus .inner-image {
  transform: scale(1.1);
}

div.holiday-tab-content div.image-wrapper {
  height: 300px;
  max-height: 300px;
  overflow: hidden;
  background-color: white; /* fallback color */
  margin: 0px 10px 20px 10px;
}

div.holiday-tab-content div.row {
  padding-left: 0px;
  padding-right: 0px;
}

div.holiday-tab-content div.columns {
  padding: 0px;
}

div.square-label {
  text-align: center;
  background-color: rgba(255, 165, 0, 0.9);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 20%;
  display: table;
}

div.square-label span {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

div.inner-image {
  display: table;
}

div.inner-image div.square {
  outline: 1px solid orange;
  outline-offset: -10px;
  /*height: 100%;*/
  margin-left: auto;
  margin-right: auto;
  /*width: 60%;*/
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 20px;
}

div.square-label:hover {
  cursor: pointer;
}

@media only screen and (max-width: 40em) {
  div.holiday-result-page-item {
    width: 100% !important;
  }

  div#holiday-header {
    padding-top: 60px;
  }

  div#holiday-sections ul li {
    margin-bottom: 10px;
  }

  div#holiday-header div#holiday-header-blurb {
    width: 85%;
    font-size: 15px;
  }

  div#holiday-guide-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  p#holiday-result-blurb {
    max-width: 90%;
  }

  div#holiday-sections div.tabs-content .tabs-panel {
    max-width: 95%;
    padding-top: 30px;
  }

  div.row div.image-wrapper {
    margin-bottom: 20px;
  }

  div#holiday-guide-header img.header-snowflake {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
