body {
  background-color: #f0f6ff;
  font-family: "Mulish", sans-serif;
}

header,
body {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #01147b;
}

a:hover,
a:focus {
  border-color: #000d53;
  color: #000d53;
}

a:focus {
  outline: 2px dotted black;
  outline-offset: 2px;
}

footer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.85rem;
}

main {
  background-image: url(img/sitebg.png);
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

header h1 {
  font-size: 1.5rem;
  padding: 2rem 0 1rem 0;
  border-bottom: 3px dotted #97B8E3;
  text-align: center;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 500;
  color: #103668;
}

header h1 span {
  color: #ff333d;
}

.hilite-link {
  display: inline-block;
  padding: 0.75rem 3rem;
  font-size: 1.4rem;
  background-color: #DA141E;
  color: #fff;
  border-radius: 24px;
  transition: 0.3s ease-in all;
  border-bottom: none;
}
.hilite-link:hover, .hilite-link:focus {
  color: #fff;
  background-color: #b4050e;
}

.res-link {
  display: inline-block;
  padding: 0.75rem 3rem;
  font-size: 1.2rem;
  background-color: #CAD0D9;
  color: #03152E;
  border-radius: 24px;
  border-bottom: none;
}
.res-link:hover, .res-link:focus {
  background-color: #9EB2D0;
  color: #03152E;
}

.focus {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 340px;
  background: transparent url(../img/bgrd.png) left top no-repeat;
  font-size: 1.2rem;
}

.links {
  padding: 1rem 0;
}
