html {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Heebo", sans-serif;
  color: #2b2a28;
  font-size: 18px;
  line-height: 26px;
  box-sizing: border-box;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: linear-gradient(-45deg, #c1d4e7, #e0d6b5, #c1dcb6, #d6d8b4);
  background-image: url("/assets/img/090-white-paper-with-fibers-768x511.jpeg");
  background-repeat: repeat;
  background-position: center;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
h1,
h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
iframe,
embed,
object {
  max-width: 100%;
  height: auto;
  display: block;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

body > div {
  box-sizing: border-box;
  width: 100%;
  max-width: 100vw;
  padding: 20px;
  margin: 0 auto;
}

#__next {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.container h2 {
  margin-bottom: 20px;
}

header {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
header .header-image-shade {
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
header .header-image-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header .header-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
header .header-image-container svg {
  height: 120px;
  width: 120px;
  margin: 20px;
  object-fit: cover;
  mix-blend-mode: multiply;
  z-index: 1;
}
header h1 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 700;
}
header p {
  margin: 0 auto;
  width: 70%;
}
header img {
  height: 120px;
  width: 120px;
  border: 7px solid rgba(224, 223, 214, 0.6);
  margin: 0 auto 20px auto;
  border-radius: 50%;
  object-fit: cover;
  mix-blend-mode: multiply;
  z-index: 1;
}

header a {
  color: #484848;
  text-decoration: none;
  border-bottom: 1px dotted #999892;
}

header a:visited {
  color: #484848;
}

article p {
  width: 100%;
}
article img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
article video {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

footer {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  padding: 40px;
  margin-bottom: 0px;
  margin-top: 80px;
  position: relative;
}
footer .footer-image-shade {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
footer .footer-image-wrapper {
  position: relative;
  z-index: 2;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.grid-2 img {
  height: 400px !important;
  min-height: 400px;
  width: 100%;
  object-fit: cover;
}

header a:hover {
  border-bottom: 1px solid #999892;
}

h1 {
  font-size: 48px;
  line-height: 42px;
  font-weight: normal;
  margin-bottom: 20px;
}

body.post h1 {
  margin-bottom: 5px;
}

body.post header p {
  font-size: 14px;
}

h2 {
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

img.avatar {
  background-size: 100%;
  display: block;
  height: 80px;
  overflow: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  width: 80px;
  margin-right: 15px;
}

pre {
  font-size: 15px;
  white-space: pre;
  word-wrap: normal;
  overflow: auto;
  width: auto;
}

.emboss {
  width: 100%;
  padding: 30px;
  box-shadow: -7px -7px 16px 0 #ffffff, 7px 7px 10px -4px rgba(116, 150, 179, 0.27);
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
}
.emboss:hover {
  box-shadow: inset 3px 3px 7px 0 rgba(116, 150, 179, 0.32), inset -4px -4px 6px 0 #ffffff;
  transition: all 1s linear;
}

.emboss-inner {
  width: 100%;
  box-shadow: inset 3px 3px 7px 0 rgba(0, 0, 0, 0.32), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.32);
  border-radius: 0px;
  display: block;
  border-radius: 15px;
}

.embossed-text {
  box-shadow: inset 3px 3px 7px 0 rgba(0, 0, 0, 0.32), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.32); /* Create the embossed effect */
}

@media screen and (max-width: 580px) {
  pre {
    font-size: 14px;
    line-height: 16px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  img.avatar {
    height: 110px;
    width: 110px;
  }
  header {
    padding: 30px;
  }
  header p {
    width: 100%;
  }
  .video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-wrap iframe,
  .video-wrap object,
  .video-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
a {
  color: #e8215d;
}

a:visited {
  color: rgb(116, 87, 87);
}

p {
  margin: 0 0 2ex 0;
}

ul {
  margin: 0 0 2ex 0;
  padding: 0;
}

li {
  margin: 0 0 0 20px;
  padding: 0;
}

.cover-left {
  width: 49%;
  float: left;
  padding-right: 2%;
}

.cover-right {
  width: 49%;
  float: left;
}

.image-caption-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.image-caption-wrapper img,
.image-caption-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.image-caption-wrapper .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  color: white;
  padding: 40px 20px 20px 20px;
  font-size: 14px;
  font-weight: 500;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.image-caption-wrapper:hover .caption {
  transform: translateY(0);
}
.image-caption-wrapper:hover img,
.image-caption-wrapper:hover video {
  transform: scale(1.05);
}

.header-image-wrapper {
  position: relative;
  display: inline-block;
}
.header-image-wrapper .header-caption {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.header-image-wrapper:hover .header-caption {
  opacity: 1;
  transform: translateX(-50%) translateY(10px);
}

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