body {
  font-family: Lora;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

/* Back to main show button
========================================
*/


a.back-button {
  font-family: Inter, sans-serif;
    border: 4px solid #3F3F3F;
    color: #3F3F3F;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: auto;
    padding: 12px 32px 12px 82px;
    position: relative;
    text-decoration: none;
    margin: 5vw 1vh 5vw 1vh;
}

a .label,
a .icon-arrow {
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000;
    color: #3F3F3F;

}



a .label {
    display: inline-block;
    transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1);
}

a .icon-arrow {
    fill: #3F3F3F;
    height: 15px;
    top: 17px;
    transform: scaleX(-1); /* make it left arrrow */

    transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1), opacity .4s cubic-bezier(0.86, 0, 0.07, 1);
    width: 35px;
}

a .icon-arrow.before {
    left: 52px;
    margin-right: 15px;
    position: absolute;
    transform-origin: left center;
}

a .icon-arrow.after {
    margin-left: 15px;
    opacity: 0;
    position: absolute;
    right: 62px;
    transform: translateX(75%) scaleX(0.1);
    transform-origin: right center;
    transform: scaleX(-1);
}

a:hover .label {
    transform: translateX(-52px);
}

a:hover .icon-arrow.before {

    opacity: 0;
    transform: translateX(-75%) scaleX(0.1);

}

a:hover .icon-arrow.after {
    opacity: 1;
    transform: translateX(0) scaleX(1);
    transform: scaleX(-1);

}
/*
a:active {
    border-color: #FD6154;
    color: #FD6154;
}

a:active .icon-arrow {
    fill: #FD6154;

}
*/


/* END Back to main show button
========================================
*/

a.current-show{
  display: inline-block;
  background-color: yellow;
  margin: 5vw 1vh 5vw 1vh;
  color: red;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen;
  color: #2e2e2e;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #246af0;
  text-decoration: none;
}

a:hover {
  color: #246af0;
  text-decoration: none;
}

img {
  display: inline-block;
  max-height: 30vh;
  max-width: 100%;
  margin-bottom: 10px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.splash {
  position: relative;
  height: 500px;
  max-height: 20vh;
  min-height: 80px;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.4) 48%, hsla(0, 0%, 100%, 0.8) 73%, hsla(0, 0%, 100%, 0.9) 83%, #fff), linear-gradient(190deg, rgba(0, 0, 0, 0.3), rgba(32, 32, 32, 0.14) 98%), url('../images/background.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.splash.viewport-height {
  position: -webkit-sticky;
  position: sticky;
  min-height: 90vh;
  padding-top: 15vh;
  background-color: #a96fc4;
  background-image: linear-gradient(190deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3) 12%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.1) 54%, transparent), url('../images/background.jpg');
  background-position: 0px 0px, 50% 50%;
}

.splash.viewport-height.home {
  max-width: 100vw;
  min-width: 100vw;
  background-image: linear-gradient(190deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3) 12%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.1) 54%, transparent), url('../images/background.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, 120vw 120vh, auto;
  background-attachment: scroll, fixed, scroll;
}

.splash.viewport-height.home:hover {
  margin-top: 0px;
  padding-top: 15vh;
}

.splash.viewport-height.home.tall {
  min-height: 90vh;
}

.splash.viewport-height.tall {
  min-height: 95vh;
}

.splash.viewport-height.about {
  max-height: 25vh;
  min-height: 70vh;
}

.splash.project {
  height: 0px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}


.nav-icon {
  display: inline-block;
  float: right;
  line-height: 13px;
}

.menu-button {
  display: block;
  margin-top: 0px;
  padding: 10px 8px 9px;
  float: right;
  border-radius: 2px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: hsla(0, 0%, 100%, 0.85);
}

.menu-button:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.menu-button.w--open {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.nav-logo {
  overflow: visible;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0em;
}

.nav-logo.page {
  color: #000;
}

.hero-heading {
  margin-bottom: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 81px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -1px;
}

.hero-heading.serif {
  margin-bottom: 4px;
  /* replace this font! font-family: 'Bluunext webfont', 'Times New Roman', sans-serif;*/
  font-family: Inter, sans-serif;

  line-height: 52px;
  font-weight: 700;
  letter-spacing: -1px;
}

.hero-subheading {
  margin-top: 32px;
  margin-bottom: 30px;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  text-transform: lowercase;
}

.hero {
  max-width: 72vw;
  text-align: left;
}

.hero.judges {
  margin-top: 1vh;
  margin-bottom: 48px;
}

.hero.home {
  text-shadow: 0 0 40px rgba(10, 11, 70, 0.3);
}

.hero.home:hover {
  margin-top: 0px;
}

.hero.top {
  padding-top: 30vh;
}

.button {
  display: inline-block;
  padding: 12px 31px;
  border-radius: 3px;
  background-color: #dd783f;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Oxygen;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.button:hover {
  background-color: #f17228;
  color: #fff;
}

.main-section {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: hsla(0, 0%, 100%, 0);
}

.main-section.dark {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px none #000;
  background-color: transparent;
}

.main-section.gray {
  background-color: hsla(0, 0%, 100%, 0);
}

.main-section.bottom-padding {
  margin-bottom: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.thumbnail-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.thumbnail-wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 0px 1px, rgba(0, 0, 0, 0.09) 0px 2px 23px 0px;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.thumbnail-wrapper.w--current {
  border-radius: 8px;
}

.blog-title {
  display: inline-block;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  color: #101315;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

.category-tag {
  position: static;
  left: 25.7vw;
  top: 0%;
  right: 0%;
  bottom: -151%;
  display: inline-block;
  margin-top: 24px;
  margin-right: 16px;
  padding: 8px 16px;
  float: right;
  clear: both;
  border-radius: 8px;
  background-color: #eabf14;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 10px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.category-tag.best-in-show {
  margin-top: -4px;
  margin-bottom: 0px;
  clear: both;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.thumbnail-text {
  position: relative;
  overflow: hidden;
  height: 45px;
  padding: 13px;
  border-top: 1px solid #e5e5e5;
}

.thumbnail-date {
  display: inline-block;
  float: right;
  font-family: Oxygen;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.thumbnail-date.lite {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.author-img {
  position: static;
  right: 10px;
  bottom: 10px;
  width: 26px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  border-radius: 60px;
}

.thumb-details {
  padding: 6px 13px;
  border-top: 1px solid #efefef;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #fcfcfc;
}

.preview-text {
  overflow: hidden;
  height: 40px;
  font-family: Inter, sans-serif;
  color: #7a7a7a;
  font-size: 11px;
  line-height: 19px;
}

.author-title {
  float: left;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.container {
  display: block;
  width: 1100px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.section-heading {
  text-align: center;
}

.med-divider {
  display: block;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  background-color: #dedede;
  list-style-type: lower-alpha;
}

.white {
  color: #fff;
}

.white:hover {
  color: #fff;
}

.white.underline {
  cursor: pointer;
}

.form-wrapper {
  display: block;
  width: 500px;
  margin: 20px auto 80px;
}

.field {
  width: 75%;
  height: 50px;
  float: left;
  border: 1px none #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #4d565d;
  font-size: 15px;
}

.submit-button {
  width: 25%;
  height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.28);
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: Oxygen;
}

.submit-button:hover {
  background-color: #dd783f;
}

.footer-section {
  padding-top: 28px;
  padding-bottom: 27px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: transparent;
}

.footer-link {
  display: inline-block;
  padding: 3px 0px 3px 40px;
  float: none;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: lowercase;
}

.footer-link:hover {
  color: #fff;
}

.thumbnail-image {
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #d6d6d6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.featured-wrapper:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.featured-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 60px 20px 16px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(46%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3) 46%, rgba(0, 0, 0, 0.4));
}

.featured-title {
  display: block;
  margin-bottom: 4px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  text-align: left;
}

.category-tag-2 {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  padding: 10px 15px 10px 14px;
  border-radius: 8px;
  background-color: #5cc489;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured-description {
  padding-right: 44px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.featured-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px 15px;
  border-radius: 8px;
}

.featured-image {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 8px;
  background-image: url('../images/3f4eb74a.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-date {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: 10px;
  font-family: 'Space Mono', sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 25px;
}

.blog-category {
  position: relative;
  display: inline-block;
  margin: 32px 10px 8px;
  padding: 8px 20px 9px;
  border-radius: 8px;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-category:hover {
  color: #fff;
}

.author-link {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.author-link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.author-wrapper {
  display: block;
  width: 70%;
  margin: 4vw auto 1vw;
  text-align: center;
}

.author-name {
  display: block;
  margin-top: 0px;
  margin-bottom: 3vh;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 6vh;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-indent: 0px;
}

.author-name:hover {
  color: #fff;
  font-style: normal;
  text-decoration: underline;
}

.inner-hero {
  position: relative;
  height: 300px;
  max-height: 20vh;
  min-height: 10vh;
  padding-top: 0px;
  background-image: url('../images/background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.inner-hero.about-page {
  background-image: url('../images/photo-1438636740648-37d6fed50dad.jpg');
  background-size: cover;
}

.inner-hero.category {
  background-image: url('../images/photo-1413977886085-3bbbf9a7cf6e.jpg');
  background-size: cover;
}

.author-picture {
  position: static;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  width: 300px;
  max-height: 450px;
  max-width: 350px;
  min-height: 450px;
  min-width: 350px;
  margin-right: 25px;
  margin-bottom: 17px;
  float: left;
  border-radius: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-name-main {
  display: block;
  margin-top: 60px;
  margin-bottom: 10px;
  /* replace this font!font-family: 'Bluunext webfont', 'Times New Roman', sans-serif;*/
  font-family: Inter, sans-serif;

  color: #fff;
  font-size: 80px;
  text-align: left;
}

.author-name-main.last {
  margin-top: 32px;
  font-family: Inter, sans-serif;
  font-size: 76px;
  font-weight: 500;
}

.authorbio {
  margin-top: 80px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.authorbio p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
}

.author-links {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 1px 0px;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.author-links:hover {
  opacity: 1;
}

.social-wrapper {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 8px;
  border-radius: 0px;
  opacity: 1;
}

.hero-header {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.blog-thumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
  border-radius: 16px;
}

.footer-logo {
  text-decoration: none;
}

.hero-blog {
  height: 100px;
  background-color: hsla(0, 0%, 100%, 0);
}

.smallest-divider {
  display: block;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  background-color: #dedede;
}

.author-bio {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.author-bio p {
  font-size: 13px;
  line-height: 21px;
}

.social-link {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.45;
}

.blog-post {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-family: Inter, sans-serif;
  color: #fff;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}


.view-all {
  margin-bottom: 13px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  text-decoration: none;
}

.full-divide {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: hsla(0, 0%, 87.1%, 0);
}

.author-photo {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-radius: 4px;
  -o-object-fit: fill;
  object-fit: fill;
}

.social-icon {
  margin-top: 0px;
  margin-bottom: 0px;
}

.category-section {
  display: block;
  max-width: 100vw;
  min-width: 100vw;
  margin-left: 0%;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0px;
  background-color: rgba(255, 123, 123, 0);
}

.category-link {
  display: block;
  max-width: 14vw;
  min-height: 32px;
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px 8px 4px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-size: 9px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  background-clip: border-box;
}

.category-link:hover {
  background-color: #ff6161;
  opacity: 0.8;
  color: #fff;
  text-transform: uppercase;
}

.category-link.badge {
  max-width: 14vw;
}

.dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.23;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-shadow: none;
}

.footer-links {
  text-align: right;
}

.category-block {
  display: block;
  padding: 10px;
  text-decoration: none;
}

.category-thumbnail {
  position: relative;
  overflow: hidden;
  height: 140px;
  padding: 57px 30px 30px;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 23px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.39);
}

.category-name {
  position: relative;
  z-index: 10;
}

.hero-wrapper {
  position: relative;
  z-index: 10;
}

.category-wrapper {
  font-size: 8px;
}


.field-label {
  font-family: Oxygen;
  font-weight: 400;
}

.contact-field {
  height: 50px;
  padding-bottom: 9px;
  border-radius: 2px;
  font-family: Oxygen;
}

.contact-field:focus {
  border: 1px solid #5cc489;
  color: #243039;
}

.contact-field.message {
  height: 150px;
}

.social-text {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 26px;
  background-image: url('../images/social-18.svg');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #243039;
  font-size: 14px;
  text-decoration: none;
}

.social-text.facebook {
  background-image: url('../images/social-03.svg');
  background-size: 15px;
}

.social-text.instagram {
  background-image: url('../images/social-07.svg');
  background-size: 15px;
}

.success-message {
  padding-top: 27px;
  border-radius: 3px;
  background-color: #5cc489;
  color: #fff;
}

.success-text {
  font-size: 16px;
}

.section-title {
  margin-top: 60px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 2px;
}

.blog-post-title {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 8vh;
  line-height: 8vh;
  font-weight: 600;
  letter-spacing: -1px;
  white-space: normal;
}

.site {
  right: 5%;
}

.site.designers {
  max-height: none;
  /*min-height: 100vh;*/
}

.text-block {
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

.button-2 {
  position: absolute;
  top: 500px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  text-align: left;
  cursor: s-resize;
}

.button-2:hover {
  color: #fff;
  font-size: 30px;
}

.collection-item {
  display: block;
  background-color: #fff;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-size: 10em;
}

.image {
  text-align: center;
}

.button-3 {
  position: -webkit-sticky;
  position: sticky;
  left: 45%;
  top: 0%;
  right: -25%;
  bottom: 0%;
  display: inline-block;
  margin-bottom: 40px;
  border-radius: 8px;
  background-color: #5cc489;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.button-3:hover {
  color: #fff;
}

.badge {
  position: fixed;
  opacity: 1;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
}

.tab {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  height: 100vh;
  max-height: 6vh;
  max-width: 240px;
  min-height: 4vh;
  min-width: 50px;
  margin-top: 0vh;
  margin-right: 0px;
  margin-left: 14vw;
  padding-bottom: 0px;
  border-top-left-radius: 12px;
  border-top-right-radius: 13px;
  background-color: #fff;
  -webkit-transition: max-height 150ms ease;
  transition: max-height 150ms ease;
  font-family: 'Space Mono', sans-serif;
  background-clip: padding-box;
  cursor: pointer;
}

.tab:hover {
  max-height: 6.25vh;
  min-height: 6vh;
}

.tab.corner {
  margin-left: 32vw;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 12px;
  background-clip: content-box;
}

.tab.home {
  margin-bottom: 10vh;
}

.tab.home:hover {
  max-height: 6vh;
  min-height: 4vh;
}

.tab-text {
  padding: 1em 1em 2em;
  color: #2e394d;
  font-size: 14px;
  text-align: center;
}

.tab-text:hover {
  color: #2e394d;
  text-decoration: none;
}

.collection-list {
  margin-right: 5vw;
  margin-left: 5vw;
}

.category {
  height: 60px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-radius: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  background-clip: border-box;
}

.collection-list-wrapper {
  margin-top: 40px;
  margin-right: 24px;
  margin-left: 24px;
}

.text-block-3 {
  margin-top: 80px;
  margin-bottom: 40px;
  margin-left: 14vw;
  padding-left: 0vw;
  font-family: Inter, sans-serif;
  font-size: 48px;
}

.collection-list-wrapper-2 {
  max-width: 95vw;
  margin-right: 0px;
  margin-left: 4.5vw;
}

.collection-list-wrapper-3 {
  font-family: Inter, sans-serif;
}

.div-block-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/background.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.collection-list-wrapper-4 {
  margin-top: 20px;
}

.heading {
  max-width: 22vw;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 2vw;
  font-weight: 400;
}

.container-2 {
  margin-top: -60px;
}

.heading-2 {
  position: absolute;
  max-height: 100px;
  margin-left: 375px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 4px;
  background-color: #eab720;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  background-clip: padding-box;
}


.container-4 {
  max-width: 80vw;
  padding-left: 0px;
}

.collection-list-2 {
  position: relative;
  max-width: 92vw;
  margin-right: auto;
  margin-left: 0px;
  background-color: hsla(38, 0%, 100%, 0);
}

.body {
  margin-top: 112px;
  background-image: url('../images/background.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.collection-list-wrapper-5 {
  margin-right: 14vw;
  margin-left: 14vw;
}

.collection-item-2 {
  position: relative;
  max-height: 20vh;
  max-width: 50%;
  min-height: 20vh;
  min-width: 10%;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 8px;
  background-color: #969696;
  background-clip: padding-box;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-5 {
  background-color: #ff6565;
}

.collection-item-3 {
  max-width: 40vw;
  min-width: 40vw;
  margin-right: 0vw;
  margin-left: 0vw;
  background-color: #ffb265;
}

.collection-list-4 {
  max-width: 90vw;
  margin-right: 5vw;
  margin-left: 10vw;
}

.collection-item-4 {
  display: block;
  max-width: 12vw;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 14px;
}

.heading-3 {
  font-family: Inter, sans-serif;
}

.body-2 {
  background-image: url('../images/background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.image-2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.section {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
}

.collection-item-5 {
  overflow: visible;
  max-height: 300px;
  max-width: 35vw;
  min-height: 300px;
  margin: auto 1vw 132px auto;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 8px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.collection-list-wrapper-6 {
  margin-top: 16px;
  margin-right: 14vw;
  margin-left: 14vw;
}

.collection-list-5 {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.heading-5 {
  display: block;
  margin-top: 16px;
  margin-bottom: 4px;
  margin-left: 0.5vw;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 600;
}

.heading-6 {
  margin-top: 0px;
  margin-left: 0.5vw;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.text-block-4 {
  padding: 4px 16px;
  border-radius: 8px;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.container-6 {
  margin-top: 40px;
}

.div-block-3 {
  max-height: 10px;
  min-height: 10px;
}

.intro {
  max-width: 21ch;
  margin-bottom: 10vh;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
  cursor: default;
}

.container-7 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  margin-bottom: -108px;
  padding-bottom: 8px;
  padding-left: 8px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #000 #ddd #ddd;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  -o-object-fit: fill;
  object-fit: fill;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-4 {
  max-height: 50%;
  background-color: #ff7474;
}

.collection-item-6 {
  max-height: 10vw;
  min-height: 8vw;
  margin-bottom: 1vw;
  background-color: #ffb061;
}

.container-8 {
  max-height: 100%;
  background-color: #ffd175;
}

.div-block-5 {
  background-color: #e2e2e2;
}

.collection-item-7 {
  max-width: 48%;
  margin-right: 1vw;
  margin-bottom: 1vw;
  margin-left: auto;
  background-color: #d3d3d3;
}

.collection-list-6 {
  display: block;
  margin-left: auto;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.collection-list-wrapper-7 {
  max-width: 80vw;
  margin-right: 10vw;
  margin-left: 10vw;
}

.grid {
  margin-right: 14vw;
  margin-left: 14vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 16px;
}

.card {
  margin: 0px 0vw 12px;
  padding-bottom: 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 8px -5px rgba(0, 0, 0, 0.44);
  -webkit-transition: margin 100ms ease;
  transition: margin 100ms ease;
  line-height: 16px;
  overflow: hidden;
}

.card:hover {
  margin-top: -0.1vh;
  box-shadow: 1px 0 10px -2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.card.eboard {
  min-height: 1px;
  border-style: none;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  cursor: default;
}

.card.eboard:hover {
  margin-top: 0vh;
}

.h2 {
  display: block;
  margin: 1vh 0vw 1vh 0px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Inter, sans-serif;
  color: #2e394d;
  font-size: 36px;
  line-height: 43.2px;
  font-weight: 400;
  letter-spacing: -0.02em;
  background-clip: border-box;
}

.h2.serif {
  margin-top: -10vh;
  padding-top: 20vh;
  /* replace this font! font-family: 'Bluunext webfont', 'Times New Roman', sans-serif;*/
  font-family: Inter, sans-serif;
  font-size: 4vw;
}

.h2.white {
  color: #fff;
  font-size: 60px;
}

.h2.judges {
  margin-top: 10vh;
}

.h2.big {
  display: block;
  margin-bottom: 2vh;
  font-size: 60px;
  line-height: 60px;
}

.h2.big.serif {
  margin-top: 0vh;
  margin-bottom: 3vh;
  padding-top: 20vh;
}

.h2.big.serif.no-margin {
  padding-top: 0vh;
}

.h2.large {
  margin-top: 2vh;
  font-size: 60px;
}

.card-title {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: 1vw;
  font-family: Inter, sans-serif;
  color: #2e394d;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
}

.card-title:hover {
  background-color: transparent;
}

.card-title.designer {
  margin-top: 8px;
  font-size: 22px;
  line-height: 26px;
}

.card-title.eboard {
  margin-left: 0vw;
}

.card-title.no-name {
  margin-top: 12px;
  margin-bottom: 2vh;
}

.card-name {
  margin-top: 0px;
  margin-bottom: 1vw;
  margin-left: 1vw;
  font-family: Inter, sans-serif;
  color: #596783;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}

.card-name:hover {
  color: #2e394d;
  text-decoration: none;
}

.card-name.mono {
  margin-top: 0px;
  font-family: 'Space Mono', sans-serif;
  color: #8a94a8;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
}

.card-name.mono.eboard {
  margin-top: 8px;
  margin-left: 0vw;
  color: #8a94a8;
  text-transform: none;
}

.card-name.mono.eboard:hover {
  color: #8a94a8;
}

.category-badge {
  position: static;
  display: inline-block;
  overflow: visible;
  margin: 16px 2vw 8px 16px;
  padding: 8px 16px;
  float: right;
  clear: none;
  border-radius: 8px;
  background-color: #565656;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 10px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  background-clip: padding-box;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.category-badge.red {
  background-color: #de484d;
}

.category-badge.red.best-in-show {
  margin-top: 0px;
}

.category-badge.orange {
  background-color: #df7f51;
}

.category-badge.orange.poster {
  background-color: #e7af6a;
}

.category-badge.yellow {
  display: none;
  clear: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #cf9a15;
}

.category-badge.green {
  background-color: #38a655;
}

.category-badge.blue {
  background-color: #246af0;
}

.category-badge.purple {
  background-color: #856fc4;
}

.category-badge.best-in-show {
  margin-top: 0px;
}

.category-badge.teal {
  background-color: #44baa8;
}

.category-badge.second {
  margin-top: -8px;
}

.category-badge.second.teal {
  margin-top: -4px;
  clear: right;
}

.card-div {
  display: block;
  max-width: 35vw;
  margin-right: 0px;
  margin-bottom: 2vw;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-div.left {
  margin-left: 14vw;
}

.card-div.right {
  margin-right: 14vw;
}

.card-div.designer {
  max-height: 60vh;
  max-width: 17vw;
  margin-bottom: 1vw;
}

.card-div.designer.last {
  margin-right: 24.5vw;
}

.card-div.designer.eboard {
  max-width: 23vw;
}

.card-div.designer.eboard.right {
  margin-right: 0vw;
}

.card-div.third {
  max-width: 23vw;
}

.mix-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0vw;
  margin-bottom: 64px;
  margin-left: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mix-container.eboard {
  margin-top: 16px;
  margin-bottom: 0px;
}

.card-image {
  //overflow: visible;
  min-height: 30vh;
  white-space: normal;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
}

.card-image.judges {
  max-height: 50vh;
  min-height: 50vh;
}

.card-image.card-designer {
  position: static;
  max-height: 30vh;
  min-height: 30vh;
  float: none;
}

.card-image.card-designer.center-vertical-top.rounded {
  border-radius: 12px;
}

.card-image.card-designer.center-vertical-top.zoom {
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.card-image.card-designer.past-show {
  max-height: 30vh;
  min-height: 30vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.card-image.card-designer.past-show.top-left {
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.card-image.card-designer.past-show.left {
  clear: none;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.card-image.card-designer.rounded {
  max-height: 40vh;
  min-height: 40vh;
  border-radius: 12px;
}

.card-image.center-vertical-top {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

.card-image.center-vertical-top.gray {
  background-color: rgba(168, 168, 168, 0.4);
}

.card-image.center-vertical-bottom {
  -o-object-position: 50% 70%;
  object-position: 50% 70%;
}

.card-image.top {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.image-4 {
  max-width: none;
  min-height: 30vh;
}

.hero-1 {
  margin-bottom: 0px;
  /* replace this font! font-family: 'Bluunext webfont', 'Times New Roman', sans-serif;*/
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 5vw;
  /*line-height: 10vw;*/
  line-height: 1.2em;
  font-weight: 500;

}

.hero-1.white {
  color: #fff;
  font-size: 72px;
  line-height: 70px;
  font-weight: 500;
  cursor: default;
}

.hero-1.white.designer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30vw;
  margin-left: 28vw;
  font-size: 72px;
  line-height: 64px;
  text-shadow: 0 0 20px rgba(89, 103, 131, 0.3);
  cursor: default;
}

.hero-1.white.designer.black {
  margin-top: -40vh;
  margin-left: 34vw;
  color: #2e394d;
}

.hero-1.white.serif {
  display: inline;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.hero-1.dark {
  margin-top: -10vh;
  margin-bottom: 4vh;
  padding-top: 10vh;
  font-size: 60px;
  font-weight: 500;

}

.hero-1.dark.designer {
  margin-top: 0vh;
  margin-bottom: 4vh;
}

.hero-1.dark.work {
  margin-top: 0vh;
  padding-top: 10vh;
  color: #2e394d;
}

.h1 {
  max-width: 93%;
  min-width: 93%;
  margin-bottom: 0px;
  /* font-family: 'Bluunext webfont', 'Times New Roman', sans-serif;*/
  color: #0f131a;
  font-size: 54px;
  line-height: 61.2px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.h1.white {
  max-width: 12ch;
  margin-top: 0px;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0em;
}

.h1.white.designer {
  margin-bottom: 3vh;
  margin-left: 31vw;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.h1.white.designer.black {
  margin-left: 34vw;
  color: #2e394d;
}

.h1.white.designer.sans {
  min-width: 0px;
  margin-left: 28vw;
  font-family: Inter, sans-serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  text-shadow: 0 0 20px rgba(89, 103, 131, 0.2);
  cursor: default;
}

.h1.white.small {
  margin-top: 0.5vw;
  font-size: 7vw;
  line-height: 6vw;
  font-weight: 700;
  letter-spacing: 0.05ch;
}

.h1.white.small.caps {
  margin-bottom: 0px;
  font-size: 72px;
  line-height: 72px;
  text-transform: uppercase;
}

.h1.white.small.designer {
  margin-top: 0vw;
  font-size: 8vw;
  font-weight: 600;
  letter-spacing: 0ch;
}

.h1.white.normal {
  font-size: 72px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: -0.02em;
  cursor: default;
}

.h1.white.normal.sans {
  font-family: Inter, sans-serif;
}

.h1.judges {
  margin-top: 60px;
  margin-bottom: 32px;
}

.h1.narrow.long {
  font-size: 4.2vw;
}

.hero-3 {
  margin-top: 6vh;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}

.hero-3.designer {
  position: relative;
  z-index: 10;
  max-width: none;
  margin-top: 0px;
  margin-left: 28vw;
  font-size: 24px;
  cursor: default;
}

.hero-3.designer.gray {
  margin-left: 34vw;
  color: #596783;
  font-size: 20px;
}

.hero-3.gray {
  color: #596783;
}

.hero-3.small {
  font-size: 16px;
}

.hero-3.small.gray {
  display: block;
  margin-top: 0px;
  margin-right: 16px;
  margin-bottom: 12px;
  float: none;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.main {
  max-width: 72vw;
  margin-top: 0px;
  margin-right: 14vw;
  margin-left: 14vw;
  padding-top: 0px;
}

.main.judges {
  padding-bottom: 0px;
}

.main.padding {
  padding-top: 64px;
}

.p {
  position: static;
  left: 28vw;
  display: block;
  max-width: 57vw;
  min-width: 0px;
  margin-top: 0vh;
  margin-bottom: 4vh;
  float: none;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Inter, sans-serif;
  color: #2e394d;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.015em;
  white-space: normal;
}

.p.white {
  color: #fff;
}

.p.white.designer {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: inline-block;
  overflow: auto;
  max-width: 75ch;
  margin-top: 2vh;
  margin-left: 28vw;
  border-radius: 0px;
  font-size: 18px;
  line-height: 24px;
  text-shadow: 0 0 20px rgba(89, 103, 131, 0.4);
  white-space: normal;
  cursor: default;
  -o-object-fit: fill;
  object-fit: fill;
}

.p.white.designer.black {
  margin-left: 34vw;
  color: #2e394d;
}

.p.white.designer.small {
  font-size: 16px;
}

.p.white.designer.shadow {
  text-shadow: -4px 0 20px rgba(46, 57, 77, 0.7);
}

.p.margin {
  display: inline;
  max-width: 41vw;
  min-width: 0px;
  margin-top: 0px;
  margin-left: 0vw;
  float: left;
  clear: right;
}

.p.inline {
  display: inline;
  max-width: 56vw;
  float: left;
}

.h3 {
  display: block;
  margin-top: 1vh;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #2e394d;
  font-size: 22.4px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.h3.mono {
  margin-top: 3vh;
  margin-bottom: 1vh;
  font-family: 'Space Mono', sans-serif;
  color: #8a94a8;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
}

.h3.subtitle {
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
  clear: left;
}

.h3.subtitle.margin {
  display: inline-block;
  max-width: 72vw;
  min-width: 72vw;
  margin-left: 2px;
  color: #4c576c;
  font-weight: 500;
}

.h3.subtitle.margin.inline {
  display: inline;
}

.h3.subtitle.margin.top {
  margin-top: 4vh;
}

.h3.subtitle.inline {
  display: block;
  float: none;
  clear: left;
}

.h3.small {
  margin-top: 0vh;
  margin-left: 1vw;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0em;
  text-transform: none;
}

.h3.small.eboard {
  margin-left: 0vw;
  line-height: 22px;
}

.filter-controls {
  display: block;
  margin-bottom: 4vh;
}

.filter-button {
  display: block;
  overflow: visible;
  max-width: 11vw;
  min-height: 30px;
  min-width: 11.1vw;
  margin-top: 16px;
  margin-right: 1vw;
  margin-left: 0px;
  padding: 8px 16px;
  float: left;
  clear: right;
  border-radius: 8px;
  background-color: #565656;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  background-clip: padding-box;
  cursor: pointer;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.filter-button:hover {
  margin-top: 15px;
}

.filter-button:active {
  opacity: 0.8;
}

.filter-button:focus {
  opacity: 1;
}

.filter-button.red {
  margin-left: 0px;
  background-color: #de484d;
}

.filter-button.red.no-hover {
  display: inline;
  max-width: none;
  min-width: 0vw;
  cursor: auto;
}

.filter-button.red.no-hover:active {
  opacity: 1;
}

.filter-button.orange {
  background-color: #df7f51;
}

.filter-button.orange.no-hover {
  display: inline;
  max-width: none;
  min-width: 0vw;
  cursor: auto;
}

.filter-button.orange.no-hover:active {
  opacity: 1;
}

.filter-button.yellow {
  margin-right: 0vw;
  background-color: #cf9a15;
}

.filter-button.green {
  background-color: #38a655;
}

.filter-button.green.no-hover {
  max-width: none;
  min-width: 0vw;
  cursor: auto;
}

.filter-button.green.no-hover:active {
  opacity: 1;
}

.filter-button.blue {
  background-color: #246af0;
}

.filter-button.blue.no-hover {
  max-width: none;
  min-width: 0vw;
  cursor: auto;
}

.filter-button.blue.no-hover:active {
  opacity: 1;
}

.filter-button.purple {
  background-color: #856fc4;
}

.filter-button.purple.no-hover {
  max-width: none;
  min-width: 0vw;
  cursor: auto;
}

.filter-button.purple.no-hover:active {
  opacity: 1;
}

.filter-button.gray {
  margin-right: 0vw;
  background-color: #8a94a8;
}

.filter-button.no-hover:hover {
  margin-top: 16px;
}

.filter-button.teal {
  display: inline-block;
  max-width: none;
  min-width: 0px;
  background-color: #44baa8;
}

.filter-button.teal:active {
  opacity: 1;
}

.filter-button.teal.no-hover {
  cursor: auto;
}

.category-badge-copy {
  display: inline-block;
  overflow: visible;
  margin-top: 16px;
  margin-right: 2vw;
  margin-left: 16px;
  padding: 8px 16px;
  float: right;
  border-radius: 8px;
  background-color: #565656;
  font-family: 'Space Mono', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 10px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  background-clip: padding-box;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.category-badge-copy.red {
  background-color: #de484d;
}

.category-badge-copy.orange {
  background-color: #df7f51;
}

.category-badge-copy.yellow {
  background-color: #cf9a15;
}

.category-badge-copy.green {
  background-color: #38a655;
}

.category-badge-copy.blue {
  background-color: #246af0;
}

.category-badge-copy.purple {
  background-color: #856fc4;
}

.text-span {
  position: static;
  font-weight: 300;
}

.image-5 {
  display: block;
}

.best-in-show_seal {
  position: absolute;
  left: 0%;
  top: 72%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  max-height: none;
  max-width: 10vw;
  margin-left: 23px;
}

.select {
  font-weight: 300;
}

.text-span-2 {
  display: inline;
  font-weight: 300;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading-7 {
  font-family: Inter, sans-serif;
}

.heading-8 {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

.header {
  max-height: 60vh;
  max-width: 100vw;
  min-width: 100vw;
  border-radius: 0px 0px 2vw 2vw;
}

.best-in-show_img {
  position: absolute;
  left: 0%;
  top: 0%;
  max-height: 40vh;
  max-width: 15vw;
  margin-top: 5vw;
  margin-left: 5vw;
}

.best-in-show_img.project-page {
  margin-left: 76vw;
}

.best-in-show_img.second {
  z-index: 100;
  margin-left: 15vw;
}

.best-in-show_img._10-years {
  max-height: 50vh;
  max-width: 20vw;
  margin-top: 8vw;
  margin-left: 70vw;
}

.best-in-show_img._10-years.black {
  max-width: 15vw;
  margin-top: 5vw;
}

.project {
  max-height: none;
  max-width: 72vw;
  min-width: 72vw;
  margin-bottom: 3vh;
  border-radius: 0px;
}

.project.two-column {
  display: block;
  overflow: visible;
  max-width: 35vw;
  min-width: 35vw;
  margin-left: 0vw;
  float: left;
  clear: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.project.two-column.left {
  margin-right: 2vw;
}

.project.short {
  max-height: 50vh;
}

.project._3-up {
  max-width: 23vw;
  min-width: 23vw;
  clear: none;
}

.project._3-up.margin {
  margin-left: 1.5vw;
}

.project.rounded {
  border: 0px none #fff;
  border-radius: 24px;
}

.project.bottom {
  margin-bottom: 6vh;
}

.project.third {
  max-width: 33%;
  min-width: 33%;
}

.best-in-show_card {
  position: absolute;
  max-height: none;
  max-width: 10vw;
  margin-top: 1vw;
  margin-left: 1vw;
}

.best-in-show_card.designer {
  position: absolute;
  display: inline-block;
  max-height: none;
  max-width: 7%;
  margin-top: 0vw;
  margin-left: 0vw;
}

.best-in-show_card.designer.right {
  margin-left: 10%;
}

.best-in-show_card.right {
  margin-left: 24vw;
}

.text-block-5 {
  margin-right: 1vw;
  margin-bottom: 1vw;
  margin-left: 1vw;
  font-family: Inter, sans-serif;
  color: #2e394d;
}

.link {
  color: #246af0;
}

.link:hover {
  color: #246af0;
  text-decoration: underline;
}

.text-block-6 {
  margin-right: 14vw;
  margin-left: 14vw;
  font-family: Inter, sans-serif;
  text-align: center;
}

.link-2 {
  color: #246af0;
}

.link-2:hover {
  color: #246af0;
  text-decoration: underline;
}

.link-footer {
  color: #246af0;
}

.link-footer:hover {
  color: #246af0;
  text-decoration: underline;
}

.home {
  margin-top: 0px;
  -webkit-transition: margin-top 100ms ease;
  transition: margin-top 100ms ease;
  color: #fff;
  font-size: 22px;
}

.home:hover {
  display: block;
  margin-top: -2px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #fff;
  text-decoration: none;
}

.designer {
  display: inline-block;
  max-height: none;
  max-width: 32vw;
  border-radius: 1vw;
}

.designer.headshot {
  max-height: 65vh;
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.15);
}

.designer.headshot.gray {
  max-width: 10vw;
  min-height: 54vh;
  border-style: solid;
  border-width: 240px;
  border-color: #b9b9b9;
}

.designer.headshot.rectangle {
  max-height: 65vh;
  max-width: 28vw;
  min-height: 65vh;
  min-width: 28vw;
}

.designer.headshot.fade {
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.15);
}

.designer.tall {
  max-height: 38vw;
  max-width: 32vw;
  min-height: 38vw;
  min-width: 32vw;
}

.profile {
  display: inline-block;
  margin-top: 1vh;
  margin-left: 2vw;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 12px;
  background-color: #7358c0;
  font-family: 'Space Mono', sans-serif;
}

.profile:hover {
  box-shadow: 0 0 4px -1px rgba(46, 57, 77, 0.75);
  color: #fff;
  text-decoration: none;
}

.profile.ghost {
  display: inline-block;
  max-height: 30px;
  min-height: 30px;
  margin-top: 16px;
  margin-left: 0px;
  padding-top: 6px;
  border: 1px solid #2e394d;
  background-color: transparent;
  color: #2e394d;
}

.profile.no-margin {
  display: inline-block;
  margin: 0vh 1vw 16px 0vw;
}

.profile.no-margin.red {
  display: inline-block;
  background-color: #de484d;
}

.profile.no-margin.orange {
  background-color: #df7f51;
}

.profile.no-margin.green {
  background-color: #38a655;
}

.profile.no-margin.blue {
  background-color: #246af0;
}

.profile.no-margin.teal {
  background-color: #44baa8;
}

.profile.no-margin.yellow {
  background-color: #cf9a15;
}

.profile.no-margin.purple {
  background-color: #856fc4;
}

.profile.no-margin.blue {
  display: inline-block;
  background-color: #246af0;
}

.profile.no-margin.ghost {
  max-height: none;
  min-height: 0px;
  margin-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #246af0;
  background-color: transparent;
  color: #246af0;
}

.profile.no-margin.ghost.clear {
  margin-top: 2vh;
}

.profile.no-margin.ghost.bottom {
  max-height: none;
  min-height: 0px;
  margin-bottom: 0px;
  padding-top: 9px;
}

.profile.blue {
  background-color: #246af0;
}

.profile.green {
  position: relative;
  z-index: 10;
  background-color: #38a655;
}

.profile.red {
  background-color: #de484d;
}

.profile.teal {
  background-color: #44baa8;
}

.profile.pink {
  background-color: #ee6a6f;
  color: #fff;
}

.logo-nav {
  display: block;
  max-height: 20px;
  margin-top: 10px;
  border-radius: 0px;
  -webkit-transition: margin-top 200ms ease;
  transition: margin-top 200ms ease;
}

.logo-div {
  max-width: 20vw;
}

.logo-div:hover {
  margin-top: -2px;
}


.back-to-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 2vw;
  margin-bottom: 1vw;
  -webkit-transition: margin-bottom 200ms ease;
  transition: margin-bottom 200ms ease;
}

.back-to-top:hover {
  margin-bottom: 1.2vw;
}

.up-arrow {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  margin-right: 1vw;
  border-radius: 0px;
}

.html-embed {
  margin-bottom: 40px;
}

.lowercase {
  text-transform: none;
}

.logo-nav-2 {
  max-height: 22px;
  margin-top: 10px;
  border-radius: 0px;
  -webkit-transition: margin-top 200ms ease;
  transition: margin-top 200ms ease;
}

.image-6 {
  position: absolute;
  left: auto;
  top: 5%;
  right: 0%;
  bottom: 0%;
}

.arrow {
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.h1-2 {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  color: #2e394d;
  font-size: 60px;
  line-height: 6vw;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.h1-2.white {
  max-width: 12ch;
  margin-top: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0em;
}

.h1-2.white.small {
  margin-top: 0.5vw;
  font-size: 7vw;
  line-height: 6vw;
  font-weight: 700;
  letter-spacing: 0.05ch;
}

.h1-2.white.small.caps {
  margin-bottom: 0px;
  font-size: 72px;
  line-height: 72px;
  text-transform: uppercase;
}

.tab-text-2 {
  padding: 1em 1em 2em;
  color: #2e394d;
  font-size: 14px;
  text-align: center;
}

.tab-text-2:hover {
  color: #2e394d;
  text-decoration: none;
}

.p-2 {
  display: block;
  max-width: 55ch;
  margin-top: 1vh;
  margin-bottom: 4vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Inter, sans-serif;
  color: #2e394d;
  font-size: 16px;
  line-height: 24px;
}

.p-2.white {
  margin-top: 4vh;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  cursor: default;
}

.p-2.white.designer {
  max-width: 75ch;
  margin-top: 2vh;
  margin-left: 31vw;
  font-size: 18px;
}

.back-link {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(138, 148, 168, 0.16);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.back-link.short {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.back {
  color: #246af0;
}

.back.white {
  margin-left: 7vw;
  color: #fff;
}

.back.white:hover {
  color: rgba(255, 255, 255, 0.8);
}

.square {
  border-radius: 0px;
}

.at {
  font-family: Inter, sans-serif;
}

.judge {
  position: static;
  display: inline-block;
  max-height: 20vw;
  max-width: 20vw;
  min-height: 20vw;
  min-width: 20vw;
  margin-right: 4vw;
  float: left;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.hero-link {
  color: #fff;
  text-decoration: none;
}

.hero-link:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}

.aud {
  display: inline-block;
  max-height: none;
  max-width: 100px;
  margin-top: -32px;
  margin-bottom: 0px;
  float: right;
  clear: none;
}

.link-about {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  float: none;
  clear: none;
}

.link-about:hover {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: underline;
}

.audc {
  display: inline-block;
  max-height: none;
  max-width: 15vw;
  float: right;
  clear: none;
}

.subtitle {
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.alum {
  position: absolute;
  max-width: 9vw;
  margin-top: 12vw;
  margin-left: 13vw;
}

.icon {
  display: block;
  max-height: 40px;
  min-height: 40px;
  margin-bottom: 0px;
  float: none;
  clear: none;
  border-radius: 11px;
}

.icon.clear {
  display: block;
  max-height: 40px;
  min-height: 40px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  clear: left;
}

.icon.clear.margin {
  margin-top: -6vh;
}

.icon.clear.link {
  margin-top: -2vh;
  margin-left: 0px;
  clear: left;
}

.icon.margin {
  margin-top: -7vh;
}

.icon.link {
  position: static;
  max-width: 100%;
  margin-top: -2vh;
  margin-left: -8px;
  float: left;
  clear: none;
}

.image-8 {
  border-radius: 20px;
}

.clear {
  margin-top: 4px;
  margin-bottom: 4px;
  float: left;
  clear: left;
}

.float {
  margin-bottom: 8px;
  float: left;
  clear: none;
}

.float.subhead {
  font-family: Inter, sans-serif;
  color: #596783;
  font-size: 40px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.scroll-snap {
  display: none;
}

.light {
  font-weight: 300;
}

.text-span-11 {
  text-decoration: none;
  cursor: pointer;
}

.padding {
  padding-right: 2px;
  padding-left: 2px;
}

.link-block-2 {
  max-height: 40px;
}

.short {
  max-height: 10px;
  min-height: 10px;
  font-size: 10px;
  line-height: 10px;
}

.name {
  color: #2e394d;
}

.name:hover {
  color: #4c576c;
}

.break {
  font-size: 1px;
}

.homepage {
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .splash.viewport-height {
    min-height: 70vh;
  }

  .splash.viewport-height.home {
    min-height: 70vh;
  }

  .splash.viewport-height.home.tall {
    min-height: 70vh;
  }

  .splash.viewport-height.tall {
    max-height: none;
    min-height: 85vh;
  }

  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-heading {
    margin-bottom: 0px;
  }

  .hero-heading.serif {
    margin-bottom: 0px;
    line-height: 60px;
  }

  .hero {
    max-width: 92vw;
    margin-top: -5vh;
  }

  .hero.top {
    padding-top: 20vh;
  }

  .main-section {
    padding: 40px 10px;
  }

  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .category-tag {
    float: right;
    clear: left;
  }

  .category-tag.best-in-show {
    clear: both;
  }

  .preview-text {
    overflow: hidden;
    max-height: 40px;
  }

  .section-heading {
    display: block;
    text-align: center;
  }

  .footer-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .featured-text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 70px;
  }

  .featured-title {
    font-size: 23px;
  }

  .category-tag-2 {
    z-index: 10;
  }

  .featured-description {
    overflow: hidden;
    max-height: 55px;
    padding-right: 0px;
    font-size: 17px;
    line-height: 23px;
  }

  .author-wrapper {
    margin-top: 6vh;
    margin-bottom: 0vw;
  }

  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .category-block {
    padding: 10px 0px;
  }

  .text-block {
    margin-bottom: 0px;
  }

  .link-block {
    margin-bottom: -6px;
  }

  .tab {
    margin-left: 3vw;
  }

  .text-block-3 {
    margin-left: 3vw;
    padding-left: 0vw;
  }

  .collection-list-wrapper-2 {
    max-width: 100vw;
  }


  .container-4 {
    max-width: 100vw;
  }

  .collection-list-2 {
    max-width: 92vw;
  }

  .collection-item-4 {
    max-width: 15vw;
  }

  .collection-item-5 {
    max-width: 48%;
    min-height: 252px;
    margin-right: 1vw;
    margin-bottom: 14vw;
    margin-left: 0vw;
  }

  .collection-list-wrapper-6 {
    max-width: 92vw;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-5 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-6 {
    font-size: 20px;
  }

  .intro {
    margin-bottom: 6vh;
  }

  .intro.layer {
    font-size: 3vw;
    line-height: 4vw;
  }

  .container-7 {
    max-width: 100%;
    margin-bottom: -88px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .grid {
    max-width: 92vw;
    min-width: 92vw;
    margin-right: auto;
    margin-left: auto;
  }

  .h2 {
    font-size: 5vw;
  }

  .h2.big.serif {
    padding-top: 15vh;
  }

  .card-title {
    margin-left: 2vw;
  }

  .card-title.no-name {
    margin-bottom: 1vh;
  }

  .card-name {
    margin-left: 2vw;
  }

  .card-name.mono {
    font-size: 14px;
  }

  .card-div {
    max-width: 45vw;
  }

  .card-div.designer {
    max-width: 22vw;
  }

  .card-div.designer.eboard {
    max-width: 29vw;
  }

  .card-div.third {
    max-width: 30vw;
  }

  .card-image {
    max-height: 20vh;
    min-height: 20vh;
  }

  .card-image.card-designer {
    max-height: 20vh;
    min-height: 20vh;
  }

  .card-image.card-designer.rounded {
    max-height: 30vh;
    min-height: 30vh;
  }

  .hero-1.white.designer {
    margin-top: -30vh;
    margin-left: 40vw;
  }

  .hero-1.white.layer {
    font-size: 7vw;
    line-height: 7vw;
  }

  .hero-1.dark.work {
    color: #2e394d;
    font-size: 6vw;
  }

  .h1 {
    color: #2e394d;
    font-size: 7vw;
  }

  .h1.white.designer {
    margin-left: 40vw;
  }

  .h1.white.designer.sans {
    margin-left: 40vw;
  }

  .h1.white.normal.sans.layer {
    font-size: 7vw;
    line-height: 8vw;
  }

  .hero-3.designer {
    margin-left: 40vw;
  }

  .main {
    max-width: none;
    margin-right: 4vw;
    margin-left: 4vw;
  }

  .p {
    max-width: 80vw;
  }

  .p.white.designer {
    margin-left: 40vw;
  }

  .p.margin {
    max-width: 55vw;
  }

  .p.inline {
    max-width: 80vw;
  }

  .h3.subtitle.margin.top {
    display: block;
    margin-top: 4vh;
    margin-left: 0px;
    padding-top: 4vh;
  }

  .filter-controls {
    max-width: 100vw;
    margin-bottom: 2vh;
  }

  .filter-button {
    max-width: 21vw;
    min-width: 14.3vw;
  }

  .best-in-show_seal {
    max-width: 15vw;
  }

  .best-in-show_img {
    max-height: 30vh;
    max-width: 15vw;
    margin-top: 8vw;
    margin-left: 0vw;
  }

  .best-in-show_img.project-page {
    max-width: 20vw;
  }

  .best-in-show_img._10-years {
    max-width: 22vw;
    margin-left: 76vw;
  }

  .project {
    max-width: 92vw;
    min-width: 92vw;
  }

  .project.two-column {
    min-width: 45vw;
  }

  .project._3-up {
    max-width: 30.5vw;
    min-width: 30.5vw;
  }

  .best-in-show_card {
    max-width: 14vw;
    min-width: 14vw;
  }

  .best-in-show_card.designer {
    min-width: 9vw;
  }

  .best-in-show_card.designer.right {
    min-width: 9vw;
    margin-left: 12.5%;
  }

  .home {
    font-size: 2vw;
  }

  .designer.headshot {
    max-height: 45vh;
    max-width: 35vh;
    min-height: 45vh;
    min-width: 35vh;
  }

  .designer.headshot.rectangle {
    max-height: 45vh;
    max-width: 35vh;
    min-height: 45vh;
    min-width: 35vh;
  }

  .profile {
    margin-left: 40vw;
  }

  .profile.no-margin {
    margin-right: 1vw;
  }

  .profile.no-margin.ghost {
    max-height: none;
    min-height: 0px;
    margin-bottom: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .profile.no-margin.ghost.bottom {
    margin-bottom: 0px;
  }

  .logo-nav {
    max-height: 20px;
  }

  .logo-nav-2 {
    max-height: 20px;
  }

  .h1-2 {
    font-size: 6vw;
  }

  .p-2 {
    max-width: 80vw;
  }

  .p-2.white.designer {
    margin-left: 40vw;
  }

  .back-link {
    margin-bottom: 2vh;
    padding-bottom: 2vh;
  }

  .aud {
    margin-top: 8px;
    margin-bottom: 16px;
    float: none;
    clear: none;
  }

  .audc {
    margin-top: 8px;
    margin-bottom: 16px;
    margin-left: -5px;
    float: none;
    clear: none;
  }

  .name {
    font-size: 5.5vw;
  }
}

@media screen and (max-width: 767px) {
  .splash {
    height: 440px;
    padding-top: 162px;
    background-size: auto;
  }

  .splash.viewport-height.home {
    max-height: 90vh;
    min-height: 90vh;
  }

  .navbar {
    background-image: none;
  }

  .nav-logo {
    font-size: 4vw;
  }

  .main-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }

  .featured-text {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }

  .featured-title {
    font-size: 27px;
  }

  .featured-description {
    font-size: 18px;
  }

  .author-wrapper {
    margin-top: 80px;
  }

  .author-picture {
    width: 210px;
    margin-right: 13px;
    margin-bottom: 6px;
  }

  .authorbio {
    font-size: 14px;
    line-height: 17px;
  }

  .blog-thumbnail {
    width: 50%;
  }

  .author-bio {
    color: #fff;
  }

  .featuredthumbnail {
    padding: 10px 0px;
  }

  .category-section {
    margin-left: 0vw;
  }

  .category-link {
    display: block;
    max-width: 99%;
    min-height: 8vw;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-top: 12px;
    border-radius: 14px;
    font-size: 16px;
    text-transform: uppercase;
  }

  .category-link:hover {
    text-transform: uppercase;
  }

  .category-wrapper {
    display: inline-block;
    width: 33.33%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .about-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu {
    text-align: left;
  }

  .success-message {
    padding-top: 28px;
    background-color: #5cc489;
    color: #fff;
    font-size: 18px;
  }

  .success-text {
    font-size: 18px;
  }

  .blog-post-title {
    line-height: 7vh;
  }

  .button-3 {
    left: 35%;
    overflow: visible;
  }

  .collection-list-wrapper-2 {
    max-width: 100vw;
    margin-left: 0vw;
  }

  .heading-2 {
    margin-left: 0px;
  }

  .container-4 {
    max-width: 100vw;
  }

  .collection-list-2 {
    overflow: visible;
    max-width: 100vw;
  }

  .collection-item-4 {
    max-width: 100%;
  }

  .collection-item-5 {
    max-width: 100%;
    margin-bottom: 18vw;
  }

  .collection-list-wrapper-6 {
    max-width: 96vw;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-5 {
    margin-top: 2vw;
    margin-left: 2vw;
    padding-top: 2vw;
  }

  .heading-6 {
    margin-left: 2vw;
  }

  .text-block-4 {
    overflow: visible;
    margin-left: 2vw;
    padding-right: 16px;
    background-clip: padding-box;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .h2.white.about {
    font-size: 50px;
  }

  .p.margin {
    max-width: 67vw;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .splash {
    display: block;
    height: 430px;
    max-height: 16vh;
    min-height: 60px;
    padding-top: 13vh;
    padding-right: 21px;
    padding-left: 21px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, hsla(0, 0%, 100%, 0)), color-stop(72%, hsla(0, 0%, 100%, 0.6)), to(#fff)), url('../images/background.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 35%, hsla(0, 0%, 100%, 0.6) 72%, #fff), url('../images/background.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto 100vh;
    background-attachment: scroll, fixed;
  }

  .splash.viewport-height {
    display: block;
    max-height: none;
    min-height: 140vh;
    padding-top: 10vh;
    padding-bottom: 0px;
    background-size: cover;
  }

  .splash.viewport-height.home {
    display: block;
    height: auto;
    min-height: 90vh;
    background-image: linear-gradient(190deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3) 12%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.1) 54%, transparent), url('../images/background.jpg'), linear-gradient(180deg, null, null);
    background-size: auto, cover, auto;
  }

  .splash.viewport-height.home:hover {
    height: auto;
    padding-top: 10vh;
  }

  .splash.viewport-height.home.tall {
    min-height: 90vh;
  }

  .splash.viewport-height.tall {
    min-height: 180vh;
  }

  .splash.viewport-height.short {
    min-height: 120vh;
  }

  .navbar {
    position: absolute;
    padding: 2px 15px 7px 7vw;
  }

  .nav-icon {
    color: #2e394d;
    font-size: 10vw;
  }

  .nav-icon.white {
    color: #fff;
  }

  .menu-button {
    margin-top: 13px;
  }

  .nav-logo {
    max-width: none;
    margin-top: 4px;
    font-size: 7vw;
  }

  .hero-heading {
    font-size: 60px;
    line-height: 56px;
  }

  .hero-heading.serif {
    margin-bottom: 0px;
    font-size: 60px;
    line-height: 52px;
  }

  .hero-subheading {
    line-height: 27px;
  }

  .hero {
    max-width: none;
    min-height: 30vh;
    margin-top: -10vh;
  }

  .hero.judges {
    margin-top: -6vh;
  }

  .hero.home:hover {
    margin-top: -10vh;
  }

  .hero.top {
    padding-top: 10vh;
  }

  .main-section {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-section.dark {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    background-size: auto;
  }

  .main-section.gray {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .category-tag {
    margin: 8px 8px 0px 4px;
    float: none;
  }

  .category-tag.best-in-show {
    margin-top: 4px;
    margin-left: 4px;
  }

  .author-img {
    display: block;
  }

  .section-heading {
    display: block;
  }

  .med-divider {
    width: 60%;
  }

  .white.underline {
    text-decoration: underline;
  }

  .form-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .field {
    width: 100%;
    margin-bottom: 5px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .submit-button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .footer-section {
    position: relative;
    background-image: none;
  }

  .footer-link {
    display: block;
    padding-left: 0px;
    float: none;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }

  .featured-text {
    padding: 51px 15px 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(46%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.4)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3) 46%, rgba(0, 0, 0, 0.4));
    color: #fff;
  }

  .featured-title {
    font-size: 28px;
    line-height: 36px;
  }

  .category-tag-2 {
    left: 15px;
    top: 15px;
    padding: 6px;
  }

  .featured-description {
    display: none;
  }

  .featured-details {
    padding-right: 15px;
    padding-left: 15px;
  }

  .blog-category {
    margin-top: 1vh;
  }

  .author-wrapper {
    width: 80%;
    margin-top: 4vh;
  }

  .author-name {
    margin-top: 1vh;
    color: #fff;
    font-size: 7vh;
    line-height: 6vh;
    text-align: center;
  }

  .author-name:hover {
    color: #fff;
  }

  .inner-hero {
    height: 330px;
    max-height: 10vh;
  }

  .author-picture {
    display: block;
    width: 130px;
    max-height: 50vh;
    min-height: 60vh;
    min-width: 90vw;
    margin: 24px auto 2px;
    float: none;
    border-radius: 8px;
    text-align: center;
  }

  .author-name-main {
    min-width: 0px;
    margin-top: 28px;
    font-size: 72px;
    line-height: 34px;
    text-align: left;
  }

  .author-name-main.last {
    font-family: Inter, sans-serif;
    font-size: 68px;
    font-weight: 600;
  }

  .authorbio {
    margin-top: 80px;
    font-size: 14px;
    text-align: left;
  }

  .social-wrapper {
    text-align: center;
  }

  .hero-header {
    font-size: 40px;
  }

  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-logo {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .footer-logo.w--current {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .hero-blog {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .smallest-divider {
    margin-left: 0px;
  }

  .author-bio {
    width: 100%;
    color: #fff;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.01em;
  }

  .blog-post {
    width: 95%;
    color: #fff;
  }

  .featuredthumbnail {
    padding: 5px 0px;
  }

  .nav-link {
    display: block;
    margin-bottom: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    opacity: 0.5;
    font-size: 30px;
    text-align: center;
  }

  .nav-link.w--current {
    opacity: 1;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
  }

  .nav-link.left {
    padding-top: 20px;
    opacity: 1;
    color: #fff;
    font-size: 21px;
    letter-spacing: 0px;
  }

  .nav-link.left:hover {
    padding-top: 19px;
  }

  .nav-link.left:active {
    padding-top: 15px;
  }

  .full-divide {
    margin-top: 20px;
    margin-bottom: 4vh;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    background-color: hsla(0, 0%, 87.1%, 0);
    color: rgba(51, 51, 51, 0);
  }

  .category-section {
    margin-left: -4vw;
    letter-spacing: 0.5em;
  }

  .category-link {
    max-width: 100%;
    min-height: 4vw;
    min-width: 94vw;
    margin-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .category-link:hover {
    text-transform: uppercase;
  }

  .logo {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }

  .nav-menu {
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 60px;
    background-color: rgba(35, 47, 56, 0.92);
  }

  .close-x {
    position: absolute;
    left: 35px;
    top: 21px;
    right: 35px;
    display: block;
    width: 80px;
    margin-right: -65px;
    margin-left: auto;
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .success-text {
    line-height: 27px;
  }

  .blog-post-title {
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    color: #fff;
    font-size: 10vh;
    line-height: 9vh;
  }

  .site {
    /*min-height: 20vh;*/
    padding-left: 0px;
    background-color: #fff;
  }

  .button-2 {
    position: absolute;
    top: 500px;
  }

  .button-3 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    max-width: 60vw;
    min-width: 50vw;
    margin-right: 20vw;
    margin-left: 20vw;
    float: none;
    text-align: center;
  }

  .tab {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    max-height: 11vh;
    min-height: 11vh;
    margin-left: 5vw;
    padding-bottom: 0vh;
  }

  .tab:hover {
    max-height: 10vh;
    min-height: 10vh;
  }

  .tab.hidden {
    display: none;
  }

  .tab.visible {
    display: block;
  }

  .tab-text {
    padding: 16px 0px 0px;
    font-size: 13px;
  }

  .category {
    margin-bottom: 12px;
    padding-top: 4px;
  }

  .text-block-2 {
    margin-top: 16px;
    font-size: 24px;
    text-align: center;
  }

  .text-block-3 {
    margin: 28px 24px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
  }

  .heading {
    max-width: none;
    min-height: 40px;
    min-width: 0px;
    margin-top: 8px;
    font-size: 80px;
    line-height: 1vh;
  }

  .heading:hover {
    min-height: 0px;
  }

  .heading.nav-logo {
    display: block;
    min-width: 0px;
    font-size: 20vw;
  }

  .heading-2 {
    margin-top: 24px;
  }

  .nav {
    max-width: none;
  }

  .container-4 {
    max-width: 101vw;
  }

  .collection-list-2 {
    max-width: 80vw;
  }

  .collection-list-wrapper-5 {
    margin-left: 5vw;
  }

  .collection-item-2 {
    min-width: 90vw;
  }

  .collection-list-3 {
    max-width: 90vw;
    min-height: 100vh;
    min-width: 90vw;
  }

  .collection-item-4 {
    margin-left: 2vw;
  }

  .body-2 {
    background-image: url('../images/background.jpg');
    background-position: 0% 0%;
    background-size: cover;
    background-attachment: fixed;
  }

  .heading-4 {
    margin-left: 2.5vw;
    font-family: Inter, sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
  }

  .section {
    margin-left: 0vw;
  }

  .collection-item-5 {
    margin-bottom: 36vw;
  }

  .collection-list-wrapper-6 {
    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .collection-list-5 {
    max-width: 100%;
  }

  .heading-5 {
    margin-top: 1vw;
    margin-bottom: 0px;
    margin-left: 2vw;
    padding-top: 2vw;
  }

  .heading-6 {
    margin-left: 2vw;
  }

  .text-block-4 {
    margin-right: 2vw;
    margin-left: 2vw;
  }

  .container-6 {
    margin-top: 0px;
  }

  .intro {
    max-width: 12ch;
    margin-top: 24px;
    margin-bottom: 6vh;
    font-size: 6vw;
    line-height: 6vw;
  }

  .intro.layer {
    margin-top: 16px;
    font-size: 7vw;
    line-height: 8vw;
  }

  .container-7 {
    max-width: 100%;
    margin-top: 4px;
    margin-bottom: -100px;
    padding-right: 0px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.designer {
    display: inline-block;
    max-height: none;
    margin-right: 1vw;
    margin-bottom: 0px;
    margin-left: 1vw;
    padding-bottom: 2vw;
    border-radius: 16px 16px 2vw 2vw;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.44);
  }

  .card.eboard {
    margin-top: 32px;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .card.eboard:hover {
    margin-top: 32px;
  }

  .h2 {
    display: block;
    margin-top: 0vh;
    margin-bottom: 0vh;
    clear: left;
    font-size: 11vw;
    line-height: 11vw;
    letter-spacing: 0.01vw;
  }

  .h2.serif {
    margin-top: 4vh;
    padding-top: 5vh;
    font-size: 17vw;
  }

  .h2.white {
    font-size: 10vw;
    line-height: 10vw;
  }

  .h2.white.about {
    margin-top: 40px;
    font-size: 16vw;
  }

  .h2.big {
    font-size: 16vw;
  }

  .h2.big.serif {
    margin-bottom: 2vh;
  }

  .card-title {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 4vw;
    font-size: 22px;
    line-height: 23px;
  }

  .card-title.designer {
    font-size: 25px;
  }

  .card-title.eboard {
    font-size: 20px;
  }

  .card-title.no-name {
    margin-bottom: 0vh;
  }

  .card-name {
    display: block;
    margin-top: 0px;
    margin-bottom: 3vw;
    margin-left: 4vw;
    line-height: 26px;
  }

  .card-name.mono {
    margin-top: 0px;
    margin-bottom: 4vw;
    font-size: 16px;
    line-height: 16px;
  }

  .card-name.mono.eboard {
    font-size: 11px;
  }

  .category-badge {
    margin-right: 4vw;
  }

  .category-badge.yellow {
    display: none;
    float: left;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .category-badge.yellow.best-in-show {
    display: inline-block;
  }

  .category-badge.second {
    margin-top: -4px;
  }

  .category-badge.second.teal {
    display: inline-block;
    clear: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .card-div {
    max-width: none;
    margin-bottom: 6vw;
  }

  .card-div.designer {
    max-height: 61vh;
    max-width: 100vw;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10vw;
  }

  .card-div.designer.last {
    margin-right: 0vw;
  }

  .card-div.designer.eboard {
    max-height: 45vh;
    max-width: 41vw;
    min-height: 45vh;
    min-width: 41vw;
    margin-top: 0px;
    margin-bottom: 0vh;
    float: none;
    clear: none;
  }

  .card-div.designer.eboard.right {
    float: right;
    clear: none;
  }

  .card-div.designer.eboard.right-clear {
    margin-top: -3.5vh;
    float: right;
    clear: none;
  }

  .card-div.designer.eboard.bottom {
    margin-bottom: 2vh;
  }

  .card-div.third {
    max-width: 100%;
  }

  .mix-container {
    display: block;
    border-radius: 2vw;
  }

  .card-image {
    max-height: 41vh;
    min-height: 30vh;
  }

  .card-image.card-designer {
    max-height: 50vh;
    min-height: 50vh;
  }

  .card-image.card-designer.rounded {
    max-height: 40vw;
    min-height: 40vw;
    margin-top: -32px;
  }

  .card-image.center-vertical-top.designer {
    margin-right: 0vw;
  }

  .card-image.designer {
    max-height: 40vh;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .hero-1 {
    font-size: 20vw;
    line-height: 16vw;
  }

  .hero-1.white {
    margin-bottom: 0vw;
    font-size: 15.5vw;
    line-height: 15vw;
  }

  .hero-1.white.designer {
    margin-top: -7vh;
    margin-left: auto;
    font-size: 16vw;
    line-height: 11vw;
  }

  .hero-1.white.designer.shadow {
    text-shadow: 0 0 20px rgba(96, 121, 203, 0.27);
  }

  .hero-1.white.layer {
    font-size: 17vw;
    line-height: 16vw;
  }

  .hero-1.dark {
    margin-top: 0vh;
    padding-top: 10vh;
    font-size: 50px;
  }

  .hero-1.dark.work {
    margin-bottom: 4vh;
    font-size: 12vw;
  }

  .h1 {
    max-width: 82vw;
    min-width: 0%;
    margin-top: 0vh;
    margin-bottom: 2vh;
    font-size: 14vw;
    line-height: 15vw;
  }

  .h1.white {
    max-width: none;
    min-width: 93%;
    font-size: 18vw;
    line-height: 18vw;
  }

  .h1.white.designer {
    margin-top: 1vh;
    margin-left: auto;
    font-size: 20vw;
  }

  .h1.white.designer.sans {
    display: inline-block;
    max-width: 80vw;
    min-width: 80vw;
    margin-left: auto;
    font-size: 16vw;
    line-height: 14vw;
  }

  .h1.white.small {
    font-size: 14vw;
    line-height: 14vw;
  }

  .h1.white.small.caps {
    font-size: 14vw;
    line-height: 13vw;
  }

  .h1.white.normal {
    max-width: 8ch;
    min-width: 8ch;
    font-size: 16vw;
    line-height: 15vw;
  }

  .h1.white.normal.sans.layer {
    font-size: 17vw;
    line-height: 18vw;
  }

  .h1.judges {
    margin-top: 64px;
    font-size: 16vw;
  }

  .h1.narrow {
    max-width: 80%;
    min-width: 80%;
  }

  .hero-3 {
    font-size: 9vw;
    line-height: 8vw;
  }

  .hero-3.designer {
    max-width: 88vw;
    min-width: 88vw;
    margin-left: auto;
    padding-top: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero-3.small.gray {
    margin-top: 8px;
    margin-left: 2px;
    color: #8a94a8;
    font-size: 18px;
    line-height: 24px;
  }

  .main {
    max-width: none;
    margin-top: 0vh;
    margin-right: 6vw;
    margin-left: 6vw;
  }

  .main.padding {
    padding-top: 32px;
  }

  .p {
    display: block;
    max-width: 100vw;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .p.white.designer {
    margin-left: 0vw;
    font-size: 16px;
    line-height: 22px;
  }

  .p.margin {
    max-width: none;
    min-width: 0px;
    margin-top: 0vh;
    margin-left: 0px;
  }

  .p.inline {
    max-width: 88vw;
  }

  .h3 {
    margin-bottom: -10px;
    padding-right: 42px;
    float: none;
    clear: none;
  }

  .h3.mono {
    margin-bottom: 0vh;
    padding-right: 0px;
    font-size: 5vw;
    line-height: 24px;
    letter-spacing: 0em;
  }

  .h3.subtitle {
    margin-bottom: -32px;
  }

  .h3.subtitle.margin {
    display: block;
    margin-top: 32px;
    margin-bottom: 8px;
    margin-left: 0px;
    font-size: 6vw;
    line-height: 16px;
  }

  .h3.subtitle.margin.top {
    margin-top: 32px;
    padding-top: 4vh;
    font-size: 5vw;
  }

  .h3.small {
    margin-bottom: 8px;
    margin-left: 4vw;
  }

  .h3.small.eboard {
    max-width: none;
    min-width: 0px;
    font-size: 14px;
    line-height: 16px;
    white-space: normal;
  }

  .filter-controls {
    margin-top: 4vh;
    margin-left: -2vw;
    padding-bottom: 2vh;
  }

  .filter-button {
    display: inline-block;
    max-width: none;
    min-height: 40px;
    min-width: 0vw;
    margin-right: 0px;
    margin-bottom: -10px;
    margin-left: 2vw;
    padding-top: 12px;
    padding-bottom: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
  }

  .filter-button:hover {
    margin-top: 16px;
  }

  .filter-button.red {
    display: inline-block;
    margin-left: 2vw;
    line-height: 14px;
  }

  .filter-button.red.no-hover {
    display: inline-block;
  }

  .filter-button.orange {
    margin-right: 0vw;
  }

  .filter-button.orange.no-hover {
    display: inline-block;
  }

  .filter-button.yellow {
    margin-right: 0vw;
  }

  .filter-button.green {
    margin-right: 0vw;
  }

  .filter-button.green.no-hover {
    display: inline-block;
  }

  .filter-button.blue {
    margin-right: 0vw;
  }

  .filter-button.blue.no-hover {
    display: inline-block;
  }

  .filter-button.purple.no-hover {
    display: inline-block;
  }

  .category-badge-copy {
    margin-right: 4vw;
  }

  .best-in-show_seal {
    max-width: 40vw;
  }

  .text-span-2 {
    display: block;
    float: none;
    clear: none;
  }

  .best-in-show_img {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    max-height: none;
    max-width: 40vw;
    margin-top: 9vw;
    margin-left: 0vw;
  }

  .best-in-show_img.project-page {
    max-height: 40vw;
    max-width: 30vw;
    margin-top: 10vw;
  }

  .best-in-show_img._10-years {
    max-width: 50vw;
  }

  .project {
    max-height: none;
    max-width: 88vw;
    min-height: 32vw;
    min-width: 88vw;
  }

  .project.two-column {
    max-width: 88vw;
    min-width: 88vw;
  }

  .project._3-up {
    max-width: 88vw;
    min-width: 0px;
    border-radius: 0px;
  }

  .project.third {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 0vh;
  }

  .best-in-show_card {
    max-width: 30vw;
  }

  .best-in-show_card.designer {
    position: absolute;
    max-width: 30vw;
    min-width: 30vw;
  }

  .best-in-show_card.designer.right {
    min-width: 30vw;
    margin-left: 56vw;
  }

  .text-block-5 {
    margin-right: 4vw;
    margin-left: 4vw;
  }

  .text-block-6 {
    margin-right: 6vw;
    margin-left: 6vw;
  }

  .designer {
    position: static;
    max-height: none;
    max-width: 88vw;
    margin-top: 2vh;
    margin-right: 6vw;
  }

  .designer.headshot {
    max-height: none;
    max-width: 88vw;
    min-height: 92vw;
    min-width: 88vw;
  }

  .designer.headshot.rectangle {
    max-height: 70vh;
    max-width: 88vw;
    min-height: 70vh;
    min-width: 88vw;
  }

  .profile {
    margin-left: 0vw;
  }

  .logo-nav {
    display: none;
    margin-top: 18px;
    margin-left: 1vw;
  }

  .logo-div {
    max-width: 250vw;
  }

  .link-nav {
    display: block;
  }

  .up-arrow {
    z-index: 100;
  }

  .logo-nav-2 {
    display: block;
    margin-top: 18px;
    margin-left: 1vw;
  }

  .image-6 {
    max-height: 40vw;
  }

  .text-span-3 {
    display: none;
  }

  .h1-2 {
    margin-top: 7vh;
    margin-bottom: 2vh;
    font-size: 14vw;
    line-height: 15vw;
  }

  .h1-2.white {
    max-width: none;
    font-size: 18vw;
    line-height: 18vw;
  }

  .h1-2.white.small {
    font-size: 14vw;
    line-height: 14vw;
  }

  .h1-2.white.small.caps {
    font-size: 14vw;
    line-height: 13vw;
  }

  .tab-text-2 {
    padding: 16px 0px 0px;
    font-size: 13px;
  }

  .p-2 {
    max-width: 100vw;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .p-2.white {
    font-size: 16px;
    line-height: 24px;
  }

  .p-2.white.designer {
    margin-left: 0vw;
    font-size: 15px;
    line-height: 20px;
  }

  .back-link {
    margin-bottom: 2vh;
    padding-bottom: 8vw;
  }

  .judge {
    max-height: 70vw;
    max-width: 70vw;
    min-height: 70vw;
    min-width: 70vw;
    margin-bottom: 4vw;
    clear: none;
    border-radius: 24px;
  }

  .aud {
    display: block;
    max-width: 100px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0px;
    float: none;
  }

  .text-span-4 {
    display: none;
  }

  .text-span-5 {
    clear: right;
  }

  .link-about {
    margin-top: 16px;
    float: left;
  }

  .text-span-6 {
    display: none;
  }

  .text-span-7 {
    display: block;
  }

  .text-span-8 {
    display: none;
  }

  .audc {
    display: block;
    max-width: 50vw;
    margin-top: 20px;
    margin-bottom: 32px;
    margin-left: -8px;
    float: none;
  }

  .subtitle {
    font-size: 6vw;
    font-weight: 500;
    letter-spacing: 0.05em;
  }

  .alum {
    max-width: 32vw;
    margin-top: 44vw;
    margin-left: 48vw;
  }

  .icon.margin {
    margin-top: -4vh;
  }

  .text-span-9 {
    display: none;
  }

  .text-span-10 {
    display: none;
  }

  .text-span-11 {
    text-decoration: underline;
  }

  .text-span-12 {
    display: none;
  }

  .text-span-13 {
    display: none;
  }

  .text-span-15 {
    display: none;
  }

  .text-span-16 {
    display: none;
  }

  .text-span-17 {
    display: none;
  }

  .text-span-18 {
    display: none;
  }

  .name {
    font-size: 11vw;
  }
}

@font-face {
  /* replace this font! font-family: 'Bluunext webfont';
  src: url('../fonts/bluunext-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap; */
}

/* ---dark mode--- */
@media (prefers-color-scheme: dark) {

  body {
    color: #eee;
    background: #0F131A;
  }

  a.back-button:visited,   a .label:visited,
    a .icon-arrow:visited,   a .icon-arrow:visited{
        color: #FFF;
    }

  a.back-button {
      border: 4px solid #FFF;
      color: #FFF;
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
      line-height: 24px;
      margin: auto;
      padding: 12px 32px 12px 82px;
      position: relative;
      text-decoration: none;
      margin: 5vw 1vh 5vw 1vh;
  }

  a .label,
  a .icon-arrow {
      backface-visibility: hidden;
      transform: translateZ(0);
      perspective: 1000;
      color: #FFF;

  }



  a .label {
      display: inline-block;
      transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1);
  }

  a .icon-arrow {
      fill: #FFF;
      height: 15px;
      top: 17px;
      transform: scaleX(-1); /* make it left arrrow */

      transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1), opacity .4s cubic-bezier(0.86, 0, 0.07, 1);
      width: 35px;
  }




  .site {
    color: #eee;
    background: #0F131A;
  }
  .tab {
  	 background: #0F131A;
  }
  .tab-text {
  	color: #eee;
  	}
  .tab-text:hover {
  	color: #fff;
  	}
  .card {
  	background: #262F40;
  }
 a.name {
  	color: #ddd;
  }
 a.name:hover {
  	color: #ccc;
  }
  .card-title {
  	color: #eee;
  	}
  .card-name {
  	color: #eee;
  	}
  .card-name:hover {
  	color: #fff;
  	}
  .dark {
	color: #eee;
	}
  .p {
	color: #eee;
	}
  .h3 {
	color: #eee;
	}
  .h3.mono {
  	color: rgba(255, 255, 255, .5);
  	}
  .back-to-top {
  	filter: invert() saturate(0%);
  	}
  .h1 {
  	color: #eee;
  	}
  .h2 {
  	color: #eee;
  	}
  .filter-button.purple {
 	background-color: #7148cf;
 	}
  .category-badge.purple {
  	background-color: #7148cf;
  	}
 .filter-button.gray {
 	background-color: #596783;
 	}
 .category-badge.orange.poster {
 	background-color: #b3760c;
 	}
  .link-footer {
  	color: #5589FB;
  }
 .link-2 {
  	color: #5589FB;
  }
 .underline {
  	color: #5589FB;
  }
a.white.underline {
  	color: #fff;
  }
a.white.underline:hover {
  	color: #eee;
  }
.profile.no-margin.ghost.w-button {
	color: white;
	border-color: white;
   }
.splash {
    display: block;
	background-image: linear-gradient(180deg, hsla(218, 27%, 8%, 0), hsla(218, 27%, 8%, 0.4) 48%, hsla(218, 27%, 8%, 0.8) 73%, hsla(218, 27%, 8%, 0.9) 83%, #0f131a), linear-gradient(190deg, rgba(0, 0, 0, 0.4), rgba(32, 32, 32, 0.14) 98%), url('../images/background.jpg');

    background-position: 0px 0px, 50% 50%;}
.splash.viewport-height.home {
    background-image: linear-gradient(190deg, rgba(0, 0, 20, 0.5), rgba(0, 0, 20, 0.45) 12%, rgba(0, 0, 20, 0.4) 27%, rgba(0, 0, 20, 0.35) 54%, transparent), url("../images/background.jpg"), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
}
.card:hover {
  margin-top: -0.1vh;
  box-shadow: 1px 0 14px 2px rgba(0, 0, 0, 1);
}
}

h2{
  z-index: 9999;
}
