body {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  background: #e4f8f6;
}

header {
  background-color: #ffffff00;
}

.blurred-background-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/grass-sand-gulf-of-america.jpg');
  background-position: bottom;
  background-size: cover;
  filter: blur(1px);
  /* Apply the blur to the pseudo-element */
  z-index: -1;
  /* Place it behind the content */
}

#logoHeaderContainer {
  display: block;
}

#topLogo {
  margin-top: 0px;
}

img#topLogo {
  max-width: 18rem;
}

#entName {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin-top: 0.5rem;
  color: #1a1a1a;
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-size: 1.75rem;
  position: relative;
  text-decoration: none;
}

#entTagLine {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 1.2rem;
}

a:link {
  text-decoration: none;
}

.btn-primary {
  padding: 6px 27px 6px 27px;
  background: #f3de8a;
  color: #173a5e !important;
  border: 0;
  border-radius: 22px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700 !important;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  vertical-align: top;
  letter-spacing: 0.8px;
}

.btn-primary:hover {
  box-shadow: none;
  background: #84dbcf;
}

.btn-primary:active {
  background: #0e8cda;
}