html {
    scroll-behavior: smooth !important;
  margin 0; 
  padding: 0;
}
body {
  margin: 0;
background-color: black;}

  #rqst {
    margin-top: 1vw;
  }
p{
  font-family: "Nunito", sans-serif, arial;
  font-size: clamp(1rem, 2vw, 1.3rem);
  padding: 1rem 1rem;
}
#div1{
  background-image: url(https://i.postimg.cc/8zngZtWy/nick-fewings-mjt-MGJ7k0-YA-unsplash.jpg);
}
#div2 {
  opacity: 1;
  color: white;
  width: 100%;
  padding-bottom: 3rem;
  background-color: rgba(0, 0, 0, 0.75);
}



h1, h2, h3 {
  display: block;
  margin: auto;
  text-align: center;
  font-family: "Nunito", arial, sans-serif;
  font-size: clamp(1rem, 10vw, 3.5rem);
}
h1{
  padding-top: 1rem;
}
h2 {
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1rem, 4vw, 1.7rem);
  padding: 1rem;
}
h3 {
  font-weight: 500;
  font-size: clamp(1rem, 7vw, 1.7rem);
  padding: 1rem;
  margin-top: 0vw;
}
a.button {
  transition: background-color 0.7s ease, color 0.3s ease, padding 0.3s ease;
    font-family: "Nunito", arial, sans-serif;
     font-size: clamp(1rem, 2.89vw, 2rem);
    display: block;
    margin: auto;
    width: fit-content;
    padding: 0.5rem 1rem;
    border: 1px outset buttonborder;
    border-radius: 3px;
    color: white;
    background-color: #b5261b;
    text-decoration: none;
    border-radius: 1rem;
  margin-top: 1vw;
  margin-bottom: 2vw;
}

a.button:hover {
  padding: 0.6rem 1.1rem;
  background-color: green; /* Background color on hover */
  color: #f0f0f0; /* Text color on hover */
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 1;
  max-width: 33%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    width: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

#textbox {
     font-family: "Nunito", arial, sans-serif;
     font-size: clamp(0.7rem, 2vw, 2rem);
    display: block;
    margin: 0px 5vw;
}

#rqst {
  text-align: left;
  margin: 0;
  padding: 1.5rem 0rem 1rem 0rem;
}
button {
  background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}


button:hover {
  padding: 0.6rem 1.1rem;
  background-color: green; /* Background color on hover */
  color: #f0f0f0; /* Text color on hover */
}

#rqst {
    margin-top: 1rem;
}

#textbox {
    background-color: rgba(0,0,0,0.8);
  padding: 1rem;
}
.hoo {

  display: flex;
  align-items: center;
    flex-wrap: wrap;
  margin-bottom: 1rem;
}
.idk {
  display: flex;
  margin: 0.4rem;
}
label {
  font-size: clamp(1rem, 3.5vw, 1rem);
  padding-right: 0.5rem;
  display: inline;
}
button {
  transition: background-color 0.7s ease, color 0.3s ease, padding 0.3s ease;
    font-family: "Nunito", arial, sans-serif;
     font-size: clamp(1rem, 3.5vw, 1rem);
    width: fit-content;
    padding: 0.5rem 1rem;
    border: 1px outset buttonborder;
    border-radius: 3px;
    color: white;
    background-color: #b5261b;
    text-decoration: none;
    border-radius: 1rem;
  display: block;
  height: fit-content;
}
