/*
 * Globals
 */


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

body {
 color: #1C86AB;
}

/*
 * 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: Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;

}

a:link {
  text-decoration: none;
color: #1C86AB;
}

a:visited {
  text-decoration: none;
color: #1C86AB;
}

a:hover {
  text-decoration: underline;
color: #1C86AB;
}

a:active {
  text-decoration: underline;
color: #1C86AB;
}



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


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

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

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

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

.colored {
color: #1C86AB;
}

.logos {
color: #1C86AB;
font-size:27px;
}