html {
  font-size: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

body {
  background-color: black;
  font-family: "Oswald", sans-serif;
  color: #fff;
}

.headerImage {
  display: block;
  width: 80%;
  padding-top: 20px;
  margin: 0 auto;
}

.navbar a {
  transition: color 0.7s ease;
  font-weight: 600;
  color: turquoise;
}
.navbar a:hover {
  color: #fff;
}
.navbar div.col {
  text-align: center;
}

div.bioImages img {
  width: 100%;
  display: block;
}

div.mainContent {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}

p.bioText {
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
}

.footer {
  padding-top: 20px;
}
.footer img {
  display: inline-block;
  height: 28px;
}
.footer p {
  font-size: 0.8em;
}

.mainImage p {
  text-align: center;
}
.mainImage p.imageTitle {
  margin-top: 10px;
}
.mainImage img {
  width: 100%;
}

.thumbnails img {
  width: 22%;
  margin: 1%;
  min-width: 48px;
}

/*   div {
    border: 1px solid #fff;
  } *//*# sourceMappingURL=styles.css.map */