* {
  margin: 0px;
  padding: 0px;
  box-sizing: inherit;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
  padding: 0.5rem;
}

.main {
  box-sizing: border-box;
  background-color: rgb(194, 190, 190);
}

.section1 {
  background-image: url("imgs/fire1.jpg");
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding-top: 125px;
}

.section1_heading {
  font-size: 4rem;
  letter-spacing: 5px;
  text-align: center !important;
  color: rgb(46, 42, 42);
  line-height: 50px;
}
.link0 {
  font-size: 1.5rem !important;
  color: rgb(255, 255, 255);
  text-shadow: 0 1px 10px rgb(0, 0, 0);
  font-weight: bolder;
}

.list1 li {
  text-decoration: none;
  font-weight: bolder;

  color: rgb(46, 42, 42);
  font-size: 1.5rem;
  place-self: center;
  margin: 6px;
}

.list1 {
  display: flex;
  text-align: center;
  list-style-type: none;
  place-content: center;
}

.section2 {
  box-sizing: border-box;
  margin: 40px auto;
}

.section2_heading {
  font-size: 2.5rem;
}

.section2 p {
  font-size: 1.5rem;
  line-height: 25px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
font-size: 16.9px;
}

.boxes{


display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;

}

.box {
min-height: 90px ;
  margin: 20px 20px;
  padding: 10px 10px;
  font-size: 16px;
color: white;
  border-radius: 3px;
  line-height: 26px;
width: 400px;
background-color: rgba(0, 0, 0, 0.774);
transition: all .69s ease-in-out;
}
.box:hover{
  background: linear-gradient(
    to top left,
    #c0aa2efa,
   rgb(165, 91, 42),
    brown
  );
  color: black;
font-size: 20px;
}

.boximg {
  position: absolute;
  padding: 1rem;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  color: black;
  background-color: transparent;
}

.boximg img {
  width: 50px;
  height: 50px;
}

@media (max-width: 767px) {
  .box {
    width: 100%;
  }
}
.boxes {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

#map {
  height: 250px;
}


