/* hero */

.hero-img-mobile-container {
  display: none;
}
.hero-section {
  height: 40vh;
  width: auto;
  background-image: url(../img/tributes-plaza/banner.jpg);
  background-size: cover;
  background-position: top center;
  display: flex; -webkit-flex;
  flex-direction: row;
  justify-content: left;
}
.hero-container-img {
  display: flex; -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}
.hero-content-img {
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.hero-content-img img {
  margin: auto;
  height: auto;
  width: 100%;
}

/* container */

.container {
  background-color: #fff;
  background-size: cover;
  height: auto;
  padding-top: 2em;
  padding-bottom: 4em;
}
.container .main-content {
  margin: auto;
  display: table;
  width: 90%;
}
.container .mobile-content {
  display: none;
}

/*Sub-menu*/

.sub-menu {
  display: table-cell;
  text-align: right;
  vertical-align: top;
  padding-right: 1em;
  padding-top: 4em;
  width: 25%;
}
.sub-menu li {
  padding-top: 1.5em;
  padding-bottom: .2em;
  font-family: 'Merriweather', serif;
  font-size: calc(6px + .8vw);
  font-weight: 300;
  color: #1C3144;
  text-align: left;
  padding-left: 1em;
}
.sub-menu a {
  color: #1C3144;
}
.sub-menu a:hover {
  text-decoration: underline;
}
.sub-menu .side-header {
  color: #5a1807;
  font-family: 'Merriweather', serif;
  font-size: calc(10px + 1vw);
  font-weight: 700;
  padding-top: 1em;
  padding-left: 0em;
  border-style: none none solid none;
  border-width: 1px;
  text-align: left;
}

/* gallery */

.container .gallery {
  display: table-cell;
}
.container .gallery h1 {
  font-family: 'Merriweather', serif;
  font-size: calc(10px + 1vw);
  font-weight: 700;
  color: #5a1807;
  padding-top: .5em;
  padding-bottom: .25em;
  text-align: left;
  border-style: none none solid none;
  border-width: 1px;
}
.container .gallery img {
  float: right;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 3em;
}
.container .gallery .index:hover {
  opacity: .75;
}

/* content */

.container .main-text {
  display: table-cell;
  vertical-align: top;
  padding-left: 2em;
}
.container .main-text h1 {
  text-align: left;
  color: #5a1807;
}
.container .main-text h2 {
  font-family: 'Merriweather', serif;
  font-size: calc(10px + 1vw);
  font-weight: 700;
  font-style: italic;
  color: #1C3144;
  padding-top: .5em;
  padding-bottom: .25em;
}
.container .main-text p {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: calc(6px + .85vw);
  font-weight: 400;
  margin-top: 15px;
}

.container .main-text span {
  font-style: italic;
}
.container .main-text .inset {
  float: right;
  width: 40%;
  height: auto;
  padding: 1em;
  padding-top: 0em;
}
.container .main-text .inset img {
  width: 100%;
}

/*Smaller Media*/

@media (pointer:coarse) {
}
@media only screen and (max-width: 812px), screen and (max-width: 1024px) and (orientation: portrait) {
  .hero-section {
    background-image: url(../img/tributes-plaza/banner-mobile.jpg);
  }
  .container .sub-menu {
    display: none;
  }
  .container .main-text {
    padding-left: .5em;
    padding-right: .5em;
  }
  .container .main-text .inset {
    display: none;
  }
  .container .main-text h1 {
    text-align: center;
    font-size: calc(24px + 1.65vw);
    line-height: calc(24px + 1.5vw);
  }
  .container .main-text h2 {
    text-align: center;
    font-size: calc(12px + 1.4vw);
    line-height: calc(24px + 1.5vw);
  }
  .container .main-text p {
    font-size: calc(12px + 1.15vw);
    line-height: calc(24px + 1.5vw);
    font-weight: 400;
    text-align: left;
  }
  .container  .mobile-content {
      display: block;
  }
  .mobile-content .gallery {
    padding: 5em;
  }
  .mobile-content .gallery h1 {
    text-align: center;
    font-size: calc(24px + 1.65vw);
    line-height: calc(24px + 1.5vw);
    border-style: none none none none;
  }
  .mobile-content .links-mobile {
    padding-left: 10%;
    padding-right: 10%;
  }
  .mobile-content .side-header {
    padding-top: 1em;
    padding-bottom: .5em;
    font-size: calc(24px + 1.65vw);
    line-height: calc(24px + 1.5vw);
    font-weight: 700;
    color: #5a1807;
    border-style: none none solid none;
    border-width: 1px;
  }
  .mobile-content ul {
    margin: 0 auto;
  }
  .mobile-content li {
    font-family: 'Merriweather', serif;
    font-size: calc(12px + 1.15vw);
    line-height: calc(24px + 1.5vw);
    font-weight: 300;
    color: #1C3144;
    text-align: center;
    padding-top: .5em;
  }
  .mobile-content ul a {
    font-family: 'Merriweather', serif;
    font-size: calc(12px + 1.15vw);
    line-height: calc(24px + 1.5vw);
    font-weight: 700;
    color: #1C3144;
  }
  .mobile-content ul a:hover {
    text-decoration: underline;
  }
@media only screen and (max-width: 812px) and (orientation: landscape) {
  .hero-section {
    display: none;
  }
}
