/* lato-regular - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-ext-regular.woff2') format('woff2');
}
/* lato-700 - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-ext-700.woff2') format('woff2');
}
/* noto-serif-regular - cyrillic-ext_greek-ext_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-v22-cyrillic-ext_greek-ext_latin-ext-regular.woff2') format('woff2'); 
}
/* noto-serif-700 - cyrillic-ext_greek-ext_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-serif-v22-cyrillic-ext_greek-ext_latin-ext-700.woff2') format('woff2'); 
}
/* domine-regular - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Domine';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/domine-v20-latin-ext-regular.woff2') format('woff2');
}
/* domine-700 - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Domine';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/domine-v20-latin-ext-700.woff2') format('woff2');
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after { box-sizing: inherit; }

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul { list-style: none; }

img { max-width: 100%; height: auto; }

/* END RESET */

html {
  width: 100%;
  font-size: 100%;
}

body {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-weight: 400;
  color: #19180b;
  background-color: #fefdfd;
  -webkit-overflow-scrolling: touch;
  display: none;
  /* jQuery in autohandler will display the page on window load */
    animation-name: fadeIn; 
    animation-duration: 0.18s;
    animation-timing-function: ease-out;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

main {
  min-height: calc(60vh + 24rem);
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}

.nav-and-content {
  display: flex;
  flex-direction: row;
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fefdfd;
  background-color: #4d90c4;
  padding-top: 1rem;
}

b {
  font-weight: 700;
}

em {
  font-weight: 500;
  color: #0b664b;
}

sub {
  vertical-align: baseline;
  position: relative;
  top: 0.4em;
  line-height: 100%;
}

sup {
  font-weight: 700;
  color: #006680;
  /* move color into separate class for special cases? */
  vertical-align:text-top;  
  line-height: 100%;
}

th {
  text-align: center;
}

li {
  margin-top: 0.3em;
  padding-left: 2.5em;
  text-indent: -1.5em;
}
li::before {
  content: "\2022";
  font-weight: 700;
  color: #7e7e7e;
  padding-right: 0.5em;
}
li > p {
  text-indent: 0;
  margin-top: 0em;
}
li pre {
  text-indent: 0;
}
ul > ul li {
  padding-left: 4em;
  text-indent: -1.75em;
}
ul > ul > ul li {
  padding-left: 5.5em;
  text-indent: -2em;
}
ol {
  list-style-type: decimal;
  margin-left: 2rem;
}
ol li {
  padding-left: 2rem;
}
ol li::before {
  display: none;
}

.footer p {
  font-weight: 400;
  font-size: 1rem;
  padding-bottom: 2rem;
}

body::-webkit-scrollbar {
  width: .9rem;
}

body::-webkit-scrollbar-track { 
  background-color: hsl(51, 10%, 87%);
}
 
body::-webkit-scrollbar-thumb {
  background-color:  #7c8c98; 
  box-shadow: inset -.25rem -.25rem .33rem -1px hsla(0, 0%, 49%, 0.5);
}

body::-webkit-scrollbar-thumb:hover {
  background-color:#9e9b88; 
}

/* General classes */
.border-color {
  color: #0d314b;
}

.bold {
  color: #400080;
  font-weight: 700;
}

.casual {
  font-family: Comic Sans MS, Verdana, sans-serif;
  font-weight: 400;
  font-size: 9pt;
  line-height: 13.5pt;
  color: #0d314b;
  text-indent: 2em;
  margin-right: 14pt;
  margin-left: 14pt;
}

.em {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-style: oblique;
  font-weight: 700;
  font-size: 105%;
  line-height: 16pt;
  vertical-align: middle;
  background-color: #e0c0e0;
  margin-bottom: 3pt;
  padding-top: 3pt;
  padding-right: 2pt;
  padding-bottom: 3pt;
  padding-left: 3pt;
}

.endnote {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-size: 09.5pt;
  line-height: 11pt;
  color: #000080;
  margin-left: 14pt;
  margin-right: 14pt;
}

.highlite {
  color: #e82c2c;
}

.main {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}

.main h1,
.main h2 {
  padding: 1em 0 .75em 0;
}
.main h3,
.main h4 {
  padding: 1rem 0;
}
.main p {
  margin: .75em 0;
}
.main a:link {
  color: hsl(206, 55%, 52%);
}
.main a:visited {
  color: hsl(206, 18%, 52%);
}
.main a:hover {
  color: #f0d942;
  text-decoration: none;
}
.main a:active {
  color: #f0d942;
}

.plain {
  font-style: italic;
  font-weight: 400;
  font-size: 10pt;
  line-height: 13pt;
  color: #0d314b;
}

.prose {
  max-width: 62rem;
  padding: 10px;
}
.g-edit {
  max-width: 72rem;
}
.g-edit-wide {
  max-width: 80rem;
}

.bigtext {
  font-size: 1.4rem;
}

.qna {
  color: #9e9b88;
  font-family: 'Domine', 'Noto Serif', 'Times New Roman', serif;
  font-weight: 400;
  font-size: 2em;
  padding-right: .8em;
  line-height: 1;
}
.qs {
  font-size: 1.2em;
}

.shade {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-size: 12pt;
  line-height: 15pt;
  background-color: #f0f0d0;
  padding-right: 5pt;
  padding-left: 5pt;
}

.small {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 7.5pt;
  line-height: 9pt;
}

.start {
  color: #d00000;
  background-color: #004080;
}

/* Color-associated classes */
.blue {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-weight: 600;
  color: #180966;
}

.burg {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-weight: 600;
  color: #890703;
  margin-right: 14pt;
  margin-left: 14pt;
  line-height: 15pt;
}

.burgandy {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-weight: 600;
  color: #660760;
}

.green {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-weight: 600;
  color: #236600;
}

.red {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-weight: 600;
  color: #770006;
}

/* Element-associated classes */
.site-header {
  position: relative;
  top: 0;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.banner {
  position: relative;
  max-height: 20rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;    
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #f8f5e7;
  box-shadow: inset -.25rem -.25rem 1rem -.1rem hsla(50, 10%, 36%, 0.12);
}
.banner-background {
  position: absolute;
  width: 100%;
  height: 196px;
  background-image: url("../../images/Hirt4transp.png");
  background-repeat: no-repeat;
  background-position: right -0.8rem;
  background-size: 77vw;
  filter: blur(1px);
  opacity: 0.08;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.whats-new ul {
  margin-bottom: 2.5rem;
}
.whats-new ul::after {
  display: block;
  content: '';
  margin-top: 1rem;
  height: 1px;
  position: absolute;
  background-color: #7e7e7e;
  width: 85%;
}

.prev-yrs {
  font-size: 1.35rem;
}
.prev-yrs h3 {
  padding-bottom: 0;
  padding-top: 0.5rem;
}
.prev-yrs span {
  margin-left: 0.35rem;
  color: #7e7e7e;
}
.prev-yrs hr {
  border: 1px solid #c6c4b9;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.close-warning {
  position: absolute;
  box-sizing: content-box;
  color: #e82c2c;
  font-size: 2.5em;
  font-weight: 700;
  top: 0;
  right: 0;
  margin: 5px 8px;
  padding: 0 3px 3px 3px;
  line-height: .65;
  cursor: pointer;
  border: 3px solid #faf0ef;
  border-radius: 8px;
}

.cycle {
  padding: 15px;
}

.cycle h1 {
  font-family: 'Noto Serif', 'DejaVu Serif', 'Times New Roman', Verdana, serif;
  font-size: 2rem;
  padding-bottom: 0;
}
.cycle h2 {
  font-family: 'Noto Serif', 'DejaVu Serif', 'Times New Roman', Verdana, serif;
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
.cycle h2 span {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
}
.cycle h3 {
  padding: 1rem 0 0 0;
}

.sctr-links {
  background-color: hsla(49, 55%, 94%, 0.2);
  max-width: fit-content;
  padding: 0.6rem 1.1rem 0.8rem 1.2rem;
  margin: 0.25rem 0 0.75rem 2%;
  border: 1px solid hsl(49, 33%, 80%);
  border-radius: 0.75rem;
  box-shadow: 1px 1px 2px -1px #7e7e7e;
}
.sctr-links h4 {
  padding: 0;
}
.sctr-links > p {
  margin: 0 0 0 1.75rem;
  font-size: 1.1rem;
}
.sctr-links a {
  font-weight: 700;
}

.count {
  font-size:1.1rem;
}

.multi-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  content-visibility: auto;
  contain-intrinsic-size: 1px 1000px;
}
.multi-text > :first-child {
  margin-right: 5vw;
}

.display-text {
  font-family: 'Noto Serif', 'DejaVu Serif', 'Times New Roman', Verdana, serif;
  font-size: 1.2rem;
  line-height: 1.7;
}
.display-text h2 {
  font-weight: 700;
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.display-text pre {
  margin: 0;
}

.accept-terms {
  font-size: 1.1rem;
  margin: .5rem auto 2rem auto;
  font-weight: 400;
  color: #19180b;
  line-height: 1;
  padding: .4em 1.4em .3em .8em;
  box-sizing: border-box;
  border: 1px solid #c6c4b9;
  box-shadow: 1px 1px 2px -1px #7e7e7e;
  border-radius: .4em;
  background-color: #fdfdfa;
  background-image: linear-gradient(to top,hsla(205, 12%, 60%, .5), #fdfdfa 60%);
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.accept-terms:hover {
	border-color: #8c9ba5;
}

.monthly-options {
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
  font-weight: 400;
  color: #19180b;
  line-height: 1;
  padding: .4em 1.4em .3em .8em;
  box-sizing: border-box;
  border: 1px solid #c6c4b9;
  box-shadow: 1px 1px 2px -1px #7e7e7e;
  border-radius: .4em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fdfdfa;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to top,hsla(205, 12%, 60%, .5), #fdfdfa 60%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.monthly-options::-ms-expand {
	display: none;
}
.monthly-options:hover {
	border-color: #8c9ba5;
}
.monthly-options:focus {
	border-color: #c6c4b9;
	box-shadow: 0 0 2px 1px hsl(206, 56%, 60%);
	box-shadow: 0 0 0 2px -moz-mac-focusring;
	color: #19180b;
	outline: none;
}

.getting-started {
  max-width: 50rem;
  padding: 0 0.5rem;
}

.info-bar {
  z-index: 3;
  width: 100%;
  background-color: #3b6f96;
  opacity: 0.97;
  color: #f8f5e7;
  top: -1px;
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  padding: .3rem 0.5rem;
}

.intro-text {
  font-family: 'Domine', 'Noto Serif', 'Times New Roman', serif;
  font-weight: 400;
  font-size: 1em;
  text-align: center;
  max-width: 42rem;
  padding: 0;
  vertical-align: top;
  border: 2px solid hsl(52, 38%, 41%);
  outline: 1px solid hsl(52, 20%, 58%);
  outline-offset: 1.1rem;
  background-color: hsla(49, 56%, 94%, 0.4);
  margin: 3vw auto;
}
.intro-text p {
  padding: .6rem;
  margin: 0;
}
.intro-text span {
  display: inline-block;
}

.left-nav {
  z-index: 2;
  max-height: 97vh;
  overflow-y: scroll;
  scrollbar-width: none;
  position: -webkit-sticky;
  position: sticky;
  top: 2.45rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 320px;
  opacity: 1;
  visibility: visible;
  background-color: #3b6f96;
  padding: 0rem 1rem 0rem 1rem;
  color: #330000;
  border-top: .08rem solid #9e9b88;
  transition: width 0.5s ease, opacity 0.5s ease;
}

.left-nav::-webkit-scrollbar {
  display: none;
}

.left-nav::after {
  content: '';
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  height: 8vh;
  background: hsla(206, 44%, 41%, .9);
  background: -webkit-linear-gradient(top, transparent 0%, hsla(206, 44%, 41%, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, hsla(206, 44%, 41%, 1) 100%);
  display:inline-block;
  width: 100%;
}

.logo-box {
  display: inline-block;
  align-self: center;
  margin: 10px;
}

a.logo-home {
  position: relative;
  display: inline-block;
  background: radial-gradient(ellipse at 48% 45%, hsla(51,54%, 95%, .97) 40%, hsla(51,54%, 95%, 0) 100%);
  /* radial-gradient(ellipse at center, hsla(51, 54%, 95%,1) 55%,hsla(51,54%,95%,0.9) 65%, hsla(51,54%,95%,0.4) 75%, hsla(51,54%,95%,0) 90%); */
}
a.logo-home:after {
  content: ""; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.logo-large {
  width: 420px;
  height: auto;
  margin: calc(1rem + 2vh) calc(1.5rem + 2vw);
}

.logo-small {
  width: 300px;
  height: auto;
}

.login-button {
  display: none;
  align-self: flex-start;
  background: #fcf4c0;
  border: 1px solid #908641;
  box-sizing: border-box;
  border-radius: 8px;
  color: #19180b;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 1.5rem 2rem;
  cursor: pointer;
}

.login-btn-text {
  font-weight: 700;
  font-size: 1rem;
  padding: .5rem 1.5rem;
}

.menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  margin-right: 0.5rem;
  cursor: pointer;
}
.menu-toggle-text {
  font-size: 1rem;
  color: #f8f5e7;
  text-align: left;
  padding: 0 10px;
}

.mobile-menu-close {
  display: none;
  position: sticky;
  top: 1.5rem;
  left: 52%;
  box-sizing: border-box;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.5rem;
  padding: 0.7rem;
  color: #c6c4b9;
  cursor: pointer;
  border: #c6c4b9 1.5px solid;
  border-radius: 50%;
}

polygon.menu-arrow {
  fill: #f8f5e7;
  transform-origin: 52% 50% 0;
  transition-duration: 0.33s;
  transition-property: transform;
}
.menu-close-arrow {
  transform: rotate(90deg);
}

.nav-show {
  visibility: visible;
  opacity: .97;
  width: 320px;
  transition: width 0.5s ease-out, opacity 0.4s ease-out 0.3s, visibility 0s;
}
.nav-hidden {
  visibility: hidden;
  opacity: 0;
  width: 0;
  border-top: none;
  transition: width 0.4s ease-out 0.3s, opacity 0.5s ease-out, visibility 0.7s linear;
}

.notes {
  flex: 1;
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  max-width: 70em;
  content-visibility: auto;
  contain-intrinsic-size: 1px 500px;
}

.notes hr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  border: none;
}

.sc-checked {
  display: inline-block;
  font-size: 1.1rem;
}

.the-text {
  vertical-align: top;
}

.user-info {
  font-size: 1rem;
  font-weight: 400;
  color: #fefdfd;
  margin: auto .5rem;
  text-align: right;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap;
}

.copyright_status {
  color: #19180b;
  background-color: hsla(0, 0%, 80%, .65);
  padding-left: .13rem;
  padding-right: .15rem;
}

.context_message {
  color: #19180b;
  background-color: hsla(0, 100%, 50%, .4);
  padding-left: .13rem;
  padding-right: .15rem;
}

.unverified {
  display: inline;
  color: #19180b;
  background-color: hsla(0, 100%, 50%, .4);
  padding-left: .13rem;
  padding-right: .15rem;
  border-radius: 0.2rem;
}

.verified {
  display: inline;
  color: #19180b;
  background-color: hsla(120, 73%, 75%, .65);
  padding-left: .13rem;
  padding-right: .15rem;
  border-radius: 0.2rem;
}

.fuzzy_label {
  display: inline;
  color: #19180b;
  background-color: hsla(0, 0%, 80%, .65);
  padding-left: .13rem;
  padding-right: .15rem;
}

.red_label {
  display: inline;
  color: #19180b;
  background-color: hsla(0, 100%, 50%, .4);
  padding-left: .13rem;
  padding-right: .15rem;
}

.green_label {
  display: inline;
  color: #19180b;
  background-color: hsla(120, 73%, 75%, .65);
  padding-left: .13rem;
  padding-right: .15rem;
}

.somewhat_label {
  display: inline;
  color: #19180b;
  background-color: hsla(300, 60%, 35%, .75);
  padding-left: .13rem;
  padding-right: .15rem;
}

.placard {
  position: relative;
  max-width: 728px;
  margin: 1.5rem auto 1.5rem 10.5%;
}
#copyright-warning {
  animation: fadeIn 0.7s ease-out;
}
.warning {
  position: relative;
  display: block;
  max-width: 42em;
  max-height: 40em;
  margin: 1.5rem auto 1.5rem 10%;
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-size: 1.1rem;
  color: #19180b;
  border: 2px solid #e82c2c;
  border-radius: 5px;
  padding: 0px 10px;
  box-shadow: 2px 5px 10px 2px #999999;
  transition: opacity 0.4s ease-out, max-height 0.5s ease-out 0.3s, padding 0.5s ease-out 0.5s, border 0.5s ease-out 0.5s;
}
.warning span {
  display: inline-block;
}
.warning-top {
  display: inline-block;
  font-size: 1.2rem;
  color: #e82c2c;
  margin: 0;
}
h3.warning-top {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  padding: .6rem 0 0 0;
}

@keyframes DonateGradient {
  0% { background-position: 100% 50%; }
  70%{ background-position: 0% 50%; }
  100%{ background-position: 100% 50%; }
}

.fundraise-banner {
  box-sizing: border-box;
  line-height: 1.75rem;
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-size: 1.25em;
  color: #19180b;
  background-color: hsl(52, 91%, 91%);
/*  background: linear-gradient(55deg, #d2e8f9, #fffbdc); */
  background: linear-gradient(75deg, #ffeea8, #e1ffea);
  background-size: 200% 200%;
  will-change: background-position;
  animation: DonateGradient 15s ease-in-out infinite;
  border: 2px solid hsl(0, 10%, 65%);
  padding: 0.75rem 2em 0.5rem 0.75rem;
  transition: opacity 0.5s ease-in, max-height 1s linear, padding 0.5s ease-out 0.5s;
  max-height: 500px;
  opacity: 1;
}

.fundraise-banner a:link {
  color: hsl(206, 55%, 52%);
  text-decoration: none;
}

@keyframes colorCycle {
  0% { color: hsl(50, 87%, 46%); }
  30% { color: hsl(157, 62%, 47%); }
  70% { color: hsl(206, 74%, 52%); }
  100% { color: hsl(50, 87%, 46%); }
}

.fancy-headline {
  font-weight: 700;
  animation: colorCycle 10s linear infinite;
}

.hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
}

/* Styles for specific element-types */

a.email ins {
  display: none;
}

a:link {
  color: blueviolet;
  text-decoration: none;
}

a:visited {
  color: darkmagenta;
}

a:active {
  color: #e82c2c;
}

a:hover {
  color: #e82c2c;
  text-decoration: underline;
}

/* For the modify_artist authority-selection tool */
.authority-suggestion-item.selected {
    background-color: #e0e7ff;
    border-left: 3px solid #3b82f6;
}

.authority-source-label {
    font-size: 12px;
    color: #666;
    background-color: #f5f5f5;
    padding: 4px 8px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.authority-source-selector {
    margin-bottom: 10px;
}

.authority-source-selector label {
    margin-right: 8px;
    font-weight: bold;
}

.authority-source-selector select {
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
}



.g-edit form,
.g-edit-wide form {
  background-color: hsla(207, 38%, 77%, 0.18);
  border-radius: 2rem;
}

.g-edit input[type="submit"],
.g-edit-wide input[type="submit"] {
  background-color: #fcf4c0;
  border: 1px solid hsl(52, 38%, 41%);
  color: #19180b;
  font-size: 1em;
  margin: 0.6em;
  padding: .4em .6em .25em .6em;
  box-shadow: 1px 1px 8px -1px #7e7e7e;
  cursor: pointer;
}

.g-edit input[type="submit"]:hover,
.g-edit-wide input[type="submit"]:hover {
  background-color: hsl(52, 95%, 90%);
  box-shadow: 1px 1px 12px -1px #7e7e7e;
}

.g-edit td,
.g-edit-wide td {
  padding: 0.5em 0.75em 0.5em 1.25em;
  border-radius: 1rem;
}

.g-edit td:has(textarea:focus, input:focus, select:focus),
.g-edit-wide td:has(textarea:focus, input:focus, select:focus) {
  background-color: hsl(52, 77%, 94%);
}

td.propval {
  color: green;
}

table.person_lookup {
  border-spacing: 1px;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
}

td.person_lookup {
padding-top: 1px;
padding-bottom: 1px;
}

td.searchbox {
  width: 20%;
}

table.registrationTable {
  border-spacing: 2px 2px;
  text-align: left;
}

tr.registrationTR {
  width: 100%;
}

td.registrationTD1 {
  text-align: right;
  width: 20%;
}

td.registrationTD2 {
  text-align: left;
  width: 30%;
}

td.registrationTD3 {
  text-align: left;
  width: 50%;
}

table.text_list {
  border-spacing: 10px;
  width: 100%;
  border: 1px solid black;
}

table.ccq {
  border-spacing: 1.2rem;
  width: 100%;
  margin: auto;
}

table.ccq_inner {
  border-spacing: 5px;
}

td.ccq_td {
  vertical-align: top;
  border: 1px solid #19180b;
  text-align: center;
  padding: 10px;
  background-color: hsla(51, 54%, 95%, .6);
  border-radius: .4rem;
}
.ccq_td .ccq_td {
  background-color: #fefdfd;
}

.donate {
  border-spacing: 1.2rem;
  width: 42rem;
  margin: auto;
  margin-top: 1.5rem;
  border: 1px solid #19180b;
  text-align: center;
  padding: 10px;
  background-color: hsla(51, 54%, 95%, .6);
  border-radius: .4rem;
}

.letter-table {
  max-width: 60rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 5px;
}
.letter {
  border-radius: .25em;
  font-size: 2rem;
  text-align: center;
  padding: .4rem 0;
  margin: 2px;
  flex: 0 1 4rem;
  box-shadow: inset -1px -1px 5px -.1rem hsla(54, 37%, 10%, .5);
}
.letter-current {
  background: radial-gradient(ellipse at center, hsla(206, 38%, 77%, .18) 0%, hsla(206, 38%, 77%, .1) 100%);
  color: hsla(54, 37%, 10%, .75);
  font-weight: 400;
  box-shadow: inset -1px -1px 5px -.1rem hsla(54, 37%, 10%, 0.66);
}

a.letter:hover,
a.letter:active {
  background-color: hsla(52, 90%, 87%, .25);
  color: hsla(52, 85%, 60%, 1);
}

td.admin {
  text-align: right;
}

tr.disc_a {
  color: #e82c2c;
}

tr.disc_b {
  color: seagreen;
}

tr.change {
  color: #ea0dea;
}

table.diff {
  font-weight: 600;
  background-color: #f6ffff;
  border-style: solid;
  border-color: black;
  border-width: 3px;
  border-spacing: 20px 3px;
  padding-top: 2px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 3px;
}

.left-nav hr {
  border-top: 1px solid;
  border-color: #f8f5e7;
  margin: 5%;
}

.navCol {
  color: #330000;
  background-color: #3b6f96;
}

.nav-title {
  font-weight: 400;
  font-size: 1.2rem;
  color: #fefdfd;
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  letter-spacing: 0.08em;
  text-align: left;
  padding-top: 1.2em;
  padding-bottom: 0;
}

td.navTitle {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-weight: bold;
  padding-right: 6pt;
  padding-left: 6pt;
  font-size: 14pt;
  padding-bottom: 6pt;
  padding-top: 6pt;
  color: white;
  background-color: #0b5fef;
  text-align: right;
  vertical-align: middle;
}

a.navTitle {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-size: 1.1rem;
  color: white;
  background-color: #0b5fef;
  width: 100%;
}

.langline {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.0rem;
}

.orig {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #fefdfd;
  padding-bottom: .12em;
  padding-left: .2em;
}

.externlink {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-weight: 700;
  color: #fefdfd;
  background-color: hsla(0, 0%, 50%, 0.15)
  padding-right: .15em;
  padding-left: .15em;
  margin-right: .1em;
}

.tr {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-weight: 700;
  color: #fefdfd;
  background-color: hsla(206, 44%, 41%, .9);
  padding-right: .15em;
  padding-left: .15em;
  margin-right: .1em;
}

.textless_tr {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-weight: 700;
  color: #fefdfd;
  background-color: #b0c8db;
  padding-right: .15em;
  padding-left: .15em;
  margin-right: .1em;
}

.singable_tr {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-weight: 700;
  color: #fefdfd;
  background-color: hsla(52, 38%, 41%, .8);
  padding-right: .15em;
  padding-left: .15em;
  margin-right: .1em;
}

.example_tr {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-weight: 700;
  color: black;
  background-color: white;
  padding-right: .15em;
  padding-left: .15em;
  margin-right: .1em;
  border-radius: 0.2em;
  border: 0.05em solid black;
}

.nav-item {
  font-size: 1.2rem;
  letter-spacing: .01em;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  text-indent: 0;
  color: #c6c4b9;
  padding: 3px 5px 5px 1rem;
}

.nav-item::before {
  display: none;
}

.nav-item a {
  position: relative;
  color: #f8f5e7;
  text-decoration: none;
  display: inline-block;
}

.nav-item a:after {
  background: none repeat scroll 0 0 transparent;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #f8f5e7;
  transition: width 150ms ease 0s, left 150ms ease 0s;
  width: 0;
}

.nav-item a:link {
  color: #f8f5e7;
}

.nav-item a:hover:after {
  width: 100%;
  left: 0;
}

.nav-item a:visited {
  color: #c6c4b9;
}

.donate-options {
  column-gap: 2rem;
  max-width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.donate-options .donate-btn {
  margin-bottom: 1rem;
  padding-bottom: .45em;
}

.donate-page-btn a:hover:after {
  width: 0;
}

.donate-page-btn {
  display: block;
  font-size: 1.2em;
  font-family: Lato;
  font-weight: 400;
  line-height: 1em;
  padding: 0.45em 0.9em;
  margin: 0.25em auto;
  max-width: fit-content;
  border-radius: 0.2em;
  border: 0.05em solid hsl(52, 38%, 33%);
  background-color: hsl(52, 91%, 87%);
  box-shadow: 1px 2px 4px -1px #7e7e7e;
}
.donate-page-btn a:link {
  color: hsl(53, 10%, 25%);
}
.donate-page-btn:hover {
  background-color: hsl(52, 91%, 79%);
}
.donate-page-btn a:hover{
  text-decoration: none;
}
.donate-page-btn a:hover::before {
  display: none;
}
aside .donate-page-btn {
  background-color: hsl(52, 91%, 91%);
}
aside .donate-page-btn:hover {
  color: hsl(206, 38%, 25%);
  background-color: hsl(52, 91%, 85%);
  cursor: pointer;
}

.donate-btn {
  display:inline-block;
  padding:0.3em 1em;
  margin: 0.4em 0;
  border: .08em solid;
  border-color: hsla(0, 0%, 100%, .3);
  border-radius:2em;
  box-sizing: border-box;
  font-weight:400;
  font-size: 1em;
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  color: #f8f5e7;
  background-color: #5a9fd3;
  transition: all 0.33s;
  box-shadow: 1px 2px 4px -1px #7e7e7e;
}
.donate-btn a {
  text-decoration:none;
}
.donate-btn:hover{
  border-color: hsla(52, 38%, 41%, 1);
  background-color: #fcf4c0;
  color: #19180b;
}

aside form .donate-btn { 
  border-color: #908540;
  background-color: #fcf4c0;
  color: #19180b;
  font-size: 1em;
  margin-bottom: .6em;
  box-shadow: none;
  cursor: pointer;
}

.menu-width {
  display: inline;
}

.content {
  position: relative;
  top: 0;
  padding-left: 5rem;
  margin-top: 1rem;
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: flex-start;
  order: 0;
}

td.normalCell {
  background-color: white;
}

table.requester_string {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 7px;
}

table.license_string {
  width: 60%;
  margin: 1rem 20%;
  font-weight: 700;
  font-size: .9em;
  border: 1px solid black;
  background-color: hsla(51, 54%, 95%, 0.4);
  padding: .5rem 1rem;
}

.donations-card {
  display: none;
  background-color: #f9eceb;
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #19180b;
  border: 2px solid #e82c2c;
  border-radius: 10px;
  max-width: 30rem;
  text-align: center;
  margin: 2rem auto 3rem auto;
  padding: .4em .5em;
}

.donations-card a:link {
  color: hsl(53, 10%, 25%);
}
.donations-title {
  background-color: #e82c2c;
  color: #fffffe;
  font-weight: 700;
  font-size: 90%;
  text-align: left;
  padding-left: 10px;
  border: none;
  border-radius: 4px;
}
.donations-wide {
  margin-right: calc(15% + 24vw);
}

table.accounttable {
  border-spacing: 10px;
  border: 2px solid black;
  padding: 5px;
  width: 100%;
}

td.accounttd {
  vertical-align: top;
  border: 2px solid black;
}

td.bigTestingTitle {
  background-color: #e82c2c;
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding-right: 8pt;
  padding-left: 12pt;
  padding-bottom: 8pt;
  padding-top: 8pt;
  color: white;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

td.bigTitle {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  padding-right: 6pt;
  padding-left: 6pt;
  font-size: 20pt;
  padding-bottom: 6pt;
  padding-top: 6pt;
  color: white;
  background-color: #0b5fef;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}

td.smallTitle {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  padding-right: 6pt;
  padding-left: 6pt;
  font-size: 10pt;
  padding-bottom: 6pt;
  padding-top: 6pt;
  color: white;
  background-color: #0b5fef;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}

.wysiwyg-text {
  width: 700px;
  min-height: 250px;
  font-family: 'Noto Serif';
  font-size: calc(1.09rem * 1.05);
  letter-spacing: calc(-.025rem * 1.05);
  word-spacing: calc(-.035rem * 1.05);
  line-height: calc(1.43rem * 1.05);
  white-space: pre;
  padding-left: 4px;
  resize: vertical;
  overflow-y: auto;
}

.width-guide {
  background-image: linear-gradient(to right, hsla(120, 73%, 75%, .2) 535px, #fefdfd 165px);
}

.footer > p a:link {
  color: #fefdfd;
}

.footer > p a:hover {
  color: #fefdfd;
  text-decoration: underline;
}
.footer > p a:visited {
  color: #c6c4b9;
}

a.LiederBannerA:link {
  color: #fefdfd;
  text-decoration: none;
}

a.LiederBannerA:hover {
  color: #fefdfd;
  text-decoration: none;
}

a.LiederBannerA:visited {
  color: #fefdfd;
  text-decoration: none;
}

.user-info a:link {
  color: #fefdfd;
  text-decoration: none;
  white-space: nowrap;
}
.user-info a:hover {
  color: #fefdfd;
  text-decoration: underline;
  white-space: nowrap;
}
.user-info a:visited {
  color: #fcf4c0;
  white-space: nowrap;
}
.user-info input {
  cursor: pointer;
}

a.transbox1:link {
  color: #fefdfd;
  text-decoration: none;
}
a.transbox1:visited {
  color: #fefdfd;
}
a.transbox1:active {
  color: #fefdfd;
}
a.transbox1:hover {
  color: #fefdfd;
  text-decoration: underline;
}

.fb-link {
  font-size: 1rem;
  margin-bottom: 200px;
}

.fb-link:link {
  color: #fefdfd;
}

.fb-link:hover {
  color: #fefdfd;
  text-decoration: underline;
}

.fb-link:visited {
  color: #f8f5e7;
}

h1.works-heading {
  font-size: 2rem;
  padding-bottom: 1rem;
}

.artist-box {
  font-family: 'Domine', 'Noto Serif', 'Times New Roman', serif;
  border-radius: 0.7rem;
  max-width: 65%;
  margin-left: 3.25rem;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0;
  text-align: center;
}
.artist-box > h2 {
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  line-height: 1.3em;
}
.artist-box > h2:first-of-type {
  font-weight: 700;
  margin-top: 0.6rem;
}
.artist-box > h3 {
  padding-top: 0;
}
.artist-box > p {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
}
.artist-blue {
  background: hsl(206, 28%, 96%);
  border: 4px solid hsla(205, 12%, 58%, 0.4);
}
.artist-gold {
  background: hsla(49, 56%, 96%, 0.92);
  border: 4px solid hsla(49, 12%, 58%, 0.4);
}

.box-label {
  max-height: 49px;
  font-size: 1.35rem;
  font-weight: 700;
  margin: auto;
  margin-bottom: 0.25rem;
  max-width: fit-content;
  border-radius: 0.35rem;
  line-height: 1.55;
  padding: 0.15rem 0;
}

.blue-label {
  border: 0.2rem solid hsl(206, 12%, 77%);
  background-color: hsl(206, 38%, 98%);
}
.blue-label > span {
  color:hsl(206, 12%, 54%);
  font-size: 1.15em;
  font-weight: 400;
}

.gold-label {
  border: 0.2rem solid hsl(49, 12%, 77%);
  background-color: hsl(49, 34%, 98%);
}
.gold-label > span {
  color: hsl(49, 15%, 60%);
  font-size: 1.1em;
  font-weight: 400;
}

p.list-notes {
  margin-top: 1.25rem;
  max-width: fit-content;
  font-size: 1rem;
  background-color: hsl(52, 15%, 98%);
  padding: 0.3rem 0.5rem;
  line-height: 1.35em;
  border: 1px solid hsl(52, 10%, 90%)
}

.legend {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: .75rem;
}

h3.work-list {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.5rem;
  padding-bottom: 0.25rem;
}

.no-text {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  color:hsla(0, 80%, 54%, .8);
  font-size:1.3em; 
  font-weight:400;
}

#text-buttons {
  top: 2.25rem;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  z-index: 2;
}

/*STYLES FOR CSS POPUP*/
#blanket {
  background-color: #111;
  opacity: 0.65;
  background: none;
  position: absolute;
  z-index: 9001;
  top: 0px;
  left: 0px;
  width: 100%;
}

#popUpDiv {
  top: 50px;
  position: absolute;
  /*    position:relative; */
  /*	background:url(/images/pop-back.jpg) no-repeat; */
  background-color: white;
  width: 300px;
  height: 310px;
  border: 5px solid #000;
  z-index: 9002;
  padding-left: 10px;
  padding-right: 10px;
}

#popUpDiv a {
  position: relative;
}

#details-btn {
  display: inline-block;
  margin: 15px 0 0 15px;
  padding: 0.6em 1em;
  border: 1px solid hsl(52, 38%, 41%);
  border-radius: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration:none;
  font-weight: 400;
  font-size: .9rem;
  color:hsl(53, 10%, 36%);
  background-color: hsl(52, 65%, 94%);
  box-shadow: 0px 0px 10px 8px hsl(52, 20%, 98%);
  text-align:center;
  transition: all 0.33s;
  cursor: pointer;
}
#details-btn:hover {
  background-color: hsl(52, 90%, 89%);
  border-color: hsl(52, 38%, 41%);
}

.text-table {
  display: -ms-grid;
  display: grid;
  justify-content: start;
  -ms-grid-columns: auto 3rem auto;
  grid-template-columns: auto;
  grid-template-areas: 
    "textPlinks trPlinks"
    "textGlinks trGlinks"
    "textAlinks trAlinks"
    "textTitle trTitle"
    "textLang trLang"
    "textTrs trTrs"
    "theText theTr"
    "sungTexts trSungTexts"
    "textNotes trNotes"
    "textAuth trAuth";
  grid-gap: 0 3rem;
  font-size: 1rem;
  color: #19180b;
  margin: 1rem 1rem 2rem 0;
  padding: 15px;
  content-visibility: auto;
  contain-intrinsic-size: 1px 1000px;
}

.col {
  display: table-cell;
}

.title {
  font-family: 'Noto Serif', 'Times New Roman', Verdana, serif;
  font-size: 1.6rem;
  overflow: auto;
  white-space: normal; 
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  white-space: -o-pre-wrap;
}

.lang {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-size: 1rem;
  max-width: 42rem;

}

.lang span {
  background-color: hsla(206, 38%, 25%, .7);
  color: #fdfdfa;
  padding: .03em .08em .1em .25em;
  border-radius: .25em;
  margin: 0;
}

.adm-links,
.ge-links,
.prm-links {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  padding: 0.6rem 1.25rem;
  border-radius: 1.5rem;
  margin: 4px 0;
}

.adm-links {
  background-color: hsla(4, 54%, 95%, 0.66);
}

.ge-links {
  background-color: hsla(206, 38%, 77%, 0.18);
}

.prm-links {
  background-color: hsl(52, 68%, 94%);
}

.adm-links:empty,
.ge-links:empty,
.prm-links:empty {
  display: none;
}

.trs {
  max-width: 42rem;
}

.text {
  display: flex;
  font-size: 1rem;
}

.line-numbers, .stanza-numbers {
  flex: 0 0 auto;
  text-align: right;
  font-size: 1rem;
  color:hsl(49, 12%, 70%);
  line-height: 1.92em;
  user-select: none;
  overflow: hidden;
  width: 1.5rem;
}

#newtext-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#newtext-container .line-numbers,
#newtext-container .stanza-numbers {
  min-width: 1rem;
  margin: 0;
  padding-top: .2rem;
  padding-right: 8px;
  line-height: calc(1.43rem * 1.05);
}

.text > pre {
  flex: 1;
  font-family: 'Noto Serif', 'Times New Roman', Verdana, serif;
  font-size: 1.2rem;
  line-height: 1.6em;
  margin: 10px 0;
  padding: 1.5rem 0;
  overflow: auto;
  content-visibility: auto;
  contain-intrinsic-size: 1px 800px;
}
/* .multi-text .text pre {
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
} */
.cycle > pre {
  font-family: 'Noto Serif', 'Times New Roman', Verdana, serif;
  font-size: 1rem;
  line-height: 1.4em;
  margin: 2rem 0 0 2rem;
}
.auth {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-size: 1.2rem;
  display: none;
}
.text-auth {
}
.tr-auth {
  margin-bottom: 2rem;
}
.show {
  display: block;
}

p.text-info {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.st-status {
  font-size: 0.8em;
  display: inline;
}
.st-status a:link {
  text-decoration: underline;
  color: hsla(120, 73%, 75%, .92);
}
.st-status a:hover {
  color:#7e7e7e;
}
.st-status .verified {
  white-space: nowrap;
}

.see-original {
  font-size: 0.8em;
  white-space: nowrap;
}

.notes {
  max-width: 42rem;
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif;
  font-size: 1.1rem;
  line-height: 1.8em;
  margin: 0 15px 30px;
}

.notes hr {
  width: 85%;
  border: 1px solid #c6c4b9;
}

.notes ul {
  padding: 0;
  margin: 10px 0 0 0;
}
.notes pre {
  font-family: 'Noto Serif', 'Times New Roman', Verdana, serif;
  margin-left: 1.6rem;
  font-size: inherit;
}
.multi-notes {
  margin-top: .1rem;
  margin-bottom: 2rem;
}
.sung-texts {
  background-color:hsla(52, 95%, 90%, 0.3);
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  margin: 0;
  border: 1px solid #c6c4b9;
}

.sung-texts p {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}
.sung-texts span {
  color: #7e7e7e;
}
.sung-texts a {
  white-space: nowrap;
}

.text-sung-texts {
  margin-bottom: 0;
}
.tr-sung-texts {
  margin-bottom: 0;
}

.text-prmlinks {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: textPlinks;
}
.text-gelinks {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: textGlinks;
}
.text-admlinks {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: textAlinks;
}
.text-title {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: textTitle;
}
.text-lang {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: textLang;
}
.text-trs {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: textTrs;
}
.the-text {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  grid-area: theText;
}
.text-sung-texts {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  grid-area: sungTexts;
}
.text-notes {
  -ms-grid-row: 17;
  -ms-grid-column: 1;
  grid-area: textNotes;
}
.text-auth {
  -ms-grid-row: 19;
  -ms-grid-column: 1;
  grid-area: textAuth;
}
.tr-prmlinks {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: trPlinks;
}
.tr-gelinks {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: trGlinks;
}
.tr-admlinks {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: trAlinks;
}
.tr-title {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: trTitle;
}
.tr-lang {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
  grid-area: trLang;
}
.tr-trs {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
  grid-area: trTrs;
}
.the-tr {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
  grid-area: theTr;
}
.tr-sung-texts {
  -ms-grid-row: 15;
  -ms-grid-column: 3;
  grid-area: trSungTexts;
}
.tr-notes {
  -ms-grid-row: 17;
  -ms-grid-column: 3;
  grid-area: trNotes;
}
.tr-auth {
  -ms-grid-row: 19;
  -ms-grid-column: 3;
  grid-area: trAuth;
}

#before-the-content {
  display: inline-block;
  font-family: sans-serif;
  font-size: 2em;
  text-align: center;
  padding: 10px;
  margin: 10px 40%;
  border: 1px solid #7e7e7e;
}

#combine-columns {
  visibility: hidden;
}

#design {
  position: absolute;
  right: 1rem;
  bottom: .5rem;
  padding: .3rem .8rem;
  transition: color .5s, background-color 1.25s, box-shadow 1s ease-out;
  border-radius: 1rem;
  color: hsla(206, 38%, 77%, .9);
}
#design:link {
  color: hsla(206, 38%, 77%, .9);
}
#design:hover {
  color: hsla(52, 91%, 87%, 1);
  text-decoration: none;
  background-color: hsla(206, 38%, 77%, .45);
  box-shadow: inset 0px 0px .4rem .4rem #4d90c4;
}
#design:active {
  color: white;
}

.footnote-text {
  content-visibility: auto;
  contain-intrinsic-size: 1px 240px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.cookie-notice {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: hsla(206, 38%, 25%, 1);
  background: linear-gradient(0deg, hsla(206,38%,25%,1) 0%, hsla(206, 38%, 25%,.91) 65%, hsla(206, 38%, 25%,.8) 85%, hsla(206, 38%, 25%, .65) 100%);
  box-shadow: 0px 0px 1rem 1rem hsla(206, 38%, 25%, .65);
  z-index: 10;
  color: #ead447;
  font-size: 1.3rem;
  transition: visibility .33s linear, opacity .33s linear;
}

.cookie-msg {
  max-width: 64rem;
  padding: 0 1rem;
  margin: 1rem 1rem 1.5rem 1rem;
  text-shadow: .06rem .10rem .35rem hsla(0, 0%, 0%, .9);
}
.cookie-btn {
  align-self: flex-end;
  background-color:  hsla(52, 85%, 60%, .95);
  color: #fcf4c0;
  font-weight: 700;  
  border: .15rem solid hsla(52, 38%, 41%, 1);
  border-radius: .4em;
  text-shadow: 1px 2px 6px hsla(0, 0%, 49%, .75);
  padding: .3rem .8rem .45rem .8rem;
  cursor: pointer;
  margin: 1rem 1rem 1.5rem 1rem;
}
.cookie-btn:hover {
  background-color: hsla(52, 85%, 60%, 1);
  color: #fefdfd;
  border: .15rem solid hsla(52, 38%, 41%, .7);
  text-shadow: 1px 2px 3px hsla(0, 0%, 49%, .85);
}
.cookie-msg a:link {
  white-space: nowrap;
  font-weight: 700;
  color: hsla(52, 90%, 87%, .85);
}
.cookie-msg a:hover {
  color: #f8f5e7;
  text-decoration: none;
}
.cookie-msg a:visited {
  color: hsla(52, 90%, 87%, .85);
}

.ui-widget-content {
  font-family: Lato, Helvetica, Geneva, Arial, Verdana, sans-serif !important;
}
.ui-menu {
  border-radius: 0.33em;
}
li.ui-menu-item {
  text-indent: 0;
  padding: 0.1em;
  line-height: 1.4em;
}
li.ui-menu-item::before {
  display: none;
}
.ui-menu-item-wrapper {
  border-radius: 0.33em;
  letter-spacing: 0.00875em;
}
.ui-menu .ui-state-active {
  color: hsl(206, 54%, 59%) !important;
  letter-spacing: normal;
}
.loader {
  visibility: hidden;
  opacity: 0;
  position:fixed;
  top: 47%;
  top: calc(50vh - 3.5rem);
  left: 47%;
  left: calc(50vw - 3.5rem);
  right: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  -webkit-animation: spinLoad 1.7s linear infinite;
  animation: spinLoad 1.7s linear infinite steps(4);
  background-color: hsla(206, 8%, 96%, .5);
  border: 16px solid hsla(206, 15%, 95%, 0.95);
  border-top: 16px solid hsl(206, 54%, 70%);
  box-shadow: 0px 0px 25px 14px hsla(206, 8%, 96%, 0.65);
  z-index: 10;
  transition: opacity 300ms ease-in;
  transition-delay: 450ms;
}
.list-frontmatter {
  background-color: hsla(49, 55%, 94%, .45);
  border: 0.3rem solid #cbcbcb;
  border-radius: 1.6rem;
  box-shadow: inset 0 0 0.5rem #cbcbcb80;
  padding: 0 1rem 2rem 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
  max-width: min(65rem, 90vw);
}
#list-headline {
  font-family: 'Noto Serif', 'Times New Roman', serif;
  margin: 2rem;
  max-width: min(65rem, 90vw);
  padding: 0.25rem 0;
}
.album-links {
  max-width: min(65rem, 90vw);
  display: flex;
  flex-wrap: wrap;
  margin: 2.75rem 2rem 1.5rem 2rem;
  gap: 2rem 12vw;
}

.album-img-container {
  position: relative;
  height: min(400px, 73vw);
  width: min(400px, 73vw);
}
#album-thumbnail {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  border-radius: 0.35rem;
  box-shadow: hsla(0, 6%, 97%, 0.75) 0 0 1rem;
  margin: 0;
}
.image-background {
  filter: blur(20px) brightness(125%) saturate(90%);
  background-attachment: fixed;
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  background-position: center;
  margin: 0;
}
.publisher-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.publisher-logo {
  max-height: min(150px, 30vw);
  max-width: min(150px, 30vw);
}
.publisher-link h3 {
  padding: 0;
}

@-webkit-keyframes spinLoad {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinLoad {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#related-ad-and-text {
  display: flex;
  flex-direction: row-reverse;
  flex-basis: auto;
}
#related-ad {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  height: fit-content;
  margin: 1.25rem 0;
  border: 0.12rem solid hsl(206, 18%, 60%);
  border-radius: 0.33rem;
}
.rel-ad-description {
  max-width: 225px;
  margin: .75rem;
  font-family: 'Domine', 'Noto Serif', 'Times New Roman', serif;
}
.rel-ad-img {
  width: 100px;
  height: 100px;
  margin: .5rem;
  border-radius: 0.2rem;
}

@media screen and (max-width: 1280px) {
  .text-table {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-template-areas: 
      "trPlinks"
      "trGlinks"
      "trAlinks"   
      "trTitle"
      "trLang"
      "trTrs"
      "theTr"
      "trSungTexts"
      "trNotes"
      "trAuth"
      "textPlinks"
      "textGlinks"
      "textAlinks"
      "textTitle"
      "textLang"
      "textTrs"
      "theText"
      "sungTexts"
      "textNotes"
      "textAuth";
    grid-gap: 0;
    margin: 0 0 1.5rem 0;
    padding: 10px;
  }

  .text-notes {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: double #7e7e7e;
  } 

  .title {
    font-size: 1.6rem;
    padding-top: 1rem;
  }

  .tr-prmlinks {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .tr-gelinks {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .tr-admlinks {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .tr-title {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .tr-lang {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .tr-trs {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .the-tr {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .tr-notes {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
  }
  .tr-auth {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
  }
  .text-prmlinks {
    -ms-grid-row: 19;
    -ms-grid-column: 1;  
  }
  .text-gelinks {
    -ms-grid-row: 21;
    -ms-grid-column: 1;
  }
  .text-admlinks {
    -ms-grid-row: 23;
    -ms-grid-column: 1;
  }
  .text-title {
    -ms-grid-row: 25;
    -ms-grid-column: 1;
  }
  .text-lang {
    -ms-grid-row: 27;
    -ms-grid-column: 1;
  }
  .text-trs {
    -ms-grid-row: 29;
    -ms-grid-column: 1;
  }
  .the-text {
    -ms-grid-row: 31;
    -ms-grid-column: 1;
  }
  .text-notes {
    -ms-grid-row: 33;
    -ms-grid-column: 1;
  }
  .text-auth {
    -ms-grid-row: 35;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 1600px) {
  .content {
    padding-left: 3rem;
  }
}

@media screen and (max-width: 1280px) { 
  #combine-columns {
    display: inline-block;
    visibility: visible;
    margin: 15px 0 0 15px;
    padding: 0.6em 1em;
    border: 1px solid hsl(52, 38%, 41%);
    border-radius: 1.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration:none;
    font-weight: 400;
    font-size: .9rem;
    color:hsl(53, 10%, 36%);
    background-color: hsl(52, 65%, 94%);
    box-shadow: 0px 0px 16px 8px hsl(52, 20%, 98%);
    transition: all 0.33s;
    text-align:center;
    cursor: pointer;
  }
  #combine-columns:hover {
    background-color: hsl(52, 90%, 89%);
    border-color: hsl(52, 38%, 41%);
  }
  .combined-columns {
    grid-template-areas: 
      "textTitle emptyR" 
      "emptyL trTitle"
      "theText theTr"
      "emptyL2 textAuth"
      "trAuth emptyR2";

    column-gap: 0;
    padding: 2rem 2vw;
    margin: 0;
    animation: fadeIn 0.3s ease-in;
  }
  .interleaved {
    grid-column: 1 !important;
    padding-top: 0;
   }  
  .interleaved pre {
    line-height: 2.8em;
    padding-top: .75px;
    margin-bottom: .5rem;
   }
  .interleaved-tr-title {
    font-style: italic;
    padding: 0 0 0 5vw;
    margin: 0;
    border: none;
    transition: padding-left 0.35s ease-out;
  }
  .interleaved-tr {
    font-style: italic;
    padding: 1.6em 0 0 5vw;
    transition: padding-left 0.35s ease-out;
  }
  .interleaved-tr-auth {
    font-style: italic;
    padding-left: 5vw;
    transition: padding-left 0.35s ease-out;
  }
  .wide-only {
    display: none;
  }
  #related-ad-and-text {
    flex-direction: column;
  }
  #related-ad {
    flex-direction: row;
    justify-content: center;
  }
  .rel-ad-description {
    max-width: 50vw;
    max-width: calc(99vw - 14px);
  }
}

@media (orientation: landscape) and (max-width: 918px) {
  div.login-button {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  html {
    font-size: calc(1.4vmin + 6px);
  }
  .warning {
    margin: 1rem 2rem 1rem 0;
  }
  .placard {
    margin: .5rem auto 1rem 0;
  }
  .top-ad {
    width: 350px;
    max-height: 200px;
  }
  .donate {
    max-width: 75%;
  }
}

@media screen and (max-width: 770px) {
  html {
    max-width: 100vw;
  }
  body {
    min-height: 100%;
    -webkit-text-size-adjust: none;
  }
  div {
    width: 100%;
  }
  div.login-button {
    display: none;
  }
  .left-nav {
    z-index: 5;
    position: fixed;
    top: 0;
    width: auto;
    max-width: 95vw;
    max-height: 100vh;
    padding: 1rem 1rem 0 1rem; 
    border-top: none;
  }
  .nav-title {
    font-weight: 700;
    font-size: 1.6rem;
  }
  .nav-item {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2em;
    padding: 1em .5em 0 .5em;
    margin: 0;
  }

  .donate-page-btn {
    margin: auto;
    line-height: 1.15em;
    padding: 0.5em 1em;
  }
  .fb-link {
    font-size: 1.4rem;
    margin-bottom: 100px;
  }
  .info-bar {
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 0.75rem 0.15rem 0;
  }
  .arrow-container {
    display: none;
  }
  .menu-toggle {
    margin-right: 0;
  }
  #menu-toggle-text {
    font-size: 1.4rem;
    padding: 0 0 0 10px;
    line-height: 1.65rem;
    margin-right: 0px;
    font-weight: 700;
  }
  #menu-toggle-text::after {
    display: inline-block;
    font-size: 2rem;
    content: "≡";
    font-weight: 400;
    padding-left: 0.75rem;
    transform: translateY(0.13rem);
  }
  .nav-show {
    opacity: 0.96;
  }
  span.mobile-menu-close {
    display: none;
    top: 1rem;
  }
  .main {
    font-size: 1rem;
  }
  .logo-large {
    width: 300px;
    margin: 0;
    padding: 1.5rem;
  }
  .content {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-left: 1rem;
  }
  .prose {
    margin: auto;
  }
  .banner-background {
    background-position: center top;
    background-size: cover;
    height: 126px;
  }
  #copyright-warning {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .banner-background {
    filter: none;
  }
  .multi-text > :first-child {
    margin-right: 0;
  }
  .cycle {
    padding: 0 0 0 .8rem;
  }
  #details-btn,
  #combine-columns {
    font-size: 14px;
  }
  .cookie-notice {
    background-color: hsla(206, 38%, 25%, 1);
    background: linear-gradient(0deg, hsla(206,38%,25%,1) 0%, hsla(206, 38%, 25%,.95) 50%, hsla(206, 38%, 25%, .75) 100%);
    box-shadow: none;
  }
  .cookie-msg {
    margin: 1rem .5rem;
  }
  .cookie-btn {
    background-color: hsla(52, 85%, 60%, 1);
    color: #fefdfd;
    text-shadow: .08rem .12rem .3rem hsla(0, 0%, 49%, .85);
    border: .15rem solid hsla(52, 38%, 41%, .85);
  }
  #design {
    position: relative;
    right: 0;
    margin: 2rem 0 .5rem 0;
    padding: .08rem .5rem;
    color: hsl(206, 38%, 77%);
    box-shadow: none;
    background-color: hsla(206, 38%, 77%, .05);
    border: 1px solid hsla(206, 38%, 77%, .13);
    border-radius: 1rem;
  }
  #design:hover {
    color: hsl(206, 38%, 77%);
    box-shadow: none;
    background-color: hsla(206, 38%, 77%, .05);
    border: 1px solid hsla(206, 38%, 77%, .13);
    border-radius: 1rem;
  }
}

@media screen and (max-width: 450px) {
  .content {
    padding-left: 0;
  }
  .title {
    font-size: 1.5rem;
    margin-right: 2px;
  }
  .text pre {
    font-size: 1.12rem;
    letter-spacing: -.02rem;
    word-spacing: -.03rem;
  }
  .interleaved-tr {
    padding-top: 1.5rem;
    padding-left: 4vw;
  }
  #details-btn {
    visibility: hidden;
    display: none;
  }
  .notes {
    max-width: 31rem;
  }
  li {
    padding-left: .5em;
    text-indent: -0.25em;
  }
  .top-ad {
    max-height: 120px;
  }

  .intro-text {
    outline: none;
    outline-offset: none;
  }

  h1.works-heading {
    font-size: 1.8rem;
  }

  .artist-box {
    margin-left: 0.25rem;
    max-width:97%;
  }
  .artist-box > h2 {
    font-size: 1.3rem;
    line-height: 1.3em;
  }
  
  .box-label {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .blue-label > span {
    font-size: 1.1rem;
  }
  .gold-label > span {
    font-size: 1.1rem;
  }

  p.list-notes {
    margin: auto;
    font-size: 0.9rem;
  }
  .sctr-links {
    margin-left: 0;
  }
  .sctr-links > p {
    margin-left: 1rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 395px) {
  .text pre {
    font-size: 1.09rem;
    letter-spacing: -.025rem;
    word-spacing: -.035rem;
  }
  .interleaved-tr {
    padding-top: 1.44rem;
    padding-left: 3vw;
  }
  .notes {
    max-width: 29rem;
  }
}





/*  Design and layout  by Emily Ezust */
