/* Styles for the .top class */
.top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  height: 70vh;
  overflow: auto;
  background: rgba(0, 0, 0, 0.3764705882);
  color: white;
  padding: 1rem 2rem;
  text-align: left;
  line-height: 1.5rem;
}
ul.specific {
  margin: 0;
  padding: 0;
}

ul.specific li {
  font-size: 0.8rem;
  color: #999;
  line-height: 1.2rem;
  margin-bottom: 0px;
  padding-left: 30px;
}

.spaced {
  line-height: 1.6;
}
/* Styles for strong elements inside the .top class of the form */
/*form .top strong {
  font-weight: 500; /* semi-bold font weight */
/*  font-size: 1.2rem; /* font size is 1.2rem */
/*}*/

/* Styles for span elements inside strong elements inside the .top class of the form */
/*form .top strong span {
  color: #54ABC2; /* span text color is a specific shade of blue */
/*}*/

h1 {
  font-size: 2.5rem; 
  font-weight: bold; 
  color: #FAFAFA; /* Light color for contrast against dark background */
}

h2 {
  font-size: 1.8rem; /* Smaller than H1 */
  font-weight: normal; /* Normal font weight */
  color: #666; /* Dark gray color */
}

h4 {
  font-size: 1.2rem; 
  font-weight: normal; 
  color: #888; 
}

h5 {
  font-size: 1rem; 
  font-weight: normal; 
  color: #aaa; 
}

p {
  font-size: 0.8rem;
  color: #999;
  text-indent: 2em;  /* This will indent the first line of your paragraphs */
}

/*form .top strong {
  font-weight: 500;
  font-size: 1.2rem;
}

form .top strong span {
  color: #54ABC2;
}

form .top p {
  font-size: 0.9rem;
}

form .top p span {
  color: #54ABC2;
}*/

@media screen and (max-width: 700px) {
  nav {
    padding: 1rem !important;
  }
}
/*# sourceMappingURL=contact_styles.css.map */