@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body{
    background-color: #240f0f;
    color: #ffff;
    font-family: 'Public Sans', Helvetica, sans-serif;
    margin: 0;
}


/* NAV Bar */
header{
    background-color: #420011;
    display: flex;
    justify-content: left;
    align-items: center;
    
}
nav{
    padding: 0px;
    padding-left: 10px;
    text-align: left;
    font-size: 1.2em;
    align-items: center;
    max-height: 1350px;
    vertical-align: middle;
    
}
#hero{
    margin: 0px;
    padding:0px;
    border: none;
    font-size: 0px;
}
#hero :hover{
    border-radius: 0px;
    border: none;
    background-color: #420011;
}
#hero img{
    margin:0px;
    padding:0px;
    display: inline-block;
}
nav a {
    color: #ffff;
    padding:0 1em;
    text-decoration: none;
    vertical-align: middle;
}
nav :hover{
    background-color: #904c00;
    border-radius: 20px;
}
header img{
    width: 10%;
    

}

#download{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers the button horizontally */
    align-items: center;
    height: 700px;
   
}
#download h2{
    font-family: 'Archivo Narrow';
    margin-bottom: 40px;
    font-size: 80px;
}
.download-btn{
    display: block;
    padding: 15px 20px;
    background-color: #803c00; /* Button color */
    color: white; /* Text color */
    text-decoration: none; /* Remove underline */
    border-radius: 5px; /* Rounded corners */
    font-size: 20px; /* Text size */
    margin-top: 20px;
}
.download-btn:hover {
    background-color: #904c00; /* Hover effect */
  }
  #youtube{
    background-color: #ffff;
  }
  #youtube iframe{
    border-radius: 50px;
}
/* Section Stuff */
  section{
    border-radius: 50px;
    background-color: #420011;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    height: 550px;
    margin: 30px;

}

section img{
    width: 60%;
    border-radius: 20%;

}

p{
    text-align: left;
    font-size: 23px;
    width: 400px;
   

}
#download img{
    width: 30%;
}

#feature1 img{
    width: 33%;
}
#feature2 img{
    width: 34%;
}
#feature3 img{
    border-radius: 0px;
}
h2{
    text-align: left;
    font-size: 35px;
}
#feature4 img{
    border-radius: 0px;
    width: 850px;
}

form {
    margin: auto;
    margin-top: 25px;
    
    background-color: #420011;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers the button horizontally */
    align-items: center;
    height: 500px;
    width: 40%;
}
.contact-form {
    max-width: 60%;
    /* margin: auto; */
    padding: 1rem;
    font-family: 'Public Sans', Helvetica, sans-serif;
    font-size: 1.3rem;
  }
  
  .row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  
  .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  label {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
  }
  
  input,
  textarea {
    margin:1rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
  }
  
  textarea {
    min-height: 200px;
    resize: vertical;
  }
  
  button {
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    font-size: 20px; 
    background-color: #803c00;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    /* font-weight: bold; */
  }
  
  button:hover {
    background-color: #904c00;
    
    
  }
  #message{
    min-width: 455px;
  }

footer{
    
    padding: 0px;
    padding-left: 10px;
    text-align: left;
    font-size: 1.2em;
    align-items: center;
    min-height: 70px;
    vertical-align: middle;
}
footer p{
    margin:0px;
    padding:0 1em;
}
footer a {
    color: #ffff;
    padding:0 1em;
    
    text-decoration: none;
    vertical-align: middle;
    text-decoration: none;
    font-family: 'Public Sans', Helvetica, sans-serif;
    margin: 0;
    margin-bottom: 5px;
    margin-left: 1em;
}
footer a:hover{
    background-color: #904c00;
    border-radius: 20px;
}
  