/* Copyright 2024 Kyle Geisler */
@import url("https://fonts.googleapis.com/css2?family=Genos:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=block");
@import url("https://fonts.googleapis.com/css2?family=Faculty+Glyphic&family=Funnel+Display:wght@300..800&family=Marcellus&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  background-color: #171919;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)),
    url(space-industry.jpg);
}

body {
  /* font-family: "Genos", sans-serif; */
  font-family: "Genos", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  color: rgba(161, 193, 200, 255);
  height: 100%;
  width: 98%;

  margin: auto;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.box1 {
  width: 100%;
  background: rgba(18, 21, 21, 0.6);
  position: relative;
  top: 0rem;
  text-align: justify;
  padding-top: 0.5rem;
  padding: 0.5rem;
  border-radius: 2rem;
  align-self: auto;
}

h1 {
  font-size: clamp(1.5rem, 2.5vw, 3rem);
  text-shadow: 3px 3px 5px rgba(23, 57, 14, 0.8);
  font-weight: 400;
}
.box1 a {
  padding-inline: 2px;
  color: rgba(161,193,200,255);
  text-decoration: none;
  cursor: pointer;
  font-size: clamp(1.5rem, 2vw, 3rem);
  text-shadow: 5px 5px 5px rgba(23, 57, 14, 0.8);
  border-radius: 6px 6px 6px 6px;
  background-color: rgba(23, 25, 25, 0.4);
}
.box1 a:hover {
  color: rgba(161,193,200,255);
  text-shadow: 5px 5px 10px rgba(21, 11, 48, 0.8);
  border-radius: 6px 6px 6px 6px;
  background-color: rgba(18, 61, 77, 255);
}
.links a {
  padding-inline: 2px;
  color: rgba(161,193,200,255);
  text-decoration: none;
  cursor: pointer;
  font-size: clamp(1.5rem, 2vw, 3rem);
  text-shadow: 5px 5px 5px rgba(23, 57, 14, 0.8);
  border-radius: 6px 6px 6px 6px;
  background-color: #171919;
}

.links a:hover {
  color: rgba(161,193,200,255);
  text-shadow: 5px 5px 10px rgba(21, 11, 48, 0.8);
  border-radius: 6px 6px 6px 6px;
  background-color: rgba(18, 61, 77, 255);
}

.box2 {
  width: 80%;
  position: static;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  text-align: center;
  text-wrap-style: stable;
  line-height: 0.85;
  color: rgb(209, 233, 209);
  text-shadow: 1px 1px 6px rgba(21, 11, 48, 0.9);
  padding-top: 0.5rem;
  padding: 0.5rem;
  border-radius: 2rem;
}

.photo {
  max-width: inherit;
  max-height: 1200px;
  object-fit: contain;
  width: inherit;
  height: inherit;
  z-index: -1;
  padding: 8px;
  border-radius: 2rem;
  align-items: center;
}

p {
  font-size: clamp(1.2rem, 1.8vw, 2.2rem);
  text-align: center;
  text-wrap-style: stable;
  line-height: 1;
  color: rgba(161,193,200,255);
  text-shadow: 1px 1px 6px rgba(21, 11, 48, 0.9);
  padding-top: 0.5rem;
  padding: 0.5rem;
  border-radius: 2rem;
  font-weight: 50;
}

.price {
  text-align: center;
  text-shadow: 5px 5px 5px rgba(23, 57, 14, 0.8);
  border-radius: 12px 6px 12px 6px;
  background-color: rgba(23, 57, 14, 0.8);
  width: 50%;
  align-self: center;
}

.box3 {
  /*background: gray;*/
  font-family: "Genos", sans-serif;
  position: static;
  width: 100%;
  bottom: 0px;
  margin-bottom: 5px;
  text-align: center;
  color: rgba(161,193,200,255));
  text-shadow: 1px 1px 6px rgba(21, 11, 48, 0.9);
  font-size: clamp(1.3rem, 1.5vw, 2rem);
}

.table1 {
  padding: 1rem;
  border: 1px;
  border-spacing: 0.5rem;
  font-size: clamp(1rem, 2vw, 2rem);
  text-align: left;
}

@media only screen and (min-width: 700px) {
  .box1 {
    display: flex;
    text-align: left;
    align-items: baseline;
    justify-content: space-between;
    text-align: end;
  }
  .box1 h1 {
    text-align: left;
    font-size: clamp(2rem, 2.2vw, 2.8rem);
    font-weight: 400;
  }
  .box1 h2 {
    text-align: left;
    font-size: clamp(1rem, 1.8vw, 2rem);
    font-weight: 100;
    justify-content: left;
  }
  .links {
    text-align: right;
    font-size: clamp(2.8rem, 3vw, 4rem);
    padding-inline: 5px;
  }
  p {
    font-size: clamp(1.8rem, 2vw, 2.1rem);
    text-wrap-style: pretty;
    text-align: center;
    line-height: 1;
    text-shadow: 0px 0px 5px rgba(21, 11, 48, 0.7);
  }

  .table1 {
    padding: 1rem;
    border: 0.5px;
    border-spacing: 0.5rem;
    font-size: clamp(1.8rem, 2vw, 2.3rem);
  }
}
