#head-title {
  position: relative;
  top: 100px;
  margin-bottom: 100px;
  background-color: black;
  color: white;
}


.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./images/asbestos-factory.jpg');
  /* Set a specific height */
  height: 400px;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/* .menu-alignment {
  position: relative;
  left: 900px;
} */

hr {
  border: 1px solid;
}


#sidenav {
  width: 70px;
  display: inline-block;
  z-index: 1;
  overflow-x: hidden;
  padding: 8px 0;
}

#sidenav-list li {
 color: white;
 background-color: black;
 list-style: none;
 width: 153px;
 height: 32px;
 margin-bottom: 2px;
}

#services-description {
  margin-left: 50px;
}

#cta {
  display: inline-block;
  margin-left: 50px;
  height: 40px;
}

p {
  font-family: "Times New Roman", Times, serif;
}
h1 {
  font-family: "Times New Roman", Times, serif;
}
h2 {
  font-family: "Times New Roman", Times, serif;
}

h3 {
  font-family: "Times New Roman", Times, serif;
}

h5 {
  font-family: "Times New Roman", Times, serif;
}

a {
  font-family: "Times New Roman", Times, serif;
}
