html,
body {
  margin: 0;
  font-family: Verdana, sans-serif;
}

li {
  list-style-type: none;
  text-transform: uppercase;
}

h1 {
  font-family: Fraunces;
}

a {
  color: black;
  text-decoration-line: none;
}

.smallLogo {
  position: relative;
  width: 14vw;
  height: 22vh;
  margin-left: 20px;
  bottom: 60px;
}

.navContainer > ul {
  display: flex;
  justify-content: flex-end;
  position: relative;
 } 

 .navContainer >ul > li {
  font-weight: bold;
   font-family: Fraunces;
   padding: 20px;
   text-transform: uppercase;
   }

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/images/Community.jpeg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -80px;
}

.hero-text {
  color: white;
  display: flex;
  justify-content: center;

}

.hero-text > h1 {
  margin-top: 625px;
}

.head {
  background-color: rgb(180, 0, 180);
  color: white;
  padding: 2em 0 2em 0;
  text-align: center;
  margin-top: 30px;
}


.FAQGrid {
  height: 460px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.gridItem {
  list-style-type:disc;
  font-size: 24px;
  text-transform: none;
}

.gridItem > ul > li {
  justify-content: center;
  font-size: 24px;
  font-family: Verdana, sans-serif;
}

.head2 {
  background-color: rgb(180, 0, 180);
  color: white;
  padding: 2em 0 2em 0;
  text-align: center;
  margin-bottom: 20px;
}

.head2 > p {
  font-size: 24px;
  text-transform: uppercase;
}

.contactForm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 350px;
}

.gridLogo {
  justify-self: end;
}

.contactForm input {
  border-radius: 25px;
  width: 30em;
  height: 2em;
}

.contactForm textarea {
  border-radius: 10px;
  width: 30em;
}

.custom-shape-divider-bottom-1653164264 {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1653164264 svg {
  position: relative;
  display: block;
  width: calc(151% + 1.3px);
  height: 177px;
}

.custom-shape-divider-bottom-1653164264 .shape-fill {
  fill: rgb(180, 0, 180);
}

.footerContainer > ul{
  display: flex;
  justify-content: flex-start;
  position: relative;
  color: white;
}

.footerContainer > ul > li {
  margin-top:100px;
  padding: 20px;
}

