@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=DotGothic16&display=swap");
@font-face {
  font-family: "HandPixies";
  src: url("https://evenburgers.com/grungedaisie/HandPixies.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "DotGothic16", sans-serif !important;
  overflow-x: hidden;
  margin: 0;
  min-width: 100vw;
  min-height: 100vh;
}

* {
  cursor: url(https://cur.cursors-4u.net/nature/nat-8/nat733.cur), auto !important;
}

p {
  font-family: "DotGothic16", sans-serif !important;
}

.navigation-container {
  position: fixed;
  left: 0;
  top: 8px;
}

.navigation {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navigation--clipped {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  clip-path: url(#heart-path);
  width: 320px;
  padding-top: 39px;
  height: 260px;
  background-image: url(https://evenburgers.com/grungedaisie/clouds.gif);
  background-repeat: repeat;
  background-size: 506px;
  background-color: #babd8d;
  animation-name: floatingBackground;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.ribbon {
  position: absolute;
  top: 15px;
  right: 9px;
  width: 80px;
  z-index: 2;
  height: 80px;
  background-image: url(https://evenburgers.com/grungedaisie/ribbon.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-14deg);
  transition: all 0.8s;
  animation-name: swivel;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.heart {
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(https://evenburgers.com/grungedaisie/heart.gif);
  background-repeat: no-repeat;
  background-size: contain;
}

.heart.one {
  top: 65px;
  left: 20px;
  z-index: 2;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.heart.two {
  top: -5px;
  right: 65px;
  z-index: 2;
  animation-name: floating2;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.heart.three {
  bottom: 95px;
  left: 5px;
  z-index: 2;
  animation-name: floating3;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.heart.four {
  bottom: 5px;
  left: 75px;
  z-index: 2;
  animation-name: floating4;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.heart.five {
  bottom: 55px;
  right: 5px;
  z-index: 2;
  animation-name: floating3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.navigation a {
  margin: 3px 0;
  font-family: "HandPixies";
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

#description {
}

.caption {
  width: 484px;
  background-color: #babd8d;
  margin-top: -1px;
  color: white;
}

.post p,
.post > * div {
  padding: 8px;
  width: 484px;
  background-color: #babd8d;
  margin-top: -1px;
  color: white;
}

.posts-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-bottom: 37px;
}

#posts {
  width: 510px;
}

.post {
  margin-top: 7px;
}

.loader-container {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45vh;
  transition: all 0.5s;
}
.grid {
  opacity: 1;
  transition: all 0.3s;
}
.grid.loading {
  opacity: 0;
}
.grid-sizer,
.grid-item {
  width: 250px;
}
.grid-item--width2 {
  width: 100px;
}

#footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  position: fixed;
  left: 0;
  bottom: 8px;
  right: 0;
}

#footer > div {
  width: 950px;
  max-width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.navigate {
  display: flex;
  flex-wrap: wrap;
  width: 150px;
}

.navigate > *:first-child {
  margin-bottom: 8px;
}

#footer a,
#footer a:visited {
  color: #eb6424;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.75);

  margin: 4px 2px;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #babd8d;
}

#footer a:hover {
  color: #fa9500;
  transform: translateY(-4px);
}

a,
a:visited {
  color: #eb6424;
  transition: all 0.3s;
}
a:hover {
  color: #fa9500;
  transform: translateY(-4px);
}

.trail {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 3px;
  background-image: url("https://evenburgers.com/grungedaisie/sparkle.gif");
  background-size: contain;
  background-position: center;
  pointer-events: none;
}

.floating-cat {
  position: absolute;
  width: 120px;
  transition: all 1s;
  animation-name: floatingCat;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  z-index: -1;
  opacity: 1;
}

.floating-cat.hidden {
  opacity: 0 !important;
}

.floating-cat-1 {
  left: 10vw;
  animation-duration: 10s;
}
.floating-cat-2 {
  left: 20vw;
  animation-duration: 6s;
}
.floating-cat-3 {
  left: 67vw;
  animation-duration: 2s;
}
.floating-cat-4 {
  left: 77vw;
  animation-duration: 14s;
}
.floating-cat-5 {
  left: 88vw;
  animation-duration: 8s;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.lds-heart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  transform-origin: 40px 40px;
}
.lds-heart div {
  top: 32px;
  left: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: #fff;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: #fff;
}
.lds-heart div:before {
  left: -24px;
  border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
  top: -24px;
  border-radius: 50% 50% 0 0;
}
.floating-clouds {
  background-image: url(https://evenburgers.com/grungedaisie/clouds.gif);
  background-repeat: repeat;
  background-size: 1406px;
  animation-name: floatingClouds;
  opacity: 0.65;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: 300s;
  z-index: -1;
  position: fixed;
  top: 0; bottom: 0;
  left: 0; right: 0;
}
.sky-background {

  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  background: linear-gradient(181deg,  #3a86ff, #ffbe0b, #ff006e, #fb5607, #ff006e, #ffbe0b, #3a86ff, #8338ec, #000000, #000000, #8338ec, #3a86ff, #ffbe0b, #ff006e, #fb5607, #ff006e, #8b7c50, #3a86ff, #8338ec, #000000);
  background-size: 4000% 4000%;

  -webkit-animation: SkyBackground 700s ease infinite;
  -moz-animation: SkyBackground 700s ease infinite;
  animation: SkyBackground 700s ease infinite;
}

@-webkit-keyframes SkyBackground {
  0%{background-position:49% 0%}
  50%{background-position:52% 100%}
  100%{background-position:49% 0%}
}
@-moz-keyframes SkyBackground {
  0%{background-position:49% 0%}
  50%{background-position:52% 100%}
  100%{background-position:49% 0%}
}
@keyframes SkyBackground {
  0%{background-position:49% 0%}
  50%{background-position:52% 100%}
  100%{background-position:49% 0%}
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes floatingCat {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 50vh);
  }
  100% {
    transform: translate(0, -0px);
  }
}
@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 25px);
  }
  100% {
    transform: translate(0, -0px);
  }
}
@keyframes floating2 {
  0% {
    transform: translate(0, 0px);
  }
  70% {
    transform: translate(0, 25px);
  }
  100% {
    transform: translate(0, -0px);
  }
}
@keyframes floating3 {
  0% {
    transform: translate(0, 0px);
  }
  35% {
    transform: translate(0, 25px);
  }
  100% {
    transform: translate(0, -0px);
  }
}
@keyframes floating4 {
  0% {
    transform: translate(0, 0px);
  }
  45% {
    transform: translate(0, 25px);
  }
  100% {
    transform: translate(0, -0px);
  }
}
@keyframes floating4 {
  0% {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 25px);
  }
  100% {
    transform: translate(0, -0px);
  }
}
@keyframes floatingBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes floatingClouds {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-x: -1000px;
    background-position-y: -2000px;
  }
  100% {
    background-position-x: 0;
    background-position-y: 0;
  }
}
@keyframes swivel {
  0% {
    transform: rotate(-14deg);
  }
  50% {
    transform: rotate(18deg);
  }
  100% {
    transform: rotate(-14deg);
  }
}