/*
 * Globals
 */


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


/*
 * Base structure
 */

body {
  background: url(Aerial_Downtown18_1261-3.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
  box-shadow: none;
  /*font-family: "Verlag", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Red Hat Text"; /*, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  min-width: 1440px;
  min-height: 789px;

}

/* Hide scrollbar for Chrome, Safari and Opera */
main::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
main {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.cover-container {
  max-width: 110%;
  min-width: 90%;
  width: 100%
}


/*
 * 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;
}

/* UW elements */

.uw-crest-svg {
  width: 18rem;
  opacity: 0.8
 }

.uw-crest-svg:hover {
  opacity: 1
}


.uw-header-crest {
flex-basis: auto;
margin-right: .5rem; }

.uw-header-crest-title {
display: flex;
justify-content: space-between;
align-items: center;
width: 30%;
padding-left: 1rem;
padding-right: 1rem; }

.uw-title-tagline {
  flex-basis: 100%; }

/*
.footnote-center {
	text-align: center;
}*/