.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/school_page.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.container {
  position: relative;
  opacity: 0.7;
  bottom: 100px;
}

/* Bottom text */
.text-block {
  position: absolute;
  bottom:100px;
  right: 0px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0.9;
}


a {
  color: grey;
  text-decoration: none;
}

/* unvisited link */
a:link:hover {
  color: orange;
  text-decoration: none;
}

/* mouse over link */
a:visited:hover {
  color: orange;
  text-decoration: none;
}


a:hover {
  color: orange;
  text-decoration: none
}

a:active {
  color: grey;
  text-decoration: none
} 

a:focus{
  color:grey;
  text-decoration: none
} */

