div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, strike, strong, sub, sup, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
figure, figcaption, footer, header, nav, section {
  font-family: "Pathway Extreme", sans-serif;
}

html, body {
  scroll-behavior: smooth;  
}

body {
  background-image: url("/amusing-musical-musings/img/amm_bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

header {
  margin: 0 auto;
  max-width: 1340px;
  text-align: center;
}

header > h1 {
  border-bottom: 1px solid #2A2421;
  color: #2A2421;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1.5px;
  line-height: 36px;
  margin: 0 auto 1.6rem;
  padding: 30px 0 15px;
  text-align: left;
  width: calc(100% - 60px);
}

header > h2 {
  margin-bottom: 2.6rem;
  margin-top: 0;  
  letter-spacing: -0.5px;
  font-weight: 900;
  text-align: left;
  text-indent: 30px;
}

.content {
  margin: 0 auto;
  max-width: 1340px;  
}

.content .blurb {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.content .blurb:not(:nth-of-type(4)) {
  border-bottom: 1px solid #2A2421;
  margin-bottom: 50px;
  padding-bottom: 30px; 
}

.content .blurb-img {
  margin-left: 30px;
  width: 30%;
}

.content .blurb-img .blurb-img-cover {
  width: 67.5675%;
}

.content .blurb-img .blurb-img-disc {
  width: 32.4324%;
}

.content .blurb-img .blurb-img-inner {
  display: flex;
}

.content .blurb-text {
  margin-right: 30px;
  width: calc(65% - 30px);
}

.content .blurb-text a {  
  color: #2A2421;
  border-bottom: 1px solid #384244;
}

.content .blurb-text a:hover {
  border-bottom-color: transparent;
}

.content .blurb-text p {
  font-size: 18px;  
}

.content .blurb-text h3 {
  font-size: 28px;
  line-height: 36px;
  margin-top: 0;
  font-weight: 900;
  letter-spacing: -0.5px; 
}

.content .blurb-text h3 a {
  border-bottom: 1px solid #384244;
  transition: all 0.3s cubic-bezier(0.53, -0.07, 0.43, 1.04);  
}

.content .blurb-text h3 a:hover {
  border-bottom-color: transparent;
}

.content .blurb-text blockquote {
  border-left-color: #D54C39;
  font-style: italic;
}

.content .footnotes {
  background-color: #2A2421;
  color: #fff;
  padding: 30px;
}

.content .footnotes p {
  font-size: 18px;
  font-weight: 600;
}

.back-to-top {
  align-items: center;
  background-color: #55A0B4;
  bottom: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  color: #fff;
  position: fixed;
  height: 45px;
  width: 45px;
  right: 30px;
  transition: background-color 0.3s cubic-bezier(0.53, -0.07, 0.43, 1.04);
}

.back-to-top:hover {
  background-color: #2A2421;
}

.back-to-top > span {
  font-size: 2rem;  
}

@media screen and (max-width: 992px) {
  .content .blurb {
    align-items: center;  
    flex-direction: column;
  } 
  
  .content .blurb-img {
    margin-bottom: 30px;
    margin-left: 0;
    max-width: 500px;
    width: 100%;
  }
  
  .content .blurb-text {
    margin-right: 0;
    width: calc(100% - 30px);  
  }
}

@media screen and (max-width: 767px) {
  .content .blurb-img {
    max-width: 325px;
  }
  
  .content .blurb-text h3 {
    line-height: 30px;  
  }
}