@import url(https://fonts.googleapis.com/css?family=Nunito);

@font-face {
  font-family: 'Bauhaus 93';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/bauhs93.woff') format('woff'),
  src: url('/fonts/bauhs93.ttf') format('truetype'),
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  perspective: 1px;
  transform-style: preserve-3d;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: Nunito;
}

h1 {
  font-size: 250%;
  color: #ffffff;
  text-align: center;
}

h2 {
  font-size: 150%;
  color: #dddddd;
  text-align: center;
}

h3 {
  font-size: 125%;
  color: #bbbbbb;
  text-align: center;
}

p {
  font-size: 140%;
  line-height: 150%;
  color: #ffffff;
}

.header-address {
  z-index: 20;
  font-size: 24px;
  position: absolute;
  top: 160px;
  color: #ffffff;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: fit-content;
}

.slide {
  position: relative;
  padding: 25vh 10%;
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
  transform-style: inherit;
}

img {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 300px;
  height: 400px;
  transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
  padding: 10px;
  border-radius: 5px;
  background: rgba(240, 230, 220, .7);
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

img:last-of-type {
  transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-40%) rotate(-5deg);
}

.itemlist {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
}

.itemlist ul {
}

.itemlist li {
  padding-top: 32px;
}

.itemlist a {
  color: #ffffff;
  padding: 10px 10px;
  background: rgb(9, 62, 176);
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, .8);
}

.title {
  width: 50%;
  padding: 5%;
  border-radius: 5px;
  background: rgba(64, 64, 255, 0.7);
  text: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

.slide:nth-child(2n) .title {
  margin-left: 0;
  margin-right: auto;
}

.slide:nth-child(2n+1) .title {
  margin-left: auto;
  margin-right: 0;
}

.slide, .slide:before {
  background: 50% 50% / cover;
}

.header {
  text-align: center;
  font-size: 175%;
  color: #fff;
  text-shadow: 0 2px 2px #000;
}

.footer {
  text-align: center;
  font-size: 175%;
  color: #fff;
  text-shadow: 0 2px 2px #000;
}

#title {
  background-image: url("/img/20231101_125013_resized_1.jpg");
  z-index: 2;
}

#title h1 {
  transform: translateZ(.25px) scale(.75);
  transform-origin: 50% 100%;
}

#slide1:before {
  background-image: url("/img/2643745693237609058.jpg");
  transform: translateZ(-1px) scale(2);
}

#slide2 {
  background-image: url("/img/tank.jpg");
  z-index: 2;
}

#slide3:before {
  background-image: url("/img/20240227_145541.jpg");
  transform: translateZ(-1px) scale(2);
}

#slide4 {
  background: #3586FF;
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-position-x: 0px;
  }
}

footer {
}

footer .company-info {
  color: white;
  font-size: 1.75rem;
}

footer .footer-title {
  font-size: 1.75rem;
  line-height: 1.75rem;
  color: white;
  padding-top: 80px;
  border-left: 4px solid var(--theme-col);
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
  /*height: fit-content;*/
}

footer ul {
  padding-left: 1.75rem;
  color: white;
  font-size: 0.875rem /* 14px */;
  line-height: 1.25rem;
  margin-top: .5rem;
}

footer ul li {
  margin: .25rem 0;
  cursor: pointer;
  color: #d4d4d4;
  width: fit-content;
}

footer ul li:hover {
  color: white;
}

footer .credits {
  color: white;
  padding-top: 4rem;
  text-align: center;
  font-size: 18px;
  border-radius: 25px;
}

.f-btn {
  padding: .25rem 1rem;
  background-color: var(--theme-col);
  border-radius: .25rem;
  font-size: 16px;
  color: white;
  font-weight: 500;
}

.useful-links {
  font-size: 24px;
}

label {
  font-size: 1.25rem;
  text-align: left;
  text-shadow: none;
  color: #333333;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #203985;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #163188;
}

textarea {
  height: 200px;
  font-family: Nunito;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

form {
  text-align: left;
}

.under_construction {
  position: fixed;          /* where the next element will be automatically positioned */
  display: inline-block;       /* causes element width to shrink to fit content */
  left: 50%;                   /* moves left side of image/element to center of parent element */
  transform: translate(-50%);  /* centers image/element on "left: 50%" position */

}
