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

header {
  background-color: #fff;
}

.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;
}

