html, body {
  background-color: #000000;
  padding: 0;
  margin: 0;
  position: relative;
}

* {
  box-sizing: border-box;
}

.header {
  width: 100%;
  height: 100vh;
  min-height: 1200px;
  object-fit: contain;
  background: url("../images/header.png") no-repeat center;
  position: relative;
  display: block;
  filter: grayscale(100%) blur(8px);
}
.header:after {
  content: " ";
  display: block;
  position: absolute;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header .center {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.header .center h1 {
  font-size: 96pt;
  -webkit-text-stroke: 2px #FFF;
  font-weight: 600;
  font-family: "Segoe UI Black", sans-serif;
  line-height: 86pt;
  text-shadow: 4px 4px 8px black;
  transform: scale(0);
}
.header .center p {
  text-align: center;
  font-size: 34pt;
  color: #08D529;
  line-height: 36pt;
  text-shadow: 4px 4px 8px black;
  opacity: 0;
}

h2 {
  color: #FFFFFF;
}
h2.left {
  border-left: 16px solid #08D529;
  padding-left: 32px;
  font-weight: 600;
  font-family: "Segoe UI Black", sans-serif;
}
h2.right {
  border-right: 16px solid #08D529;
  padding-right: 16px;
  font-weight: 600;
  text-align: right;
  margin-right: 64px;
  font-family: "Segoe UI Black", sans-serif;
}

h3 {
  font-weight: 600;
  font-family: "Segoe UI Black", sans-serif;
  color: #FFFFFF;
}

h4 {
  color: #000000;
  -webkit-text-stroke: 1px #08D529;
  font-family: "Segoe UI Black", sans-serif;
  font-size: 2.5rem;
}
h4 a {
  color: #000000;
  -webkit-text-stroke: 1px #08D529;
  font-family: "Segoe UI Black", sans-serif;
  font-size: 2.5rem;
}
h4 a:hover {
  color: #FFFFFF;
  -webkit-text-stroke: 1px transparent;
}

h5 {
  color: #FFFFFF;
}

p {
  color: #ffffff;
  opacity: 0.5;
}
p.right {
  text-align: right;
  margin-right: 64px;
}

.orbit-bullets button {
  vertical-align: bottom;
}

.orbit-caption {
  background-color: #157539;
}

.sub-heading {
  font-size: 20pt;
  font-family: "Segoe UI", sans-serif;
  color: #08D529;
}

.heading-black {
  font-size: 60pt;
  color: #000000;
  -webkit-text-stroke: 2px #FFF;
  font-weight: 600;
  font-family: "Segoe UI Black", sans-serif;
  line-height: 80pt;
  text-shadow: 0 0 16px black;
}

.heading-white {
  font-size: 60pt;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Segoe UI Black", sans-serif;
  margin-top: 0;
  line-height: 20pt;
  text-shadow: 0 0 16px black;
}

.navbar {
  top: 0;
  position: sticky;
  padding-top: 16px;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  height: 64px;
}
.navbar ul {
  list-style-type: none;
  position: absolute;
  right: 0;
  z-index: 999;
}
.navbar ul li {
  display: inline-block;
  color: #FFFFFF;
  padding: 8px 32px;
  font-weight: 300;
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}
.navbar ul li a {
  opacity: 0.45;
  color: #FFFFFF;
}
.navbar ul li a:hover {
  opacity: 1;
  cursor: pointer;
}

.spacer-large {
  height: 64px;
}

.spacer-xlarge {
  height: 192px;
}

.btn-large {
  background: linear-gradient(90deg, #298638 0%, #015E10 100%);
  border-radius: 8px;
  color: #ffffff;
  padding: 16px;
}
.btn-large:hover {
  cursor: pointer;
  background: linear-gradient(0deg, #298638 0%, #015E10 100%);
  transition: all 0.25s;
}
.btn-large a {
  color: #FFFFFF;
  font-size: 20pt;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.section-2 {
  height: 60vh;
  display: block;
  padding-bottom: 100%;
  overflow: hidden;
  background: url("../images/co2_freezejet_03.jpg") no-repeat fixed;
  background-size: cover;
  animation-name: flicker;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  position: relative;
  bottom: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.thumbnail {
  border: none;
  transition: all 0.5s;
}
.thumbnail:hover {
  transform: scale(0.95);
  transition: all 0.5s;
  cursor: pointer;
}

.margin-top {
  transform: translateY(-400px);
}

.button {
  display: inline-block;
  padding: 8px;
  height: 30px;
  position: relative;
  min-width: 120px;
  border-radius: 8px;
  background-color: #074403;
}
.button:hover {
  background-color: #30a151;
}
.button a {
  color: #FFFFFF;
  display: block;
  position: absolute;
  width: 100%;
  padding: 8px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.card {
  background: transparent;
  color: #888888;
  border: 1px solid #444;
}
.card button {
  margin: 8px;
}

#services .card {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  min-height: auto;
  width: 100%;
  margin: 8px;
  aspect-ratio: 1/1 auto;
  padding: 32px;
  transform: translateY(100%);
  transition: all 0.5s;
}
#services .card img {
  height: 30%;
  max-width: 33%;
  width: auto;
  object-fit: contain;
  align-items: start;
}
#services .card.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s;
}
#services .cards-bottom {
  margin-top: 25vh;
  padding-bottom: 50vh;
}

.scroll-prompt {
  color: #FFFFFF;
  position: fixed;
  top: 90%;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.8;
  text-align: center;
  animation-name: pulseFade;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  transition: all 1s;
}
.scroll-prompt:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  left: 50%;
  top: 64px;
  position: fixed;
  transform: translateX(-50%);
  border-top: 20px solid #ffffff;
}
.scroll-prompt.hide {
  opacity: 0;
  transition: all 1s;
}

@keyframes pulseFade {
  0% {
    opacity: 0.2;
  }
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.9;
  }
  75% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.2;
  }
}
.dark-card {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(16px);
  border: none;
  min-height: auto;
  width: 100%;
  margin: 16px;
  aspect-ratio: 1/1 auto;
  padding: 32px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  border-radius: 16px;
}
.dark-card p:first-child {
  font-weight: bold;
}
.dark-card img {
  height: 30%;
  max-width: 33%;
  width: auto;
  object-fit: contain;
  align-items: start;
}
.dark-card.show {
  opacity: 1;
  transition: all 0.5s;
}

.sub-section {
  margin: 96px 0;
  padding: 60px 16px;
  transform: translateY(0);
  transition: all 0.2s;
  opacity: 0;
}
.sub-section.show {
  transform: translateY(-100%);
  transition: all 0.2s;
  opacity: 1;
}
.sub-section img {
  border-radius: 16px;
}

.footer {
  background-color: rgba(255, 255, 255, 0.05);
  min-height: 250px;
  padding-top: 48px;
}
.footer p {
  opacity: 0.2;
  font-size: 10pt;
}
.footer label {
  color: #CCCCCC;
}
.footer .footer-links {
  padding: 0;
  margin: 0;
  text-align: left;
  color: #FFFFFF;
  list-style-type: none;
}
.footer .footer-links li {
  color: rgba(255, 255, 255, 0.3);
  font-weight: lighter;
  font-family: "Segoe UI", sans-serif;
}
.footer .footer-links li a {
  color: #666666;
}
.footer .footer-links li a:hover {
  color: #FFFFFF;
  cursor: pointer;
}

.admin {
  position: relative;
  height: 100vh;
}
.admin .center-content {
  padding: 64px;
  background-color: rgba(255, 255, 255, 0.075);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.admin .center-content .form-element label {
  color: #888888;
}
.admin .center-content .form-element input {
  border: 1px solid #444444;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.admin .center-content .form-element input:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.admin .list {
  margin: 0;
  list-style-type: none;
}
.admin .list li {
  display: block;
  padding: 8px 16px;
  color: #888888;
}
.admin .list li a {
  color: #FFFFFF;
}
.admin .list li:hover {
  background-color: #3b3b3b;
  cursor: pointer;
  color: #ffffff;
}
.admin .list li.selected {
  color: #08D529 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #888888 !important;
}

.p-2 {
  padding: 16px;
}

.p-4 {
  padding: 8px;
}

.card-section {
  position: relative;
}
.card-section .description {
  color: #666666;
  max-height: 100px;
  overflow: hidden;
}
.card-section:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: " ";
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  height: 110%;
}

.list-white p {
  font-size: 16pt;
  color: #FFFFFF;
  opacity: 1;
}
.list-white ul li {
  color: #ffffff;
  font-size: 12pt;
}

.center-page {
  position: absolute;
  top: 600px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

.contact-list {
  list-style: none;
  margin: 0;
}
.contact-list li {
  padding: 10px;
  color: #FFFFFF;
}

@keyframes flicker {
  0% {
    filter: grayscale(0);
  }
  50% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0);
  }
}
@media only screen and (max-width: 600px) {
  .header .center h1 {
    font-size: 40pt;
  }
  .header .center p {
    text-align: center;
    font-size: 20pt;
  }
  .navbar {
    text-align: center;
  }
  .navbar ul {
    padding: 0;
    margin: 0;
    position: static;
  }
  .navbar ul li {
    padding: 4px;
  }
  .heading-black {
    font-size: 40pt;
    color: #000000;
    line-height: 80pt;
    text-align: center;
  }
  .heading-white {
    text-align: center;
    font-size: 40pt;
    color: #FFFFFF;
    line-height: 40pt;
  }
  .sub-heading {
    text-align: center;
  }
}
.equal-height-cards .cell {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

select {
  width: 100%;
  border: 1px solid #444444;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
select option {
  color: #000000;
}
select:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
select:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

.form-element {
  padding: 4px;
}
.form-element label {
  color: #ffffff;
  font-size: 16pt;
}
.form-element input:not([type=file]) {
  border-radius: 8px;
  width: 100%;
  border: 1px solid #444444;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
}
.form-element input:not([type=file]):focus {
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
}
.form-element input:not([type=file]):active {
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
}
.form-element textarea {
  width: 100%;
  border: 1px solid #444444;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  border-radius: 8px;
}

.form-container {
  padding: 32px 0;
  backdrop-filter: blur(16px) grayscale(0.5);
  box-shadow: 0 0 16px black;
  background-color: rgba(255, 255, 255, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 500px));
  position: absolute;
  width: 100%;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slideshow-container {
  position: relative;
  margin: auto;
}
.slideshow-container .slide {
  transition: all 1s;
  opacity: 0;
  display: none;
  filter: grayscale(1);
}
.slideshow-container .slide img {
  border-radius: 16px;
}
.slideshow-container .slide.fade {
  transition: all 2s;
  animation-name: fade;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  filter: grayscale(0);
}

.breadcrumbs li {
  font-size: 20pt;
}
.breadcrumbs li a {
  color: #888888;
}
.breadcrumbs li a:hover {
  color: #FFFFFF;
}

@media screen and (max-width: 600px) {
  h4 {
    font-size: 14pt;
    -webkit-text-stroke: 0 #FFFFFF;
    color: #FFFFFF;
  }
  .footer {
    text-align: center;
  }
  .footer h2 {
    text-align: center;
  }
  .footer .footer-links {
    padding: 32px 0 0;
  }
  .footer .footer-links li {
    text-align: center;
  }
  .navbar ul {
    position: absolute;
    left: 0;
    top: 64px;
    display: none;
  }
  .navbar ul li {
    display: block;
  }
  .mobile-text-center {
    text-align: center;
  }
  .center-page h4 a {
    font-size: 14pt;
  }
  .section-2 {
    height: auto;
  }
  .dark-card {
    width: 90%;
  }
}