*, body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    background-color: olive;
    
  }

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 50%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
} 

  h3 {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 20px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 24px;
    color: darkkhaki;
  
  }

  p {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 40px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    color: darkkhaki;
  }
  /* Navigation */
  .topnav {
    overflow: hidden;
    background-color: olive;
    position: relative;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
    display: none;
  }
  
  /* Style navigation menu links */
  .topnav a {
    color: tan;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 25px;
    display: inline-block;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    /*background: tan;*/
    display: block;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  /* Add a grey background color on mouse-over */
  .topnav a:hover {
    /*background-color: khaki;*/
    color: darkgreen;
  }
  
  /* Style the active link (or home/logo) */
  .active {
    background-color: olive;
    color: darkgreen;
  }
  h1.submitted {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 48px;
    color: darkkhaki;
    padding-top: 350px;
    display:flex;
    justify-content: center;
    align-items: center;
    
  }

  /* Contact Page */

.contact-form-container {
  background-color: khaki;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  width: 100%;
}

.contact-form-container h2 {
  color: darkgreen;
}

.contactform {
  
  margin: 0;
  padding: 0;
  display:flex;
  justify-content: center;
  align-items: center;
  position:relative;
  height: 100vh;
}
.contact {
  justify-content: center;
  align-content: center;
 
}

h2 {
  margin-top: 0;
  color: brown;
  text-align: center;
}

.form-group {
  margin-bottom: 1rem;
}

input, textarea {
  background-color: olive;
  width: 100%;
  padding: 0.8rem;
  border: 1px solid darkgreen;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1rem;
  color: rgb(22, 63, 22)
}

textarea {
  resize: vertical;
}

.submit-button {
  background-color: olive;
  border: none;
  padding: 0.75rem;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  border-radius: 8px;
  transition: background-color 0.3s;
  color: rgb(25, 73, 25);
}

.submit-button:hover {
  background-color: tan;
}
  
/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}
/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}




/*
img.toppic {
  width: 100%;
  height: auto;
}

.bottompics {
  display: inline-block;
  width: 50%; 
  height: auto;
} */
