/*
Theme Name: wyoarts
Theme URI: 
Author: Heinrich
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Teko&display=swap");
@font-face {
  font-family: "HelveticaNeue";
  src: url("assets/fonts/HelveticaNeue.woff2") format("woff2");
}
@font-face {
  font-family: "HelveticaNeue-Bold";
  src: url("assets/fonts/HelveticaNeue-Bold.woff2") format("woff2");
}
h1, h2, h3 {
  font-family: Teko, arial, helvetica, sans-serif;
  font-weight: normal;
}

h3 {
  font-size: 31px;
  line-height: 31px;
  margin-bottom: 31px;
}

p,
a {
  font-family: HelveticaNeue, arial, helvetica, sans-serif;
  color: #454545;
}
p.bold, p strong,
a.bold,
a strong {
  font-family: HelveticaNeue-Bold, arial, helvetica, sans-serif;
  font-weight: bold;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.orange {
  color: #F68C50;
}

.head-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0 4px 6px 0 rgba(69, 69, 69, 0.2);
  z-index: 999;
}
.head-wrap .head {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-wrap .head .menu-item {
  flex-basis: 20%;
  text-align: center;
  position: relative;
  transition: 1s;
}
.head-wrap .head .menu-item a {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2.3px;
  text-decoration: none;
}
.head-wrap .head .menu-item .logomark {
  width: 110px;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.head-wrap .head .menu-item .logomark.scrolled {
  width: auto;
  height: 96px;
}
.head-wrap .m-header {
  display: none;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .head-wrap .m-header {
    display: block;
  }
}
.head-wrap .m-header a.m-menu-toggle {
  position: absolute;
  right: 16px;
  top: 24px;
  width: 32px;
  height: 32px;
  background: url("assets/images/burger.png");
  background-size: 100%;
}
.head-wrap .m-header a.m-menu-toggle.isDown {
  background: url("assets/images/close.png");
  background-size: 100%;
  right: 16px;
  top: 24px;
  width: 32px;
  height: 32px;
}
.head-wrap .m-header a.m-menu-toggle img {
  width: 32px;
}
.head-wrap .m-header .menu-item a img.m-head-logo {
  position: absolute;
  left: 16px;
  top: 12px;
  width: 144px;
}
.head-wrap .m-header .m-menu {
  position: absolute;
  background: #ffffff;
  display: none;
  top: 68px;
  right: -300px;
  width: 300px;
  height: 192px;
  z-index: 999;
  text-align: center;
  padding-top: 16px;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.head-wrap .m-header .m-menu a {
  display: block;
  text-decoration: none;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2.3px;
}

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

body {
  padding-top: 100px;
}

.full-width {
  width: 100%;
  position: relative;
}
.full-width.foot {
  display: block;
  background-color: #535353;
  padding: 24px 0;
  overflow: hidden;
}
.full-width.foot .foot-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 876px) {
  .full-width.foot .foot-wrap {
    display: block;
    text-align: center;
    height: unset;
  }
}
.full-width.foot .foot-wrap img.foot-logo {
  width: 227px;
  height: 112px;
}
@media screen and (max-width: 876px) {
  .full-width.foot .foot-wrap img.foot-logo {
    position: relative;
    margin: 16px auto;
  }
}
.full-width.foot .foot-wrap div.foot-txt {
  width: calc(100% - 280px);
}
@media screen and (max-width: 876px) {
  .full-width.foot .foot-wrap div.foot-txt {
    position: relative;
    width: 96%;
    height: auto;
    margin: 0 auto 24px;
    text-align: center;
  }
}
.full-width.foot .foot-wrap div.foot-txt p, .full-width.foot .foot-wrap div.foot-txt a {
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 876px) {
  .full-width.foot .foot-wrap div.foot-txt p, .full-width.foot .foot-wrap div.foot-txt a {
    text-align: center;
  }
}
.full-width.foot .foot-copyright {
  width: 100%;
  margin-top: 8px;
  text-align: center;
}
.full-width.foot .foot-copyright p, .full-width.foot .foot-copyright a {
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

.content {
  width: 92%;
  max-width: 1130px;
  margin: 100px auto 0;
  position: relative;
}
.content h1 {
  font-size: 80px;
  font-weight: normal;
  line-height: 96px;
  color: #F68C50;
}
.content h1 .lang-toggle {
  position: absolute;
  right: 0;
  top: -46px;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  cursor: pointer;
  color: #454545;
}
@media screen and (max-width: 620px) {
  .content h1 .lang-toggle {
    top: -24px;
  }
}
@media screen and (max-width: 1023px) {
  .content h1 {
    margin-top: -60px;
  }
}
@media screen and (max-width: 876px) {
  .content h1 {
    font-size: 68px;
    line-height: 80px;
  }
}
.content .artist-subhead {
  margin: 0 0 36px;
  font-size: 14px;
  letter-spacing: 3px;
  font-family: HelveticaNeue-Bold, arial, helvetica, sans-serif;
}
.content .artist-description {
  font-size: 20px;
  line-height: 28px;
}
.content figcaption {
  text-align: center;
  margin-top: 12px;
  font-family: HelveticaNeue-Bold, arial, helvetica, sans-serif;
  font-size: 19px;
  line-height: 29px;
}
.content .artist-wrap {
  max-width: 925px;
  margin: 0 auto;
}
.content .artist-wrap .next-artist a {
  color: #F68C50;
  font-family: HelveticaNeue-Bold, arial, helvetica, sans-serif;
  font-size: 19px;
  line-height: 29px;
}
.content p.next-artist,
.content p.next-artist a {
  color: #F68C50;
  text-decoration: none;
  font-family: HelveticaNeue-Bold, arial, helvetica, sans-serif;
  font-size: 19px;
  line-height: 29px;
}
.content .row {
  width: 100%;
  padding: 0 3%;
  display: flex;
}

.hideme {
  display: none;
}

@media screen and (max-width: 620px) {
  .mobileHide {
    display: none;
  }
}

.hero {
  width: 100%;
  height: 52vw;
  max-height: 750px;
}
.hero .hero-content {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.hero .hero-content .lime-blob {
  position: absolute;
  top: -84px;
  left: 0;
  z-index: 20;
  width: 50%;
  height: 114%;
  background: url("assets/images/lime-blob.png") no-repeat;
  background-size: 100%;
  opacity: 0;
}
.hero .hero-content .orange-blob {
  position: absolute;
  top: -20px;
  left: 27%;
  z-index: 50;
  width: 51%;
  height: 100%;
  background: url("assets/images/orange-blob.png") no-repeat;
  background-size: 100%;
  opacity: 0;
}
.hero .hero-content .teal-blob {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 58%;
  height: 100%;
  background: url("assets/images/teal-blob.png") no-repeat;
  background-size: 100%;
  opacity: 0;
}
.hero .hero-content .hero-txt {
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 60;
}
.hero .hero-content .hero-txt h1 {
  font-size: 0px;
}

.fp-intro {
  position: relative;
  right: 0;
  left: 0;
  width: 96%;
  max-width: 1140px;
  margin: auto;
  padding: 24px;
  background: #ffffff;
  z-index: 100;
  border-radius: 12px;
  opacity: 0;
}
.fp-intro p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .fp-intro h3 {
    font-size: 24px;
  }
}

.fp-content {
  width: 96%;
  max-width: 1380px;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  z-index: 111;
}
.fp-content .fp-row {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 12px 24px;
}
.fp-content .fp-row .fp-artist {
  display: flex;
  flex-basis: 23%;
  flex-direction: column;
  margin-bottom: 36px;
}
@media screen and (max-width: 1027px) {
  .fp-content .fp-row .fp-artist {
    flex-basis: 43%;
  }
}
@media screen and (max-width: 699px) {
  .fp-content .fp-row .fp-artist {
    flex-basis: 90%;
  }
}
.fp-content .fp-row .fp-artist img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.fp-content .fp-row .fp-artist h3 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 12px;
}
.fp-content .fp-row .fp-artist h3a {
  font-family: inherit;
}
.fp-content .fp-row .fp-artist p {
  margin-right: 16px;
}
.fp-content .fp-row .fp-artist a.learn-more {
  display: inline-block;
  font-size: 16px;
  color: #6EA62A;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */