/*
Theme Name: Dance
Theme URI:
Author:
Author URI:
Description:
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dance
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap");
:root {
  --color-background: rgb(252.8158730159, 231.3841269841, 245.3079365079);
  --color-background-alt: rgb(251.9523809524, 222.0476190476, 241.4761904762);
  --color-background-text: #333;
  --color-box: rgb(254.1111111111, 245.3888888889, 251.0555555556);
  --color-box-text: #333;
  --color-accent: rgb(244.180952381, 138.019047619, 206.9904761905);
  --color-accent-text: rgb(239.4317460317, 86.6682539683, 185.9158730159);
  --color-accent-hover: rgb(239, 82, 184);
  --color-accent-hover-text: white;
  --color-dark: rgb(33, 33, 33);
  --color-dark-traslucent: rgba(33, 33, 33, 0.3);
  --color-light: white;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-background: rgb(6, 4, 32);
    --color-background-alt: rgb(8.55, 5.7, 45.6);
    --color-background-text: rgb(200, 196.3333333333, 247.6666666667);
    --color-box: rgb(15.35, 10.2333333333, 81.8666666667);
    --color-box-text: rgb(200, 196.3333333333, 247.6666666667);
    --color-accent: rgb(239, 82, 184);
    --color-accent-text: rgb(239.4317460317, 86.6682539683, 185.9158730159);
    --color-accent-hover: rgb(243.3174603175, 128.6825396825, 203.1587301587);
    --color-accent-hover-text: white
    --color-dark: black;
    --color-dark-translucent: rgba(0, 0, 0, 0.3);
    --color-light: rgb(249.7936507937, 198.7063492063, 231.8968253968);
  }
}
:root {
  --space: 1rem;
}

@media only screen and (min-width: 768px) {
  :root {
    --space: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  :root {
    --space: 3rem;
  }
}
.section {
  overflow-x: clip;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: calc(var(--space) * 6) var(--space);
}

.row + .row {
  margin-top: calc(var(--space) * 3);
}

@media (max-width: 767px) {
  .column + .column {
    margin-top: calc(var(--space) * 6);
  }
}
@media (min-width: 768px) {
  .container {
    padding: calc(var(--space) * 4) var(--space);
  }
  .row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: calc(var(--space) * 6) var(--space);
  }
  .column {
    grid-column: span 12;
  }
  .column.medium-4 {
    grid-column: span 4;
  }
  .column.medium-6 {
    grid-column: span 6;
  }
  .column.medium-8 {
    grid-column: span 8;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: calc(var(--space) * 4) calc(var(--space) * 2);
  }
  .row {
    grid-gap: calc(var(--space) * 6) var(--space);
  }
  .column.large-4 {
    grid-column: span 4;
  }
  .column.large-6 {
    grid-column: span 6;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 18px;
    line-height: 1.5;
  }
  .container {
    max-width: 1160px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 20px;
    line-height: 1.75;
  }
  .container {
    max-width: 1360px;
  }
}
@supports (padding: max(0px)) {
  body, header, footer {
    padding-left: min(0vmin, env(safe-area-inset-left));
    padding-right: min(0vmin, env(safe-area-inset-right));
  }
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  background-color: var(--color-background);
  color: var(--color-background-text);
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "Tenor Sans", serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  font-family: "Tenor Sans", serif;
}

h2 {
  font-size: 2.4em;
  font-family: "Tenor Sans", serif;
  line-height: 1.2;
  margin: 0 0 calc(var(--space) * 2) 0;
}

h3 {
  font-size: 1.8em;
  line-height: 1.1;
  font-family: "Tenor Sans", serif;
  margin: var(--space) 0;
}
h3:first-child {
  margin: 0 0 var(--space) 0;
}

h4 {
  font-size: 1.25em;
  font-family: "Tenor Sans", serif;
  margin-bottom: calc(var(--space) / 3) 0;
}

h5 {
  font-size: 0.8em;
  letter-spacing: 0.02em;
  font-family: "Tenor Sans", serif;
}

h6 {
  font-size: 0.6em;
  font-family: "Tenor Sans", serif;
}

p {
  margin: 0;
}
p:not(:last-child) {
  margin-bottom: var(--space);
}

p.excerpt {
  font-size: 1.2em;
  font-weight: 600;
}

.intro {
  text-align: center;
}
.intro + .row {
  margin-top: calc(var(--space) * 3);
}

a, a:link, a:visited {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: var(--color-background-text);
  border-bottom-color: var(--color-accent);
}
a:hover, a:active, a:link:hover, a:link:active, a:visited:hover, a:visited:active {
  cursor: pointer;
  color: var(--color-background-text);
  background-color: var(--color-accent);
  border-bottom-color: var(--color-accent);
}

a.button, .button, button, input[type=submit] {
  line-height: 1;
  position: relative;
  text-decoration: none;
  font-family: inherit;
  font-weight: 600;
  border-radius: 0;
  border: solid 2px var(--color-accent);
  color: var(--color-accent);
  background: transparent;
  padding: 0.5rem 1rem;
  font-size: 0.95em;
  letter-spacing: 0.075em;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  transition: all 0.2s ease-in-out;
}
a.button:hover, .button:hover, button:hover, input[type=submit]:hover {
  cursor: pointer;
  text-decoration: none;
  border-color: var(--color-accent-hover);
  background: var(--color-accent-hover);
  color: var(--color-accent-hover-text);
}
a.button:active, .button:active, button:active, input[type=submit]:active {
  outline: 0;
}
a.button.small, .button.small, button.small, input[type=submit].small {
  font-size: 0.9em;
  padding: 0.3rem 0.7rem;
}
a.button.minimal, .button.minimal, button.minimal, input[type=submit].minimal {
  border: none;
}
a.button.standout, .button.standout, button.standout, input[type=submit].standout {
  margin-top: calc(var(--space) * 2);
}

.buttons {
  margin-top: var(--space);
  text-align: center;
}
.buttons a + a {
  margin: 0 0 0 calc(var(--space) / 2);
}

input[type=submit] {
  padding: 0.75rem 1.23rem;
}

fieldset {
  margin: calc(var(--space) * 2) 0;
  border: none;
  border-top: solid 1px var(--color-accent);
  padding-top: 1rem;
}
fieldset .checkboxes {
  text-align: left;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: var(--space);
       column-gap: var(--space);
}
fieldset .checkboxes label {
  display: block;
}
fieldset .checkboxes label:not(:last-child) {
  margin-bottom: 1rem;
}
fieldset legend {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: 600;
  padding-right: 1rem;
}

input[type=text], input[type=email], textarea {
  background: rgba(0, 0, 0, 0.05);
  padding: 10px 12px;
  border: none;
  width: 100%;
  transition: all 0.3s ease-in-out;
  color: var(--color-box-text);
  box-sizing: border-box;
  font-size: 1rem;
}
input[type=text]:hover, input[type=text]:focus, input[type=email]:hover, input[type=email]:focus, textarea:hover, textarea:focus {
  background: var(--color-accent);
  outline: none;
}
@media (prefers-color-scheme: dark) {
  input[type=text], input[type=email], textarea {
    background: rgba(255, 255, 255, 0.1);
  }
  input[type=text]:hover, input[type=text]:focus, input[type=email]:hover, input[type=email]:focus, textarea:hover, textarea:focus {
    color: var(--color-dark);
  }
}
input[type=text]:not(:last-child), input[type=email]:not(:last-child), textarea:not(:last-child) {
  margin-bottom: calc(var(--space) / 2);
}

textarea {
  min-height: 1rem;
  transition: all 0.6s ease-in-out;
  resize: none;
}
textarea:not(:-moz-placeholder) {
  min-height: 10rem;
}
textarea:focus, textarea:not(:placeholder-shown) {
  min-height: 10rem;
}

input[type=checkbox] {
  margin-right: 5px;
}

#content {
  position: relative;
  overflow-x: hidden;
}

article .row {
  color: var(--color-box-text);
  background: var(--color-box);
  grid-gap: calc(var(--space) * 2);
}
@media (prefers-color-scheme: dark) {
  article .row {
    color: var(--color-box-text);
    background: var(--color-box);
  }
}
article .article-header p.excerpt {
  font-size: 1em;
  font-weight: 600;
}
article .article-header .article-header-image {
  background-position: center;
  background-size: cover;
  min-height: 12rem;
}
article .article-header h2 {
  margin-bottom: 1rem;
  font-size: 1.6em;
}
article .column.article-body {
  margin-top: var(--space);
}
article .column {
  padding: var(--space);
}
article .card {
  margin: calc(var(--space) * 2) 0;
}
@media (min-width: 768px) {
  article .card {
    margin: calc(var(--space) * 2);
  }
}
@media (min-width: 1200px) {
  article .card {
    margin: calc(var(--space) * 2) calc(var(--space) * 4);
  }
}
article h3 {
  font-size: 1.6em;
  margin-top: 12rem;
}
article h2 + h3 {
  margin-top: 6rem;
}
article h4 {
  margin-top: 6rem;
}
article a.button {
  display: table;
}

.card {
  position: relative;
  background-size: cover;
  background-color: var(--color-box);
  border: solid 4px var(--color-accent);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.02);
  text-align: left;
  line-height: 1.2;
  color: var(--color-box-text);
  padding: var(--space);
  z-index: 1;
}
.card a:not(.button) {
  border: none;
}

.event.card h3 {
  font-size: 1.3em;
  margin: 0 0 var(--space) 0;
}
.event.card h4 {
  font-size: 0.8em;
  font-weight: 400;
  margin: 0.5rem 0 0 0;
}
.event.card p {
  margin: 1rem 0 0 0;
  display: inline-block;
}
.event.listitem {
  font-size: 0.8em;
}
.event.listitem h5 {
  font-size: 1em;
  margin: 0;
  letter-spacing: 0;
  font-weight: 400;
}
.event.listitem h5:first-of-type {
  margin-top: 0.3rem;
}
.event.listitem h5:last-of-type {
  margin-bottom: 0.3rem;
}
.event.listitem p {
  font-size: 0.9em;
}
.event.listitem .buttons {
  margin-top: 0;
  grid-column: span 2;
}
.event.listitem .buttons .button {
  margin-top: 0.5rem;
}
.event.listitem.featured {
  background: var(--color-accent);
}
.event.listitem:not(:last-child) {
  margin-bottom: calc(var(--space) * 2);
}

.tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tags a {
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  background: var(--color-accent);
  color: var(--color-accent-text);
  padding: 0.25em 0.75em;
  text-decoration: none;
  font-weight: 600;
  border-radius: 25px;
  border: none;
  letter-spacing: 0.075em;
  transition: all 0.2s ease-in-out;
}
.tags a:hover, .tags a:active {
  cursor: pointer;
  background: var(--color-accent-hover);
  color: var(--color-accent-hover-text);
}
.tags.small .tag {
  font-size: 0.75em;
  display: inline-block;
  margin: 3px;
}
.tags.small a {
  padding: 0.2em 0.5em;
}
.tags.large {
  text-align: center;
}
.tags.large h2 {
  font-size: 1.5em;
  margin-bottom: var(--space);
}
.tags.large .tag {
  display: inline-block;
  line-height: 1;
  margin-left: calc(var(--space) / 2);
  margin-top: calc(var(--space) / 2);
}
.tags.large .tag.high {
  font-size: 1.8rem;
}
.tags.large .tag.medium {
  font-size: 1.4rem;
}
.tags.large .tag.low {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .tags.large .tag.high {
    font-size: 2.5rem;
  }
  .tags.large .tag.medium {
    font-size: 1.6rem;
  }
  .tags.large .tag.low {
    font-size: 1rem;
  }
}
.tags.large a {
  padding: 0.25em 0.75em;
  border-radius: 50px;
}

#notice-bar {
  padding: var(--space);
  text-align: center;
  background: var(--color-accent);
  color: var(--color-accent-text);
}
#notice-bar span {
  font-size: 1.2em;
  font-weight: 900;
  display: block;
}

header#masthead {
  text-align: center;
  padding: calc(var(--space) / 2) calc(var(--space) * 2);
}
header img {
  height: 200px;
  width: auto;
}
@media (min-width: 1200px) {
  header img {
    height: 400px;
  }
}
header h1, header ul {
  margin: 0;
  padding: 0;
}
header nav {
  white-space: nowrap;
}
header nav button {
  margin: 0;
}
header nav ul {
  list-style-type: none;
}
header nav ul li {
  display: inline-block;
}
header a, header a:link {
  border: none;
  line-height: 1 !important;
}

#introduction {
  background: url(/images/dance.mov);
}
#introduction video {
  position: absolute;
}
#introduction img {
  width: 100%;
  height: auto;
}
#introduction .container {
  padding-top: calc(var(--space) * 2);
}
#introduction .tags-n-splat {
  position: relative;
}
#introduction .tags.large {
  position: relative;
  z-index: 1;
}
#introduction .tags.large p {
  text-transform: uppercase;
}
#introduction .tags.large p:first-child {
  margin-bottom: var(--space);
}
#introduction .tags.large p:last-child {
  margin-top: var(--space);
}

#events {
  position: relative;
}

.therest h3 {
  text-align: center;
}

#newsletter {
  position: relative;
}
@media (max-width: 1200px) {
  #newsletter {
    grid-gap: var(--space);
  }
}
#newsletter .box {
  z-index: 1;
}
#newsletter .image {
  text-align: center;
}

#eventsubmission {
  position: relative;
}
#eventsubmission .box {
  z-index: 1;
}
@media (max-width: 1200px) {
  #eventsubmission {
    grid-gap: var(--space);
  }
}
#eventsubmission .image {
  text-align: center;
}

footer {
  text-align: center;
}

.image {
  text-align: center;
  position: relative;
}

.dancers {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  #dancers-1 {
    height: 400px;
    width: auto;
    left: -20%;
    top: 400px;
  }
}
@media (min-width: 1200px) {
  #dancers-1 {
    height: 600px;
    left: -20%;
    top: 250px;
  }
}
@media (min-width: 1400px) {
  #dancers-1 {
    height: 1000px;
    left: -10%;
    top: 400px;
  }
}
#dancers-1 .cls-1 {
  opacity: 0.7;
}
#dancers-1 .cls-1, #dancers-1 .cls-2, #dancers-1 .cls-3, #dancers-1 .cls-4, #dancers-1 .cls-5, #dancers-1 .cls-6, #dancers-1 .cls-7, #dancers-1 .cls-8, #dancers-1 .cls-9, #dancers-1 .cls-10, #dancers-1 .cls-11, #dancers-1 .cls-12 {
  stroke-width: 0px;
}
#dancers-1 .cls-1, #dancers-1 .cls-10 {
  fill: #fff;
}
#dancers-1 .cls-2 {
  fill: #f8d8d9;
}
#dancers-1 .cls-3 {
  fill: #0a0709;
}
#dancers-1 .cls-4 {
  fill: var(--color-dark);
}
#dancers-1 .cls-5 {
  fill: #141214;
}
#dancers-1 .cls-6 {
  fill: #c05151;
}
#dancers-1 .cls-7 {
  fill: #c2cadb;
}
#dancers-1 .cls-8 {
  fill: #33323f;
}
#dancers-1 .cls-9 {
  fill: var(--color-accent);
}
#dancers-1 .cls-11 {
  fill: #fd99a7;
}
#dancers-1 .cls-12 {
  fill: #060407;
}

@media (min-width: 768px) {
  #dancers-2 {
    height: 400px;
    width: auto;
    left: -20%;
    top: 50px;
  }
}
@media (min-width: 1200px) {
  #dancers-2 {
    height: 600px;
    left: -5%;
    top: 50px;
  }
}
@media (min-width: 1400px) {
  #dancers-2 {
    height: 800px;
    left: -25%;
    top: 50px;
  }
}
#dancers-2 .cls-1 {
  fill: #fff;
  opacity: 0.7;
}
#dancers-2 .cls-1, #dancers-2 .cls-2, #dancers-2 .cls-3, #dancers-2 .cls-4, #dancers-2 .cls-5, #dancers-2 .cls-6, #dancers-2 .cls-7, #dancers-2 .cls-8, #dancers-2 .cls-9, #dancers-2 .cls-10, #dancers-2 .cls-11, #dancers-2 .cls-12, #dancers-2 .cls-13 {
  stroke-width: 0px;
}
#dancers-2 .cls-2 {
  fill: #f3a78c;
}
#dancers-2 .cls-3 {
  fill: #f3a98e;
}
#dancers-2 .cls-4, #dancers-2 .cls-13 {
  fill: vaR(--color-dark);
}
#dancers-2 .cls-5 {
  fill: #c2cbdc;
}
#dancers-2 .cls-6 {
  fill: #c2cadb;
}
#dancers-2 .cls-7 {
  fill: #33323f;
}
#dancers-2 .cls-8, #dancers-2 .cls-10, #dancers-2 .cls-11 {
  fill: var(--color-accent);
}
#dancers-2 .cls-9 {
  fill: #f2a68b;
}
#dancers-2 .cls-12 {
  fill: #f4f6f9;
}

@media (min-width: 768px) {
  #dancers-3 {
    height: 400px;
    top: 50px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  #dancers-3 {
    height: 500px;
    width: auto;
  }
}
#dancers-3 .cls-1 {
  fill: #fff;
  opacity: 0.7;
}
#dancers-3 .cls-1, #dancers-3 .cls-2, #dancers-3 .cls-3, #dancers-3 .cls-4, #dancers-3 .cls-5, #dancers-3 .cls-6, #dancers-3 .cls-7, #dancers-3 .cls-8, #dancers-3 .cls-9, #dancers-3 .cls-10 {
  stroke-width: 0px;
}
#dancers-3 .cls-2 {
  fill: #f3a78c;
}
#dancers-3 .cls-3 {
  fill: #a3aec0;
}
#dancers-3 .cls-4 {
  fill: var(--color-dark);
}
#dancers-3 .cls-5, #dancers-3 .cls-10 {
  fill: var(--color-dark);
}
#dancers-3 .cls-6 {
  fill: #c05151;
}
#dancers-3 .cls-7 {
  fill: #ceb7f3;
}
#dancers-3 .cls-8 {
  fill: var(--color-light);
}
#dancers-3 .cls-9 {
  fill: var(--color-accent);
}

.splats {
  z-index: 0;
  position: absolute;
}
.splats .cls-1 {
  stroke-width: 0px;
}

#splat-1 {
  width: 550px;
  top: -100px;
  left: -100px;
}
@media (min-width: 768px) {
  #splat-1 {
    left: -50px;
  }
}
@media (min-width: 1200px) {
  #splat-1 {
    top: -200px;
    left: 0;
    width: 900px;
  }
}
#splat-1 .cls-1 {
  fill: var(--color-light);
  opacity: 0.6;
}

.zats {
  z-index: 0;
  position: absolute;
}
.zats .cls-1 {
  fill: var(--color-accent);
  stroke-width: 0px;
}

#zat-1 {
  bottom: -100px;
  right: 0;
  height: 100px;
}

.twings {
  z-index: 0;
  position: absolute;
}

#twing-1 {
  top: 0;
  left: 0;
  height: 50px;
}
#twing-1 .cls-1 {
  fill: var(--color-dark);
  stroke-width: 0px;
}
@media (prefers-color-scheme: dark) {
  #twing-1 .cls-1 {
    fill: var(--color-light);
    stroke-width: 0px;
  }
}/*# sourceMappingURL=style.css.map */