.account-masthead {
  min-height: 30px;
  color: #fff;
  background: #005ea8;
}

.masthead {
  background: linear-gradient(
    to right,
    rgba(115, 160, 30, 1) 0%,
    rgba(175, 205, 10, 1) 100%
  );
}

.masthead .main-navbar ul li:hover a,
.masthead .main-navbar ul li:focus a,
.masthead .main-navbar ul li.active a {
  border-radius: 0.3rem;
  background-color: #005faa;
}

.main.hero {
  background-image: url("/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}



.site-footer {
  background-color: #135cae;
}


/* Reference panel content styling */

.module-reference {
  margin-top: 20px;
  color: #fff;
  background-color: #005d7a;
  border: 1px solid #ccc;
}

.module-content .reference-form {
  border-radius: 0.25rem;
  background-color: #005d7a;
  padding: 30px 20px;
}

.reference-content {
  background-color: #f8f9fa;
  padding: 20px;
  margin: 0;
  border-top: 1px solid #e9ecef;
}

.reference-content h3 {
  color: #2c5f76;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #2c5f76;
}

.reference-content h3:first-child {
  margin-top: 0;
}

.reference-content p {
  margin: 8px 0;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
}

.reference-content a {
  color: #2c5f76;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.reference-content a:hover {
  color: #1a3d4b;
  text-decoration: underline;
}

.reference-content h3 + p + h3 {
  margin-top: 25px;
}
