* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background-image: url("../vintage_peacock.svg");
  background-color: #252b33;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto 75%;
  background-position: 50% 35%;
  background-color: #252b33;
  font-family: "Didact Gothic", "sans serif";
  font-size: 16px; }

body {
  font-size: 16px;
  font-family: "Didact Gothic", "sans serif";
  color: #2be588;
  background-color: #fff0;
  line-height: 2rem;
  letter-spacing: 1.5px;
  text-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  opacity: 1;
  padding-top: 3rem; }

header {
  padding: 6em 1em 1em 0; }
  @media screen and (max-width: 736px) {
    header {
      padding: 3em 0; } }
h1, h2, h3 {
  margin-bottom: 0.5em;
  font-family: 'Didact Gothic', sans-serif;
  line-height: 1.2em;
  font-weight: 800;
  font-size: 1.5em;
  opacity: 1;
  text-transform: uppercase; }

li {
  opacity: 1; }
  li a {
    opacity: 1; }

ul {
  list-style-type: none; }

p {
  display: inline; }

a {
  color: #fd5392;
  text-decoration: none;
  border-bottom: 2px solid #fd5392;
  transition: 0.5s ease; }
  a:hover {
    color: #cccccc;
    font-style: none; }
  a:active {
    color: #fd5392; }

hr {
  margin: 1rem 0;
  background-color: transparent;
  width: 50%;
  border-style: solid;
  border-width: 1px;
  opacity: 0.8; }

nav {
  margin: 1em auto;
  z-index: 99999;
  top: 0; }
  nav a {
    color: #2be588;
    text-transform: uppercase; }
  nav hr {
    width: 100vw;
    margin-bottom: 0;
    color: black; }
  nav p {
    margin-bottom: 0; }
    nav p a {
      padding: 0 1em 0 1em; }

.bottom-menu a {
  border-bottom: none;
  top: 0; }

.wrap {
  margin: 0 auto;
  width: 60%;
  max-width: 64em; }
  @media screen and (max-width: 736px) {
    .wrap {
      width: 90%; } }
.tag-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.tag {
  background-color: transparent;
  position: relative;
  bottom: 0; }

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }

.bottom-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100vw;
  margin-top: 0;
  padding-top: 16px;
  position: fixed;
  background-color: #252b33; }

.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: transparent;
  position: relative;
  bottom: 0;
  padding: 1rem;
  font-family: "Didact Gothic", "sans serif";
  font-size: 1rem;
  line-height: 1em;
  opacity: 1; }
  .footer a {
    border-bottom: none;
    display: contents; }

#splash {
  margin-top: 10vh; }

.big-link {
  font-family: "Didact Gothic", "sans serif";
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.5em; }

#title {
  margin-top: 3rem;
  font-family: "Didact Gothic", "sans serif";
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 2rem; }

article {
  width: 100%;
  line-height: 2em;
  letter-spacing: 2px; }
  article table {
    line-height: 2.5em; }
  article div {
    width: 100%;
    height: 100%;
    margin-bottom: 0em; }
  article h1, article h2, article h3 {
    margin: 0em 0em;
    text-align: left; }
  article p {
    display: block;
    margin-bottom: 1em;
    line-height: 1.6;
    letter-spacing: 1.5px; }
  article .highlight {
    width: 100%; }
  article pre {
    line-height: 2rem;
    border-radius: 3px;
    padding: 1rem;
    overflow-x: auto;
    background-color: #000004;
    width: 100%;
    margin-bottom: 1em; }
  article pre > code {
    border: none; }
  article code {
    font-size: 0.9rem;
    font-family: 'Source Code Pro', monospace;
    padding: 0.1rem;
    border-radius: 3px;
    border: 1px solid #fd5392; }
  article img {
    width: 100%;
    max-width: 100%;
    display: block;
    opacity: 1; }
  article blockquote {
    background-color: #fd5392;
    color: #39424E;
    padding: 2rem;
    margin: 2rem 1rem 2rem 1rem;
    border-radius: 3px; }
    article blockquote a {
      color: #111; }
    article blockquote ul {
      margin-top: 1rem; }
    article blockquote li {
      list-style: disc; }
  article table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    overflow-x: auto;
    border: 3px solid #fff0; }
    article table th {
      font-size: 0.9rem; }
    article table td, article table th {
      padding: 2px 5px;
      text-align: left; }
      @media screen and (max-width: 1200px) {
        article table td, article table th {
          border-top: 1px solid #2be588; } }
  article li {
    line-height: 2;
    padding-left: 0.4rem; }
    article li:last-child {
      margin-bottom: 1rem; }
  article ul {
    list-style: disc outside;
    padding-left: 2rem; }
  article ol {
    list-style: decimal outside;
    padding-left: 2rem; }
  article .gist {
    max-width: 100%; }
    article .gist td, article .gist th {
      text-align: left;
      border: 0; }
    article .gist .gist-meta {
      background-color: transparent;
      color: #2be588; }
      article .gist .gist-meta a {
        color: #2be588; }

.tag {
  padding: 0.25em 0em;
  margin-right: 0.5em;
  opacity: 0.6; }

.grid {
  margin: 1em auto;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  place-items: start; }
  @media screen and (max-width: 736px) {
    .grid {
      grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); } }
.grid > div {
  background-color: transparent;
  overflow: hidden; }

.grid > div > a {
  border-bottom: none; }

.grid > div > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 1; }

.grid > div > a > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 1;
  border: solid black; }

.go-left {
  justify-content: flex-start;
  align-items: flex-start; }

.go-right {
  justify-content: flex-end;
  align-items: flex-end; }

.go-center {
  justify-content: center;
  align-items: center; }

.grid a {
  border-bottom: none; }

.table-year {
  font-size: 2.5em;
  font-weight: bold; }

tbody {
  vertical-align: baseline; }

#splash a {
  text-transform: uppercase !important; }

.bionames {
  border-bottom: 1px solid;
  padding-bottom: 1px; }

.bio-img {
  max-width: 200px;
  float: left;
  margin-right: 1rem;
  margin-bottom: 0; }

.biotext {
  margin-top: 2rem; }

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px; }

/* Create four equal columns that sits next to each other */
.column {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px; }
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%; } }
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%; } }
img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%; }

.press-img {
  margin-bottom: 0px; }

.press-img-download-link {
  color: #2be588;
  border-bottom: none; }

.bio-vid div {
  margin: 0;
  border: solid;
  border-color: black; }

.dklogo {
  width: 17em;
  bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  margin-bottom: 20px; }

.news iframe {
  height: auto;
  width: 100%;
  border-width: 2px;
  border-color: black; }

.column-1 {
  width: 8.33%; }

.column-2 {
  width: 16.66%; }

.column-8 {
  width: 66.66%; }

.column-10 {
  width: 83.33%; }

.card {
  background-color: #0f1122c9 !important;
  border: solid black; }

.image-link {
  border-bottom: none;
  width: 100%; }

iframe {
  width: 960px;
  height: 100%;
  overflow: hidden;
  border: none; }

.accordion-item {
  background-color: #fff0;
  background-color: #0f1122c9;
  border: 0px solid rgba(0, 0, 0, 0.125); }

.accordion-body {
  border-left: black solid;
  border-right: black solid;
  border-bottom: black solid; }

.accordion-button {
  background-color: #0f1122c9;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  color: #2be588;
  border: solid black; }

.accordion-button:not(.collapsed) {
  background-color: #fff0;
  background-color: #0f1122c9;
  color: #2be588; }

.accordion-button:focus {
  border-color: black;
  box-shadow: none; }

#flush-collapseOne {
  border: solid black;
  border-top-color: black;
  border-top-style: solid;
  border-top-width: medium;
  border-top: none; }

button:hover {
  box-shadow: none; }

.card-img-top {
  border: solid black; }

#splash {
  margin-top: 10vh; }

.big-link {
  font-family: "Didact Gothic", "sans serif";
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.5em; }

#title {
  margin-top: 3rem;
  font-family: "Didact Gothic", "sans serif";
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 2rem; }

article {
  width: 100%;
  line-height: 2em;
  letter-spacing: 2px; }
  article table {
    line-height: 2.5em; }
  article div {
    width: 100%;
    height: 100%;
    margin-bottom: 0em; }
  article h1, article h2, article h3 {
    margin: 0em 0em;
    text-align: left; }
  article p {
    display: block;
    margin-bottom: 1em;
    line-height: 1.6;
    letter-spacing: 1.5px; }
  article .highlight {
    width: 100%; }
  article pre {
    line-height: 2rem;
    border-radius: 3px;
    padding: 1rem;
    overflow-x: auto;
    background-color: #000004;
    width: 100%;
    margin-bottom: 1em; }
  article pre > code {
    border: none; }
  article code {
    font-size: 0.9rem;
    font-family: 'Source Code Pro', monospace;
    padding: 0.1rem;
    border-radius: 3px;
    border: 1px solid #fd5392; }
  article img {
    width: 100%;
    max-width: 100%;
    display: block;
    opacity: 1; }
  article blockquote {
    background-color: #fd5392;
    color: #39424E;
    padding: 2rem;
    margin: 2rem 1rem 2rem 1rem;
    border-radius: 3px; }
    article blockquote a {
      color: #111; }
    article blockquote ul {
      margin-top: 1rem; }
    article blockquote li {
      list-style: disc; }
  article table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    overflow-x: auto;
    border: 3px solid #fff0; }
    article table th {
      font-size: 0.9rem; }
    article table td, article table th {
      padding: 2px 5px;
      text-align: left; }
      @media screen and (max-width: 1200px) {
        article table td, article table th {
          border-top: 1px solid #2be588; } }
  article li {
    line-height: 2;
    padding-left: 0.4rem; }
    article li:last-child {
      margin-bottom: 1rem; }
  article ul {
    list-style: disc outside;
    padding-left: 2rem; }
  article ol {
    list-style: decimal outside;
    padding-left: 2rem; }
  article .gist {
    max-width: 100%; }
    article .gist td, article .gist th {
      text-align: left;
      border: 0; }
    article .gist .gist-meta {
      background-color: transparent;
      color: #2be588; }
      article .gist .gist-meta a {
        color: #2be588; }

.tag {
  padding: 0.25em 0em;
  margin-right: 0.5em;
  opacity: 0.6; }

.grid {
  margin: 1em auto;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  place-items: start; }
  @media screen and (max-width: 736px) {
    .grid {
      grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); } }
.grid > div {
  background-color: transparent;
  overflow: hidden; }

.grid > div > a {
  border-bottom: none; }

.grid > div > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 1; }

.grid > div > a > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 1;
  border: solid black; }

.go-left {
  justify-content: flex-start;
  align-items: flex-start; }

.go-right {
  justify-content: flex-end;
  align-items: flex-end; }

.go-center {
  justify-content: center;
  align-items: center; }

.kulturbslogo {
  position: fixed;
  bottom: 20px;
  right: 1vw;
  max-width: 200px;
  z-index: 999999999;
  border: 5px black solid; }

.sponsortext {
  position: fixed;
  bottom: 110px;
  right: 1vw;
  max-width: 200px;
  z-index: 999999999;
  border: 5px black solid;
  margin-bottom: 0; }

.kulturbslogomobile {
  bottom: 20px;
  right: 1vw;
  border: 5px black solid;
  max-width: 200px; }

.sponsortextmobile {
  bottom: 110px;
  right: 1vw;
  border: 5px black solid;
  margin-bottom: 0;
  max-width: 200px; }

.kulturbslogoxs {
  bottom: 20px;
  right: 1vw;
  border: 5px black solid; }

.sponsortextxs {
  bottom: 110px;
  right: 1vw;
  border: 5px black solid;
  margin-bottom: 0; }

.article table td, article table th {
  border-top: 1px solid #2be588 !important; }

.croppedImage {
  aspect-ratio: 1.5 / 1;
  object-fit: cover !important;
  border: 5px solid black !important; }

.insta-button {
  font-size: 1.4rem; }

td {
  max-width: 400px; }

/*# sourceMappingURL=main.css.map */