@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap");
.simplescrollup__button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: 0.5s all;
  z-index: 10000;
}
.simplescrollup__button:before {
  content: "";
  width: calc(3rem + 8px);
  height: calc(3rem + 8px);
  display: block;
  background: black;
  position: absolute;
  left: -4px;
  bottom: 8px;
  z-index: -1;
  border-radius: 50%;
}
.simplescrollup__button i {
  font-size: 3rem;
  color: #fc0;
}

.simplescrollup__button--show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.simplescrollup__button--hide {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.search-wrapper {
  margin-left: 15px;
}
.search-wrapper [type=submit] {
  border: none;
  padding: 4px 8px;
  transition: background ease-in-out 0.3s;
  background: linear-gradient(135deg, white, #aaa) padding-box, linear-gradient(135deg, grey, #eee) border-box;
  color: black;
  border-radius: 5px;
  border: 2px solid transparent;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.search-wrapper [type=submit]:hover {
  background: linear-gradient(to bottom, #ccf, #99f) padding-box, linear-gradient(135deg, grey, #eee) border-box;
  color: white;
  text-shadow: 0 1px 2px black !important;
}

nav.navbar {
  background: black;
  padding: 0;
}
nav.navbar::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 8px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
nav.navbar::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: red;
}
nav.navbar .navbar-toggler .navbar-toggler-icon {
  height: auto;
}
nav.navbar .navbar-brand {
  width: 190px;
  margin-bottom: 3px;
}
nav.navbar #navbar-inner a {
  color: white;
  border-radius: 5px;
  padding: 3px 8px;
}
nav.navbar #navbar-inner a:hover, nav.navbar #navbar-inner a:active {
  color: white;
  background: #ff3333;
  text-shadow: 0 1px 1px black;
}
nav.navbar #navbar-inner a:focus {
  color: #cc0000;
}
nav.navbar #navbar-inner a:visited {
  color: white;
}

.fixed-top {
  z-index: 99 !important;
}

@media only screen and (max-width: 768px) {
  [name=search] {
    width: 100% !important;
  }
  .search-input {
    width: calc(100% - 57px) !important;
  }
}
@media only screen and (min-width: 769px) {
  details summary {
    position: relative;
    padding-left: 1.5em;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    list-style: none;
  }
  details summary::before {
    content: "▶"; /* Unicode character for the right-pointing triangle */
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    color: red;
  }
  details[open] summary::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .instagramholder .igram {
    scale: 0.9;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .instagramholder .igram:first-child {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
html {
  background: black;
}

h1, h2, h3, h4, h5, h6 {
  color: #53ffb2;
}

h2 {
  font-size: 24px;
}

p {
  font-size: 20px !important;
}

body {
  margin-top: 102px;
}

.container-fluid.full {
  padding: 0 !important;
}

.gallery .lightbox {
  transition: all ease-in-out 0.3s;
  background: white;
  padding: 1px;
}
.gallery .lightbox img.full {
  width: 100%;
  height: auto;
}
.gallery .lightbox:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  box-shadow: 0 0 15px 4px black;
  z-index: 1;
}

body {
  font-family: "Libre Baskerville", serif;
  color: white;
}

main {
  padding-top: 10px;
}

#body {
  padding: 15px 0;
  overflow: hidden;
  z-index: 100 !important;
  margin-bottom: 100px;
  background: #000;
  margin-bottom: 51px;
}

main {
  background: white;
}

.card {
  background-color: transparent !important;
}
.card img {
  border-radius: 7px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

#contact input {
  margin-bottom: 25px;
}
#contact .form-label {
  margin-bottom: 0;
}

.footer {
  position: fixed;
  width: 100%;
  bottom: -1px;
  left: 0;
  background: #333;
}
.footer #site-title {
  color: #FC0;
}

.blur-up {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

summary {
  margin-top: 50px;
  position: relative;
}
summary::marker {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: red !important;
}
summary h2 {
  display: inline-block;
  font-size: 22px;
  max-width: calc(100% - 20px);
}

details {
  font-size: 20px !important;
}
details h3 {
  margin-top: 10px;
}
details p:not(:empty) {
  margin-bottom: 30px;
}
details div [dir=auto] {
  font-size: 20px !important;
}

.hpspacer {
  margin: 25px 0 75px 0;
}

p:empty {
  display: none;
}

.igram {
  display: block !important;
}

.instalink {
  color: white;
  background: red;
  padding: 20px 30px;
  margin-top: 20px;
  display: block;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  font-size: 20px;
}
.instalink:hover {
  color: #53ffb2;
}

button {
  border: none;
  margin-top: 30px;
  padding: 15px 30px;
  border-radius: 5px;
  transition: background ease 0.3s;
}

button[type=submit] {
  background: rgba(127, 255, 0, 0.5);
}
button[type=submit]:hover {
  background: chartreuse;
}

button[type=reset] {
  background: #333;
  margin-left: 30px;
  padding: 10px 20px;
}
button[type=reset]:hover {
  background: red;
}
