/* Basic CSS resets */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #000000;
  color: #B5C2C7;
  font-size: 1em;
  line-height: 1.6em;
}

/* Mobile First Design */
.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
}

.container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.logo {
  z-index: 2;
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  max-width: 240px;
}

#container2 {
  width: 95%;
  max-width: 800px;
  margin: 30px auto;
  padding: 30px;
  background-image: linear-gradient(#010101, #630D0D);
  border: 1px dashed #F5F5F5;
  box-sizing: border-box;
}

.button-layer {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
  box-sizing: border-box;
}

.button-layer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.button-layer li {
  list-style: none;
}

.button-layer a {
  font-family: "Grenze Gotisch", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  color: #F0FFFF;
  background: #630D0D;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
}

.button-layer a:hover {
  color: #ffffff;
  background: #b30000;
}

@media (min-width: 769px) {
  .container {
    height: 400px;
  }

  .logo {
    width: 15%;
    max-width: 150px;
  }

  .button-layer {
    bottom: 15px;
  }

  #container2 {
    max-width: 900px;
  }
}

.button-layer a, .form-group button {
  padding: 8px 16px; 
  font-size: 0.9em; 
}

@media (min-width: 1024px) {
  .container {
    height: 500px;
  }

  #container2 {
    max-width: 1000px;
  }
}

.form-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  color: #F0FFFF;
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #630D0D;
  padding: 8px 0;
  margin-bottom: 16px;
  color: #F0FFFF;
  outline: none;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-bottom-color: #03c6fc;
}

.form-group button {
  background-color: #630D0D;
  color: #F0FFFF;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.form-group button:hover {
  background-color: #008B8B;
}

img {
  width: 100%;
  height: auto;
  display: block;
  margin: 16px auto;
}


h1, h2, h3, h4 {
  font-family: "Fondamento", cursive;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.3em;
}
h1, h2{background: linear-gradient(180deg, rgba(135, 11, 11, 1) 0%, rgba(0, 0, 0, 1) 100%);
    -webkit-background-clip: text;}
p {
  font-family: "Goudy Bookletter 1911", serif;
  padding: 10px;
  line-height: 1.6em;
  margin-bottom: 16px;
}

figcaption {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: normal;
  padding: 8px;
  margin-bottom: 16px;
font-size: .5em;
}

figure2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.image-group img {
  width: 100%;
  max-width: 150px;  
  height: 225px;      
  object-fit: cover;  
  margin-bottom: 8px;
  border-radius: 8px;
}

.image-group figcaption {
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 16px;
}


.Titles {
  text-align: left;
  padding-left: 20px; 
}

.testimonials{
  text-align: left;
  padding-left: 20px; 
}

.social-media {
  text-align: center;
  margin: 20px 0;
}

.social-media h2 {
  color: #F0FFFF;
  font-family: "Fondamento", cursive;
  margin-bottom: 8px;
}

.social-media p {
  color: #F0FFFF;
  font-family: "Goudy Bookletter 1911", serif;
  margin-bottom: 20px;
}

.social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.social-media li {
  margin: 0 15px;
}

.social-icon {
  color: #b30000;  /* White text */
  text-decoration: none;
  font-size: 1.2em;
  transition: color 0.3s, background-color 0.3s;
}

.social-icon:hover {
  color: #FFF;  /* Ensures it's white on hover */
  background-color: #b30000;  /* Light red background on hover */
  padding: 5px 10px;
  border-radius: 5px;
}


/* ========================================
MEDIA QUERIES!
You can adjust the min-width numbers below, and add as many new media queries as you need.
======================================== */


/* Media Queries */

/* Minimum width for laptops (769px+) */
@media all and (min-width: 769px) {
  img {
    width: 60%; /* Reduce the width of the images */
    margin: 0 auto; /* Center the images */
  }

  .logo {
    width: 20%; /* Increase the logo size */
    max-width: 400px; /* Max size */
    top: 25%; /* Adjust position */
  }

  .button-layer a, .form-group button {
    padding: 12px 24px; /* Increase button padding */
    font-size: 1.2em; /* Increase font size */
  }

  #container2 {
    max-width: 900px;
  }
}

/* Minimum width for desktop screens (1024px+) */
@media all and (min-width: 1024px) {
  img {
    width: 50%; /* Further reduce the image size */
    margin: 0 auto; /* Keep the image centered */
  }

  .logo {
    width: 50%; /* Larger logo size */
    max-width: 400px; /* Max size */
    top: 40%; /* Adjust position */
  }

  .button-layer a, .form-group button {
    padding: 14px 28px; /* Larger button padding */
    font-size: 1.3em; /* Larger font size */
  }
  html, body {
  background-image: linear-gradient(#630D0D, #010101);
  overflow: scroll;
}

  #container2 {
    max-width: 1000px;
  }
}

