/*****************************************************************************
Seattle style */

@font-face {
	font-family: 'Seattle Regular';
	src: url(/finding-aids/assets/SeattleText-Regular-V3.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Seattle Bold';
	src: url(/finding-aids/assets/SeattleText-Bold-V3.woff) format('woff');
	font-weight: bold;
	font-style: normal;
}


hr {
	margin: 20px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Seattle Bold", Arial;
}

h1 {
	font-size: 30px;
}

a:link, a:hover, a:focus, a:visited {
  /* Overwrites default AS style */
  text-decoration: underline; 
  color: #0052cc;
}

/* Reapply button colors */
a.btn-primary:link, a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:visited {
  /* Overwrites default AS style */
  color: #fff;
}

/*************************
Header */
/* Header */
#sgHead {
  width: 100%;
  height: 60px;
  background: #003da5;
  padding: 0 15px;
  position: relative;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42;
  text-decoration: none;
}


/* Link */
#sgHead a {
  width: 110px;
  height: 60px;
  position: relative;
  -ms-grid-row: 1 / 2;
  grid-row: 1 / 2;
  -ms-grid-column: 1 / 2;
  grid-column: 1 / 2;
  color: #fff;
}
@media (min-width: 768px) {
  #sgHead a {
    -ms-grid-row: 1 / 2;
    grid-row: 1 / 2;
    -ms-grid-column: 2 / 3;
    grid-column: 2 / 3;
  }
}

/* Logo */
.sgLogo:before,
.sgLogo:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sgLogo:before {
  height: 60px;
  width: 114px;
  position: absolute;
  background: url(/finding-aids/assets/sealth.svg), url(/finding-aids/assets/wordmark.svg);
  background-size: 44px 44px, 54%;
  background-position-y: 8px, 16px;
  background-position-x: -1px, 52px;
  background-repeat: no-repeat;
  background-color: #003da5;
  left: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .sgLogo:before {
    width: 152px;
    background-size: 44px 44px, 95px 44px;
    background-position-y: 8px, 8px;
    background-position-x: -1px, 52px;
  }
}

/* Application title */
h1.deptTitle {
    margin-top: 0.5em;
    margin-left: 1em;
}

h1.deptTitle a {
    color: black;
    text-decoration: none;
}

h1.deptTitle a:hover {
    text-decoration: underline;
}

/* Additional nav */
li.nav-item {
  font-weight:500;
}

li.nav-item a:link, li.nav-item a:visited {
  text-decoration: none;
}


div.front-page-blurb {
  font-size: larger;
  margin-top: 1em;
  padding: 15px;
}
