/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/styles/style.css ***!
  \**************************************************************************************************************************************************************************/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/styles/style.css (1) ***!
  \******************************************************************************************************************************************************************************/
a {
  text-decoration: none;
}

p a {
  text-decoration: underline !important;
  color: #2F58CD;
}

.modalContentMain.post p strong, .modalContentMain.post p b {
  font-family: "Handrawn";
}

.cur.ptr {
  cursor: pointer;
}

.tr.e25, .main .content > section > div.tr, .tr .fadeIn {
  transition: 0.25s ease;
}
.tr.e5 {
  transition: 0.5s ease;
}
.tr.e100 {
  transition: 1s ease;
}

.hidden {
  display: none;
}

html, body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

.admin-bar nav.feat {
  height: calc(100dvh - 32px) !important;
}
.admin-bar nav.feat > .featLink {
  font-size: 6.8em;
}
.admin-bar .modalContent {
  height: calc(100dvh - 32px);
  top: 32px;
}
.admin-bar .modalContent .modalContentMain {
  height: 90%;
}

.modalContent {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: none;
}
.modalContent .modalContentMain {
  display: flex;
  flex-direction: column;
  height: 95%;
  background: #fff;
  width: 95vw;
  max-width: 800px;
  max-height: 1080px;
  padding: 30px 20px;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 10px #111;
  font-family: "AnnieUseYourTelescope";
  line-height: 2em;
  text-align: justify;
}
.modalContent .modalContentMain figcaption {
  text-align: center;
  margin-top: 0;
}
.modalContent .modalContentMain .mcClose {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 2em;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: 9;
  line-height: 25px;
}
.modalContent .modalContentMain > div:first-child {
  overflow: auto;
  font-size: 1.3em;
  padding: 0 14px;
  letter-spacing: 1px;
}
.modalContent .modalContentMain > div:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modalContent .modalContentMain > div:last-child span {
  font-size: 1.1em;
  display: block;
  margin-top: 20px;
  text-align: right;
}
.modalContent .modalContentMain > div:last-child span:first-child {
  padding: 0;
}
.modalContent .modalContentMain > div:last-child span.tilde {
  display: inline;
  padding: 0;
  font-family: "Reenie Beanie";
}
.modalContent .modalContentMain > div:last-child span b {
  font-family: "Handrawn";
  font-size: 1.2em;
}
.modalContent .modalContentMain.page {
  height: 100%;
  width: 100vw;
  max-width: none;
}
.modalContent .modalContentMain.page .mcClose {
  right: 8px;
  top: 8px;
}
.modalContent .modalContentMain.page > div:first-child {
  font-size: 1em;
  font-family: sans-serif;
  line-height: 1.5em;
}

.main {
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
}
.main nav.feat {
  height: 100vh;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  text-align: justify;
  align-content: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.main nav.feat .featLink {
  font-size: 10.5em;
  margin-right: 25px;
  line-break: anywhere;
  position: relative;
  font-family: "Reenie Beanie";
  animation: squiggly-anim 0.34s linear infinite;
}
@keyframes squiggly-anim {
  0% {
    filter: url("#squiggly-0");
  }
  25% {
    filter: url("#squiggly-1");
  }
  50% {
    filter: url("#squiggly-2");
  }
  75% {
    filter: url("#squiggly-3");
  }
  100% {
    filter: url("#squiggly-4");
  }
}
.main .content .count {
  position: fixed;
  z-index: 99;
  background: #fff;
  color: #000;
  left: 10px;
  top: 10px;
}
.main .content > section {
  min-height: 170vh;
  display: flex;
  position: relative;
}
.main .content > section > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .content > section > .secTitle {
  margin-left: 100px;
  font-size: 7em;
  max-width: 60%;
  display: flex;
}
.main .content > section > .secTitle span:first-child {
  position: sticky;
  top: 10px;
  margin-bottom: 20px;
  overflow-y: auto;
  z-index: 2;
  text-shadow: 0 0 3px #222;
  line-break: anywhere;
}
.main .content > section > .secTitle .secDetail {
  font-size: 20px;
  max-width: 29vw;
  margin: 30px 0;
}
.main .content > section > .secTitle .btn {
  text-decoration: none;
  padding: 10px 15px;
  text-shadow: none !important;
  border: none;
  font-size: 1.7vw;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 7px;
}
.main .content > section > .secTitle .btn:hover {
  transform: skewY(-5deg);
  border-radius: 0;
}
.main .content > section > .secPhoto > .secImg {
  position: absolute;
  right: 0;
  height: 70%;
  margin-right: 100px;
  width: 50%;
  box-shadow: 0 0 3px #111;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-100%, 100%);
  transition: 0.15s ease;
  opacity: 0;
}
.main .content > section.rev {
  justify-content: end;
}
.main .content > section.rev > .secTitle {
  margin-right: 100px;
  text-align: right;
}
.main .content > section.rev > .secTitle span {
  text-shadow: 0 0 3px #ccc;
}
.main .content > section.rev > .secTitle .secDetail {
  align-self: self-end;
}
.main .content > section.rev > .secTitle .btn {
  align-self: end;
  border-radius: 15px;
}
.main .content > section.rev > .secTitle .btn:hover {
  transform: skewY(5deg);
  border-radius: 0;
}
.main .content > section.rev > .secPhoto > .secImg {
  left: 0;
  margin-left: 100px;
  transform: translate(-135%);
}

@font-face {
  font-family: "Reenie Beanie";
  src: url(fonts/ReenieBeanie-Regular.f0878cc6.ttf);
}
@font-face {
  font-family: "Handrawn";
  src: url(fonts/Delicious-Handrawn.f65138f5.ttf);
}
@font-face {
  font-family: "LovedBytheKing";
  src: url(fonts/LovedbytheKing-Regular.89d7ca79.ttf);
}
@font-face {
  font-family: "AnnieUseYourTelescope";
  src: url(fonts/AnnieUseYourTelescope.03314b9d.ttf);
}
@media screen and (max-width: 1600px) {
  .main nav.feat > .featLink {
    font-size: 7.6em;
  }
}
@media screen and (max-width: 1200px) {
  .main nav.feat > .featLink {
    font-size: 6.5em;
  }
  .main .content > section .secTitle {
    font-size: 6em;
    margin-left: 50px;
  }
  .main .content > section:not(.rev) .secPhoto .secImg {
    margin-right: 50px;
  }
  .main .content > section.rev > .secTitle {
    margin-right: 50px;
  }
  .main .content > section.rev > .secPhoto .secImg {
    left: 0;
    margin-left: 50px;
  }
}
@media screen and (max-width: 900px) {
  .main nav.feat > .featLink {
    font-size: 11vw;
  }
  .main .secTitle a.btn {
    font-size: 2.5vw !important;
  }
}
@media screen and (max-width: 700px) {
  .main nav.feat > .featLink {
    font-size: 11vw;
  }
  .content > section {
    height: 140vh !important;
  }
  .content > section .secTitle {
    font-size: 13vw;
  }
  .content > section.rev {
    justify-content: start !important;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
    top: 0;
  }
  .admin-bar .modalContent {
    height: calc(100dvh - 46px);
    top: 46px;
  }
  .admin-bar .modalContent .modalContentMain > div:last-child {
    display: flex;
    flex-direction: column;
  }
  .admin-bar .modalContent .modalContentMain > div span {
    text-align: center;
  }
  .admin-bar .modalContent .modalContentMain > div span:last-child {
    margin-top: 0 !important;
  }
  .modalContent {
    height: 100dvh;
  }
  .modalContent .modalContentMain {
    height: 90% !important;
    padding: 18px;
  }
  .modalContent .modalContentMain.page {
    height: 100% !important;
  }
  .modalContent .modalContentMain .mcContent p.has-background {
    padding: 1.25em 20px;
  }
  .modalContent .modalContentMain .mcContent .wp-block-media-text__content {
    text-align: center;
  }
  .modalContent .modalContentMain > div:first-child {
    font-size: 1.15em;
  }
  .modalContent .modalContentMain > div:last-child {
    display: flex;
    flex-direction: column;
  }
  .modalContent .modalContentMain > div span {
    text-align: center;
  }
  .modalContent .modalContentMain > div span:last-child {
    margin-top: 0 !important;
  }
  .main nav.feat > .featLink {
    font-size: 8vh;
  }
  .main .content > section {
    min-height: auto;
    height: 120vh;
    padding: 50px 30px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center !important;
  }
  .main .content > section .secTitle {
    margin: 0 !important;
    display: flex;
    align-items: center;
    max-width: 100%;
  }
  .main .content > section .secTitle span {
    position: relative !important;
    top: 0 !important;
    font-size: 11.5vw;
    display: inline-table;
    text-align: center;
    line-height: 12vw;
  }
  .main .content > section .secTitle .secDetail {
    max-width: 100%;
    margin: 30px 0;
    text-align: center !important;
  }
  .main .content > section .secTitle .btn {
    font-size: 5.5vw !important;
    border-radius: 15px !important;
    align-self: center !important;
  }
  .main .content > section .secPhoto {
    position: relative;
    justify-content: start;
    height: 100vw;
    margin-top: 30px;
  }
  .main .content > section .secPhoto .secImg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0 !important;
    height: 100vw;
    width: 100%;
    margin-left: 0;
    transform: none;
  }
  .main .content > section.rev .secPhoto > .secImg {
    margin-left: 0;
  }
  .main .wp-block-button:not(.wp-block-button__width-100) {
    width: 75% !important;
  }
  .main .wp-block-button:not(.wp-block-button__width-100) a {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 300px) {
  .main nav.feat {
    padding: 10px;
  }
  .main nav.feat > .featLink {
    font-size: 16.5vw;
  }
}/*# sourceMappingURL=style.css.map */

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