.bg-cover {
  width: 1200px;
  height: 830px;
  background: url("/images/background.jpg") no-repeat center;
  background-size: cover;
  /* outline: 1px solid red; */
}

.header-logo{
    max-height: 75px;
}

.theme-color{
  color: #0d1254;
}

.btn {
  color: white;
  background-color:#0d1254;
  font-weight: 500;
  border-color: #0d1254;
  white-space: normal;
  
}

a:link{color: #0d1254;}

a:hover{
  /* color: darkgray; */
  font-weight: bold;
  text-decoration: unset;
}

button[type="submit"]:hover{
  color: darkgray;
}

.centered{
	text-align: center;
}

.headshot {
  width: 180px;
  height: 180px;
  background: url("/images/headshot.jpg") no-repeat center;
  background-size: cover;
  outline: 1px solid white;
  /* z-index: 10; */
}

.quoted{
  font-weight: bold ;
  font-style: italic;
  color: black;
}