html,
body {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-family: "new-spirit", serif;
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f1e9d7;
  color: hsl(209deg, 18%, 30%);
  display: flex;
  background-size: 400px, auto 100vh, 0 0;
  background-position: top right, top left, top left;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, fixed, fixed;
}

h1 {
  margin-top: 0;
}

h2 {
  margin-top: 24px;
  font-size: 36px;
  font-weight: 400;
}

h2:first-child {
  margin-top: 0;
}

h3 {
  font-size: 24px;
  font-weight: 500;
}

p {
  line-height: 1.6em;
  margin-bottom: 1.4em;
  font-size: 18px;
}
p.sm {
  font-size: 12px;
}

ul {
  line-height: 1.3em;
  padding-left: 20px;
  margin-bottom: 0;
}

ul li {
  margin-bottom: 0.35em;
}

a {
  color: #0B69A3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

img.polaroid {
  border: 10px solid #f6f1e4;
  border-bottom-width: 30px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 20px 0;
}

img.centered {
  margin: 20px auto;
  max-width: 300px;
}

#horizontalLogo {
  width: 900px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(calc(25vh - 50% - 5px), -235px);
  pointer-events: none;
}

nav.home ul {
  font-family: "Bebas Neue", cursive;
  font-size: 36px;
  color: #fff;
  list-style: none;
  text-align: center;
  width: 90vw;
  margin-top: 90vh;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-left: 0;
}

nav li {
  display: inline-block;
  margin-bottom: 0;
}

nav a {
  color: #fff;
  display: block;
  transform: rotate(0deg);
  transition: transform 0.5s ease;
  padding: 10px 20px;
}

nav a:hover {
  text-decoration: none;
  color: #fff;
}

nav li:nth-of-type(odd) a:hover {
  transform: rotate(6deg);
}

nav li:nth-of-type(even) a:hover {
  transform: rotate(-6deg);
}

nav.social {
  height: min-content;
  position: absolute;
  right: 0;
}

nav.social ul {
  list-style: none;
  display: inline-flex;
  margin: 0;
}

nav.social a {
  color: #000;
  font-size: 24px;
  padding: 10px;
}

nav.main {
  position: absolute;
  top: 30px;
  right: 0;
  width: auto;
  max-width: calc(100vw - 50vh);
}

nav.main:before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  padding-bottom: 12.5%;
  width: 100%;
  background: url("/resources/tape.png");
  background-size: contain;
  opacity: 0.7;
}

nav.main ul {
  font-family: "Rock Salt", cursive;
  font-size: 1vw;
  color: #000;
  list-style: none;
  text-align: center;
  padding: 15px 30px;
  display: flex;
  align-items: center;
}

nav.main a {
  color: #000;
}

ul.goatuLink {
  list-style: none;
  margin-top: 10px;
  padding-left: 0;
}
ul.goatuLink li {
  display: inline-block;
  margin-right: 10px;
}
ul.goatuLink li a {
  background: #DDC79C;
  border-right: 1px dashed #F1E9D7;
  border-left: 1px dashed #F1E9D7;
  padding: 10px;
  transform: rotate(-3deg);
  display: inline-block;
  font-family: "Rock Salt", cursive;
  color: #000;
}
ul.goatuLink li a:hover {
  text-decoration: none;
  transform: rotate(0deg);
}
ul.goatuLink li a.active {
  transform: scale(1.2);
  color: #510303;
}
ul.goatuLink li:nth-of-type(even) a {
  transform: rotate(3deg);
}
ul.goatuLink li:nth-of-type(even) a:hover {
  transform: rotate(0deg);
}
ul.goatuLink li:nth-of-type(even) a.active {
  transform: scale(1.2);
  color: #510303;
}

main {
  width: auto;
  margin-left: 50vh;
  padding: 200px 80px 80px 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  background-attachment: scroll;
  min-height: auto;
  color: #000;
}
main article:last-of-type {
  padding-bottom: 50px;
}

main.news article a, a:hover {
  text-decoration: none;
  color: #000;
}

main.news article .frame {
  width: auto;
  background: #f6f1e4;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 20px;
  margin: 20px 0;
}
main.news article .frame figure {
  width: 100%;
  padding-bottom: 52.5%;
  margin: 0;
  border-radius: 3px;
  background-size: cover;
  position: relative;
}
main.news article .frame figure div {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 90px;
}
main.news article .frame .sharpie p {
  font-family: "Rock Salt", cursive;
  font-size: 1.15vw;
  color: #000;
  margin-bottom: 0;
}

main.news article:nth-of-type(odd) .frame {
  transform: rotate(1deg);
}

main.news article:nth-of-type(even) .frame {
  transform: rotate(-1deg);
}

article.goatU {
  min-height: 550px;
}

article img.mainPhoto {
  width: 300px;
  border: 10px solid #f6f1e4;
  border-bottom-width: 30px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  float: left;
  margin: 0 20px 20px -30px;
}

article figure img {
  mix-blend-mode: multiply;
}

article:nth-of-type(odd) img.mainPhoto {
  transform: rotate(3deg) translateY(-10px);
  transform-origin: top left;
  shape-outside: polygon(0 0, 310px 0, 283px 100%, 0 100%);
}

article:nth-of-type(even) img.mainPhoto {
  transform: rotate(-3deg) translateY(10px);
  transform-origin: bottom left;
  shape-outside: polygon(0 0, 282px 0, 310px 100%, 0 100%);
}

article .block { grid-column: 1 / span 2 !important; }

strong, .strong {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.textCenter {
  text-align: center;
}

.images {
  text-align: center;
}

.textImage {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 30px;
  margin-bottom: 30px;
}
.textImage h2, .textImage h3 {
  margin-top: 0;
}

a.button {
  background: #DDC79C;
  border-right: 1px dashed #F1E9D7;
  border-left: 1px dashed #F1E9D7;
  padding: 12px 20px;
  transform: rotate(-2deg);
  display: inline-block;
  font-family: "Rock Salt", cursive;
  color: #000;
  font-size: 24px;
}
a.button:hover {
  text-decoration: none;
  transform: rotate(2deg);
}
a.button.small {
  font-size: 18px;
}

footer {
  padding-bottom: 50px;
}

#container {
  flex-grow: 1;
  z-index: 2;
}

#bgvid {
  z-index: -1;
  width: 100vw;
  height: 67.7083333333vw;
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  overflow: hidden;
}

#brickbg {
  z-index: -2;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: url("/resources/brickbg.jpg");
  background-origin: top center;
  background-repeat: repeat;
  background-size: 100vw;
}

video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin: 30px 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media (min-width: 1400px) {
  main.news article {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
  main.news article:nth-of-type(odd) .frame {
    transform: rotate(1deg) translateX(20px);
    grid-column: 2/4;
    grid-row: 1;
  }
  main.news article:nth-of-type(odd) h2 {
    grid-column: 1;
    align-self: center;
    grid-row: 1;
  }
  main.news article:nth-of-type(even) .frame {
    transform: rotate(-1deg) translateX(-20px);
    grid-column: 1/3;
    grid-row: 1;
  }
  main.news article:nth-of-type(even) h2 {
    grid-column: 3;
    align-self: center;
    text-align: right;
    grid-row: 1;
  }
}
@media (max-width: 1499px) {
  #bgvid {
    width: 100vw;
    height: 100vh;
    top: auto;
    left: 0;
    transform: none;
    object-fit: cover;
  }
  nav.main {
    right: 0px;
    width: 600px;
    max-width: calc(100vw - 50vh);
  }
  nav.main ul {
    flex-wrap: wrap;
    font-size: 16px;
  }
  nav.main:before {
    height: 150px;
    padding-bottom: 0;
    width: 100%;
    background-size: auto 150px;
  }
}
@media (max-width: 1090px) {
  nav.main a {
    padding: 10px 10px;
  }
  main.news article .frame {
    padding: 10px;
    border-radius: 3px;
  }
  main.news article .frame figure {
    border-radius: 1px;
  }
}
@media (max-height: 960px) {
  #horizontalLogo {
    width: 100vh;
    transform: translate(calc(25vh - 50% - 5px), -27.5vh);
  }
}
@media (max-width: 1000px) {
  body {
    background-size: 400px, 0 0, 100vw auto;
    background-attachment: scroll, scroll, scroll;
  }
  main {
    margin-left: 0;
    margin-top: 50vw;
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    background-attachment: scroll;
    min-height: 100vh;
  }
  #horizontalLogo {
    position: absolute;
    width: 100vw;
    transform: translate(calc(50vw - 50%), -27.5vw);
    height: 96vw;
    object-fit: cover;
  }
  nav.main {
    display: none;
  }
  nav.home ul {
    margin-top: 85vw;
  }
  body:not(#home) .button_container {
    display: block;
  }
  nav.social ul {
    margin: 0 60px 0 0;
  }
  nav.social a {
    color: #fff;
  }
  .textImage {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 360px;
    gap: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 850px) {
  #bgvid {
    width: 100vw;
    height: 84.375vw;
  }
  #brickbg {
    width: 100vw;
    height: 100vh;
    background-size: 100vw;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 14px;
  }
  p.disclosure {
    font-size: 9px;
  }
}
@media (max-height: 800px) and (min-width: 850px) {
  #bgvid {
    width: 100vw;
    height: 100vh;
    object-fit: contain;
  }
  #brickbg {
    width: 100vw;
    height: 100vh;
    background-size: auto 100vh;
  }
  nav.home ul {
    margin-top: 90vh;
  }
}
@media (max-width: 600px) {
  #horizontalLogo {
    height: 120vw;
    transform: translate(calc(50vw - 50%), -40vw);
  }
  article.goatU {
    min-height: 250px;
  }
  article img.mainPhoto {
    width: 120px;
    border: 8px solid #f6f1e4;
    border-bottom-width: 24px;
  }
  article:nth-of-type(odd) img.mainPhoto {
    shape-outside: polygon(0 0, 121px 0, 108px 100%, 0 100%);
  }
  article:nth-of-type(even) img.mainPhoto {
    shape-outside: polygon(0 0, 108px 0, 121px 100%, 0 100%);
  }
  nav.social {
    right: unset;
    left: -12px;
    top: 0px;
    z-index: 2000;
  }
  nav.social a {
    font-size: 18px;
    padding: 8px 5px;
  }
}

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