@import url('https://fonts.googleapis.com/css?family=Spectral');

body {
  cursor: default;
  font-size: .975rem;
}

footer {
  font-size: .975rem;
}

.spectral {
  font-family: 'Spectral', serif;
}

::-moz-selection {
  background: #357edd;
  color: white;
}

::selection {
  background: #357edd;
  color: white;
}

.sitelink {
  cursor: pointer;
  transition: all .1s !important;
}

.sitelink:active,
.sitelink:focus,
.sitelink:hover {
  background: #357edd;
  color: white;
}

.rectbody {
  float: left;
}

.rectbody h3 {
  margin: 1.5rem 0 .8rem 0;
  line-height: 1.25;
}

.projects .rectbody {
  padding-bottom: 1.5rem;
}

.projects ul {
  padding-left: 20px;
}

.content {
  max-width: 52rem;
  font-size: 18px;
}
