* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.text-justify {
  text-align: justify;
}

p {
  font-size: 1.2em;
  padding-right: 15px;
}
h3 {
  font-size: 24px;
}
.main-content.tmop {
  height: 100vh;
  background: #f4f7f5;
}

.container.tmop {
  background: #f4f7f5;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2em 1fr 3em;
  grid-template-rows: 2em 1fr 2em;
  grid-row-gap: 1em;
  grid-template-areas:
    "header header."
    ". col1 ."
    ". . . ";
}
.section-group {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "dottedline dottedline"
    "tmopimg tmoptext";
  grid-column-gap: 1em;
}
#first {
  display: flex;
  flex-basis: 50%;
}
.dotted-underline {
  grid-area: dottedline;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.0625rem dotted silver;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.text-block-link {
  grid-area: tmopimg;
}

.text-block-wrapper {
  grid-area: tmoptext;
}

.text-block-wrapper > h4 {
  font-size: 1.2em;
}

.container.tmop p {
  font-size: 1em;
}
.container.tmop p.lead-heading {
  font-size: 1.4em;
}
.tmop-container blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.tmop-container cite {
  font-size: 0.9em;
}

.tmop-container blockquote .small:before,
.tmop-container blockquote footer:before,
.tmop-container blockquote small:before {
  content: "\2014 \00A0";
}
.tmop-container a {
  color: rgba(27, 26, 27, 0.8);
  font-size: 1.2em;
  text-decoration: none;
}

.tmop-container a:visited,
.tmop-container a:focus,
.tmop-container a:hover {
  color: rgba(78, 64, 80, 1);
}

article > h2 {
  align-content: center;
  margin-top: 3rem;
  border-bottom: 0.0625rem dotted #dfdfdf;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  color: #666;
}
.tmop-container {
  background: linear-gradient(to top, #4e4050, rgba(27, 26, 27, 0.8)),
    url(../../../images/magnetite.jpg) center no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.tmop-container img {
  padding: 1em;
}

#col-1 {
  grid-area: col1;
}
#col-2 {
  grid-area: col2;
}
#photos-tmop-1 {
  display: flex;
}
#photos-tmop-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1em;
  grid-template-areas: "tmop-2-1 tmop-2-2";
}
#tmop-2-1 {
  grid-area: tmop-2-1;
}
#tmop-2-2 {
  grid-area: tmop-2-2;
}
#photos-tmop-3,
#photos-tmop-4,
#tmop-5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1em;
}

h1 {
  margin: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 2em;
}
h2,
h3 {
  text-align: center;
  vertical-align: middle;
}

.h3,
h3 {
  font-size: 24px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
b,
strong {
  font-weight: 700;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.center {
  text-align: center;
}
.center-links > a {
  padding-left: 2em;
  padding-right: 2em;
}
section {
  padding: 1em;
}
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}
a {
  color: #4e4050;
  text-decoration: none;
}
.tmop p.lead-heading-text {
  color: #666;
  font-size: 1.5em;
}
.sub-heading p {
  color: #666;
}
.sub-heading iframe {
  width: 600px;
  height: 400px;
}
p.section-para {
  padding-top: 2em;
}
#press-quotes {
  margin-top: 5em;
}
header,
.opera-image {
  padding: 20px;
}
.listen-text {
  text-align: justify;
  color: #333;
  font-size: 1.1em;
}
.more-text {
  text-align: justify;
  color: #333;
  font-size: 1.1em;
}

.p-spacing {
  margin-bottom: 1em;
}
.p-nomargin {
  margin: 0;
}
.more {
  padding-right: 1em;
  font-size: 1.2em;
}
@media screen and (min-width: 2400px) {
  .container.tmop {
    width: 55%;
  }
}

@media (max-width: 1024px) {
  .container.tmop {
    display: grid;
    width: 100%;
    grid-template-columns: 5% 1fr 5%;
  }
  .heading-orchestral-categories {
    font-size: 1.2em;
  }
  .sub-heading iframe {
    width: 600px;
  }
  p.section-para {
    padding-top: 0em;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .container.tmop {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .container.tmop {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #first {
    flex-direction: column;
    flex-basis: 100%;
  }
  .sub-heading iframe {
    width: 100%;
  }
  p.section-para {
    padding-top: 2em;
  }
}
