:root {
  --beige: #a89d9d;
  --red: #ff5449;
  --green: #679c76;
}
body {
  margin: 0;
  background-color: #222222;
  color: #eeeeee;
  letter-spacing: 1px;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
a,
a:focus,
a.link,
a:active,
a:visited {
  text-decoration: none;
  color: var(--red);
  transition: all 0.6s;
}
a:hover {
  color: var(--green);
}
.blue {
  color: #88aaff;
}
* {
  font-family: sans-serif;
  font-family: 'Open Sans', sans-serif;
}
p {
  max-width: 1100px;
}
.gradient {
  background: #f0e8f0;
  background: -webkit-linear-gradient(to right, #d0dfd9, #f0e8f0);
  background: linear-gradient(to right, #d0dfd9, #f0e8f0);
}
header {
  position: relative;
  margin: 0px 0 -1px 0;
  padding: 0px 0px 0px;
  height: 38.2vh;
  background: #f0e8f0;
  background: -webkit-linear-gradient(to right, #d0dfd9, #f0e8f0);
  background: linear-gradient(to right, #d0dfd9, #f0e8f0);
  color: #333333;
}
header .flex {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  align-content: center;
  height: 38.2vh;
  width: 100vw;
}
header .flex > div:nth-child(1) {
  flex: 2;
  text-align: center;
}
header .flex > div:nth-child(2) {
  flex: none;
  width: auto;
  text-align: right;
}
header nav {
  text-align: right;
  margin: 16px;
}
header nav a {
  display: block;
  font-size: 11px;
  padding-bottom: 8px;
  letter-spacing: 2px;
  color: #222222;
}
header nav a:visited {
  color: #222222;
}
header nav a:focus {
  color: #222222;
}
section {
  line-height: 24px;
  padding: 46px 54px;
}
@media (max-width: 768px) {
  section {
    padding: 24px;
  }
}
section h1 {
  color: #679c76;
  font-size: 18px;
  margin-bottom: 4px;
}
.subsections-nav a {
  display: inline-block;
  padding: 0 8px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
}
.subsections-nav a:nth-child(1) {
  padding-left: 0px;
}
.subsections-nav a.active {
  color: #679c76;
}
img.big {
  width: 100%;
  margin: 40px 0 0;
}
.page > h2 {
  font-size: 14px;
  color: #bbbbbb;
  margin: 0 0 16px;
  padding: 0;
}
.page .item {
  cursor: pointer;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  margin: 0 16px 16px 0;
  background-color: #333333;
  width: 31%;
  color: var(--beige);
}
@media (max-width: 768px) {
  .page .item {
    width: auto;
  }
}
.page .item p,
.page .item span,
.page .item a {
  font-size: 14px;
}
.page .item.block {
  width: 100%;
  display: block;
  background-color: #33333300;
  padding: 16px 0;
  cursor: auto;
}
@media (max-width: 768px) {
  .page .item {
    width: auto;
    display: block;
    margin: 0 0px 16px 0;
  }
}
.page .item img {
  width: 100%;
}
.page .item .itemtxt {
  padding: 16px;
  transition: all 0.3s ease;
}
.page .item:hover .itemtxt {
  background-color: #ff5449;
  color: #111111;
  transition: all 0.3s ease;
}
.page .item:hover h3 {
  color: #111111;
}
.page .item:hover h2 {
  color: #111111;
}
.page .item h2 {
  font-size: 14px;
  color: var(--beige);
  margin: 0;
  line-height: 20px;
}
.page .item h3 {
  font-size: 12px;
  line-height: 18px;
  color: #bbbbbb;
}
.grid {
  margin-top: 60px;
}
.actual-s {
  font-size: 12px;
  color: #efefef;
  margin: 0;
}
.entry {
  color: #c9c8c2;
}
.entry h2 {
  color: var(--beige);
  margin-bottom: 2px;
}
.entry .entry-cols {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
}
.entry .entry-cols > div {
  flex: 1;
}
@media (max-width: 768px) {
  .entry .entry-cols {
    display: block;
  }
  .entry .entry-cols > div {
    flex: none;
  }
}
.iframe-box {
  display: inline-block;
  margin: 0 1% 16px 0;
  width: 48%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1 / 0.618;
}
@media (max-width: 768px) {
  .iframe-box {
    width: 100%;
  }
}
.iframe-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.sad-anim {
  font-size: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.sad-anim svg {
  width: 100%;
  height: 101%;
  border: none;
}
.sad-anim svg path.linepath {
  transition: all 2s ease-in-out;
}
.link-p span {
  margin-bottom: 16px;
  display: block;
}
.fullGallery {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 30000;
  background-color: #111111;
}
.fullGallery .fullGallery-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 32px;
  color: #eeeeee;
  cursor: pointer;
}
.fullGallery .fullGallery-prev {
  position: absolute;
  top: 48%;
  left: 10px;
  width: 20px;
  height: 40px;
  cursor: pointer;
}
.fullGallery .fullGallery-next {
  position: absolute;
  top: 48%;
  right: 10px;
  width: 20px;
  height: 40px;
  cursor: pointer;
}
.fullGallery .fullGallery-img {
  width: 90vw;
  height: 90vh;
  margin: 5vh 5vw;
}
.fullGallery .fullGallery-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
