/* HOME PAGE */

/* The hero image */
.hero-image {
  background-color: #002d70;
 background-image: url("http://canvas.jhu.edu/wp-content/uploads/2022/11/221001-JHU-Canvas-Header-2560x750_v1-4-scaled-1.png");
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Text and box for the hero image */
.hero-text {
  background-color: rgba(0, 30, 114, .6);  
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 600px;
  min-width: 350px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;  
  color: white;
}

.hero-text p {
  font-size: 1.1em;
}

/* SEARCH */

/* Styles for the Search Form Control Bar */
#search-form.callout-region {
  position: relative;
  background-color: #002D72;
}

/* FOOTER */

/* Style for Footer text to make it easier to read */
.footer-text-block {
  max-width: 50%;
  margin: auto;
}


footer a {
  text-decoration: underline !important;;
}

footer a:hover {
  text-decoration: underline !important;
}