@font-face {
    font-family: 'Supermolot';
    src: url('assets/fonts/Supermolot.woff2') format('woff2'),
         url('assets/fonts/Supermolot.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  background-color: #fff;
  font-family: sans-serif;
  padding: 0;
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
.hero {
    height: 100vh;
    width: 100vw;
    background-image: url('./assets/hero.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.hero p, h1, h2{
  text-align: center;
}



h1{
    font-family: 'Supermolot', sans-serif;
    font-size: 3.75rem;
    letter-spacing: 0.45rem;
}

h2{
    font-family: 'Supermolot', sans-serif;
    font-size: 1.75rem;
    letter-spacing: 0.45rem;
}

h3{
  font-family: 'Supermolot', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.45rem;
}


.logo {
    position: absolute;
    top: 70px;
    left: 100px;
    width: 20vw;
    opacity: 0;
    transition: opacity 2.1s ease-in;
}

.button {
    background-color: #1A1A1A;
    border: none;
    color: #D4AF37;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 9999px;
    letter-spacing: 0.1rem;
}

.button:hover {
    background-color: #B8860B;
    color: #1A1A1A;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #f1f1f1, transparent, transparent);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0vw;

}

.sidenav a {
    padding: 15px;
    text-decoration: none;
    font-size: 30px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #000000;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#openBtn {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 2;
    color: white;
}

.contact-form-section {
    /* padding: 50px 20px; */
    width: 100vw;
    height: 0;
    text-align: center;
    background-color: #f9f9f9;
    position: fixed;
    bottom: 0;
    transition: 1s;
    overflow: scroll;
}

.contact-form-section h2 {
    margin-bottom: 30px;
    color: #333;
}

#contactForm {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-group textarea {
    resize: vertical;
}

#form-messages {
    margin-top: 20px;
    font-weight: bold;
}

.form-group textarea {
    resize: vertical;
}

.checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 10px;
}

#form-messages {
    margin-top: 20px;
    font-weight: bold;
}

footer {
    background-color: #1A1A1A;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 0.9em;
}

footer p {
    margin: 5px 0;
}

footer a {
    color: #007bff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {

  .hero p, h2{
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.1rem;
    letter-spacing: 0.15rem;

  }
  .hero h1{
    font-size: 2.75rem;
  }
    .sidenav {
        height: 15px;
        width: 100%;
        bottom: 0;
        top: auto;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 0;
        padding-left: 10vw;
        background: linear-gradient(to top, #f1f1f1, #f1f1f1, #f1f1f1, #f1f1f1, transparent);
    }

    .sidenav a {
        padding: 5px 0;
        font-size: 20px;
        color: #000;
        display: block;
        transition: 0.3s;
    }

    .sidenav .closebtn {
        display: none;
    }

    #openBtn {
        display: none;
    }

    .logo {
    position: absolute;
    top: 2.5px;
    left: auto;
    width: 40vw; 
}

footer {
    background-color: #1A1A1A;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 0.9em;
    margin-bottom: 75px;
}
}

#section2{
  width: 100vw;
  min-height: 120vh;
  background-image: url('./assets/section2.png');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px; /* Add some space between cards */
}

.text-card {
  width: 80%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 10px;
  color: white;
  text-align: center;
}

.text-card h2,
.text-card p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.text-card h3{
  font-family: 'Supermolot', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.45rem;
}
