<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  /* text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); */
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);

  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */
 .nav{
  font-weight: 100;
  
}


.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  color: rgba(17, 17, 17, 0.4);
  color: rgba(255, 255, 255, 0.4);

  border-bottom: .25rem solid transparent;
  font-weight: 300 !important;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
  color: rgba(255, 255, 255, .65);

  border-bottom-color: rgba(6, 6, 6, 0.25);
  color: rgba(6, 6, 6, 0.65);
  color: rgba(17, 17, 17, 0.75);

  border-bottom-color: rgba(255, 255, 255, 0.25);
  color: rgba(6, 6, 6, 0.65);
  color: rgba(255, 255, 255, 0.75);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;

  /* color: #111111;
  border-bottom-color: #111111; */
}


.hopland-digital-boostrap-message-container{
  transform: translate(0px, 125px) scale(0.9);
}

@media screen and (max-width: 768px){
  .hopland-digital-boostrap-message-container{
    transform: translate(0px, 125px) scale(0.9);
  }
}</pre></body></html>