/* NAMED COLORS */
/* USED COLORS */
@import url("https://fonts.googleapis.com/css?family=Acme&display=swap&text=PerfMats%23");
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  font-size: 100%;
  line-height: 1.5;
  font-family: "Montserrat", "source-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
p,
ul,
ol,
figure {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h1,
h2,
h3 {
  font-weight: normal;
  line-height: 1;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

ul,
ol {
  padding-left: 2rem;
}

figure {
  margin-right: 0;
  margin-left: 0;
}

aside {
  padding: 0.75rem 0;
  font-size: 1.5rem;
  background-color: #350e65;
  color: #fff;
  text-align: center;
  opacity: 0.8;
}

hgroup > ul:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  width: 100%;
  z-index: 12;
  list-style-type: none;
  padding: 0;
}
hgroup > ul:first-of-type a {
  color: #350e65;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  opacity: 0.8;
  display: inline-block;
  background-color: #ebdefa;
  transform: skewx(-20deg);
}
hgroup > ul:first-of-type a span {
  display: inline-block;
  transform: skewx(20deg);
}
hgroup > ul:first-of-type a:hover {
  background-color: #350e65;
  color: #fff;
}

.subnav ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.subnav ul li {
  flex: 1;
}
.subnav ul li a {
  padding: 10px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  color: #350e65;
}
.subnav ul li a:hover {
  color: white;
}
.subnav ul li:hover {
  background: #350e65;
}

@media screen and (max-width: 25em) {
  body > nav > ul > li:first-of-type {
    display: none;
  }
}
footer a,
.circle a {
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

.subnav {
  text-align: left;
}
.subnav a {
  text-decoration: none;
}

.button,
a.cta {
  background-color: #d91962;
  color: #fff;
  border-radius: 0.125rem;
  padding: 0.75rem 2rem;
  white-space: nowrap;
}
.button:hover, .button:focus, .button:active,
a.cta:hover,
a.cta:focus,
a.cta:active {
  color: #fff;
  background-color: #ab144d;
}

a.cta,
section:first-of-type a.button {
  background-color: #f8ac04;
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 35em) {
  .subnav.subnav a:hover {
    background-color: #f8ac04;
    color: #333;
  }

  .subnav {
    padding-left: 0;
    display: inline-flex;
    justify-content: space-between;
  }
  .subnav a {
    background-color: #d91962;
    color: #fff;
    border-radius: 3px;
    padding: 0.75rem 2rem;
    white-space: nowrap;
  }
  .subnav a:hover, .subnav a:focus, .subnav a:active {
    text-decoration: none;
    color: #fff;
    background-color: #ab144d;
  }
  .subnav li {
    margin-right: 1rem;
    list-style-type: none;
  }
}
p.buttons {
  line-height: 2.5rem;
}

body {
  margin: 0;
  padding: 0;
}

section, footer {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 600px) {
  section, footer {
    padding: 20px;
  }
}
section > * {
  max-width: 54rem;
}

section:first-of-type {
  background-color: #350e65;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), -3px -3px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}
section:first-of-type a {
  color: #f8ac04;
}

section:nth-of-type(2) {
  background-color: #06020b;
  background-image: url("../images/back.jpg");
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset -3px -3px 3px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: right center;
  color: #fff;
}
section:nth-of-type(2) a {
  color: #d91962;
}

section:nth-of-type(3),
table {
  background-color: white;
  color: #333;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), -3px -3px 3px rgba(0, 0, 0, 0.2);
}

section:nth-of-type(4) {
  background-color: #f8f4fd;
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset -3px -3px 3px rgba(0, 0, 0, 0.2);
  color: #333;
}

section:nth-of-type(5) {
  background-color: #06020b;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), -3px -3px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}
section:nth-of-type(5) a {
  color: #d91962;
}

footer {
  background-color: #d91962;
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset -3px -3px 3px rgba(0, 0, 0, 0.2);
}
footer ul li a, footer a {
  color: white;
}

header {
  padding: 1.5rem 0;
  background-color: #fff;
  background-image: url(../images/flamechart.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
}

hgroup {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 1.5rem;
  grid-column-gap: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: rgba(245, 242, 245, 0.95);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), -3px -3px 3px rgba(0, 0, 0, 0.2);
}
hgroup > * {
  grid-column: auto/span 2;
}
hgroup h2 {
  font-size: calc((5vw + 5vh)/2);
  color: #350e65;
}
hgroup h2 span {
  font-weight: bold;
}
hgroup p {
  font-size: calc((2.5vw + 2.5vh)/2);
}

header .buttons {
  display: flex;
  margin: 3rem 0;
}
header .buttons a {
  padding: 0.75rem 1rem;
  font-size: 1.5rem;
  text-decoration: none;
  border-radius: 0.125rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
header .buttons a + a {
  margin-left: 1rem;
}
header .buttons a:hover {
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
}
header .buttons [class|=btn] {
  background-color: #f8ac04;
  color: #350e65;
}
header .buttons [class|=btn]:hover, header .buttons [class|=btn]:focus {
  color: #f8ac04;
  background-color: #d91962;
}
header .buttons .btn-cta {
  color: #f8ac04;
  background-color: #350e65;
}

footer article {
  display: flex;
  line-height: 1.6;
}
footer article > ul:not(:first-of-type) > li > a {
  border-bottom: 1px solid;
}
footer article > ul:not(:first-of-type) > li > a:hover {
  border: none;
}
footer ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
footer ul li {
  flex: 1 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}
footer ul a {
  text-decoration: none;
  color: #005193;
}
footer ul a:hover {
  text-decoration: underline;
  color: #06020b;
}
footer small {
  max-width: 800px;
  display: block;
  margin: 1em auto;
}

@media screen and (max-width: 800px) {
  footer article {
    flex-wrap: wrap;
  }
  footer article > ul {
    flex: 45%;
  }
}
@media screen and (max-width: 600px) {
  footer article {
    flex-wrap: wrap;
  }
  footer article ul {
    flex-direction: column;
  }
}
.reg {
  color: #fff;
  overflow: scroll;
}
.reg h1 {
  font-size: 2rem;
}
.reg table td[colspan] {
  text-align: center;
}

.registration tbody tr {
  opacity: 0.35;
}
.registration tbody tr.active {
  opacity: 1;
}
.registration p {
  text-align: center;
}
.registration .cta {
  display: block;
  margin: 3rem auto;
  font-weight: bold;
}

table {
  border-collapse: collapse;
  width: 100%;
  color: #333;
}

caption {
  margin: 1.5rem 0;
  font-size: 2rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.5);
}

tr:nth-of-type(odd) {
  background-color: #f8f4fd;
}

tr.active {
  background-color: #fdcd65;
}

th,
td {
  padding: 0.75rem 1rem;
}

.diversity {
  color: #d91962;
  text-decoration: none;
}
.diversity:hover {
  text-decoration: underline;
}

@media screen and (max-width: 54em) {
  #levels,
.longtext {
    display: block;
  }
  #levels details[open] p,
.longtext details[open] p {
    right: 0;
    width: 100%;
  }
  #levels tr,
.longtext tr {
    display: list;
  }
  #levels tr ~ tr td:first-of-type,
.longtext tr ~ tr td:first-of-type {
    border-top: 1px solid;
  }
  #levels tr:first-of-type,
.longtext tr:first-of-type {
    display: none;
  }
  #levels td,
.longtext td {
    display: list-item;
    border: none;
  }
  #levels td:empty,
.longtext td:empty {
    display: none;
  }

  #levels td:not(:first-of-type) {
    text-indent: 60px;
  }
  #levels td:nth-of-type(2):before {
    content: "Supporter: ";
  }
  #levels td:nth-of-type(3):before {
    content: "Silver-: ";
  }
  #levels td:nth-of-type(4):before {
    content: "Silver+: ";
  }
  #levels td:nth-of-type(5):before {
    content: "Gold: ";
  }
  #levels td:nth-of-type(6):before {
    content: "Platinum: ";
  }

  .longtext.longtext td {
    border: none;
  }
  .longtext.longtext td:first-of-type {
    font-weight: bold;
    paddin-top: 2em;
  }
  .longtext.longtext td:nth-of-type(2) {
    font-style: italic;
    opacity: 0.5;
  }
  .longtext.longtext td:nth-of-type(2):before {
    content: "Sponsorship Level: ";
  }
  .longtext.longtext td:nth-of-type(3):before {
    content: "Description: ";
  }
}
.circle {
  grid-column: 1/1;
  grid-row: 1/3;
  background: radial-gradient(circle at center, #fff 50%, transparent 50%);
  color: #333;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.circle:hover {
  background: radial-gradient(circle at center, #f8ac04 50%, transparent 50%);
  text-decoration: none;
}
.circle h1 {
  margin-top: 1.5rem;
  font-family: acme;
  background: -webkit-linear-gradient(#350e65 30%, #d91962 50%, #d91962 60%, #f8ac04 80%);
  -webkit-text-stroke: 0.25px black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: scale(1.25) rotate(-5deg) translate(-5px, -2px);
}
.circle h2 {
  font-size: 1rem;
}

@media screen and (min-width: 34rem) {
  .circle {
    border-radius: 50%;
    height: 18rem;
    width: 18rem;
    flex: 0 0 18rem;
    margin: 3rem 1.5rem;
    padding: 3rem 0;
  }

  header hgroup {
    flex-flow: row nowrap;
  }
  header hgroup::before {
    margin: 0 -2rem;
  }

  body hgroup {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* NAMED COLORS */
/* USED COLORS */
.speakers a {
  text-decoration: none;
}
.speakers ul {
  max-width: 60rem;
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}
.speakers li {
  box-sizing: border-box;
  list-style-type: none;
  text-align: center;
  margin: 0.75rem 0;
  padding: 0 1rem;
  flex: 0;
  width: 15rem;
}
.speakers img {
  height: 13rem;
  -webkit-filter: sepia(40);
}
.speakers figure {
  line-height: 0;
}
.speakers figcaption {
  box-sizing: border-box;
}
.speakers figcaption .bio {
  visibility: hidden;
  line-height: 1.5;
}
.speakers figcaption .name {
  line-height: 2;
  padding: 0.5em 0;
  white-space: nowrap;
  background-color: #f8ac04;
  color: white;
  font-weight: bold;
  background-color: #d91962;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.speakers a:hover,
.speakers a:active,
.speakers a:focus {
  background-color: #f8ac04;
  display: block;
  text-decoration: none;
}
.speakers a:hover img,
.speakers a:active img,
.speakers a:focus img {
  -webkit-filter: none;
}
.speakers a:hover figcaption,
.speakers a:active figcaption,
.speakers a:focus figcaption {
  color: #350e65;
  margin: 0;
  padding: 0;
}
.speakers a:hover figcaption .bio,
.speakers a:active figcaption .bio,
.speakers a:focus figcaption .bio {
  visibility: visible;
}

.talks li > div {
  display: flex;
}
.talks li:nth-of-type(odd) > div {
  flex-direction: row-reverse;
}
.talks figure {
  margin-left: 2rem;
}
.talks > div > ul > li:nth-child(even) figure {
  margin-right: 2rem;
  margin-left: 0;
}
.talks figure a {
  padding: 0.5rem 0.5rem 1.5rem;
  background: white;
  display: inline-block;
  transform: rotate(-5deg);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.talks figure img {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.talks figure img {
  width: 12rem;
}
.talks li:nth-of-type(odd) figure a {
  transform: rotate(5deg);
}
.talks > div > ul > li ~ li {
  border-top: 2px solid #f8ac04;
}
.talks h4 {
  margin-bottom: 0;
}
.talks h4 + p {
  margin-top: 0;
}
.talks > div > ul {
  padding-left: 0;
  list-style-type: none;
}
.talks > div > ul > li {
  padding: 3rem 0;
}
.talks hr {
  margin: 1.5rem 0;
  opacity: 0.1;
}

@media screen and (max-width: 520px) {
  .talks.talks.talks li > div {
    flex-direction: column;
  }
}
.container,
.container-small,
.container-large {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.container {
  max-width: 60rem;
}

.container-small {
  max-width: 40rem;
}

.container-large {
  max-width: 120rem;
}

a {
  color: #350e65;
}

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