body {
  margin: 0;
  height: 100vh;
  width: 100vw;
  font-family: 'Roboto', Helvetica, sans-serif;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transform: translateX(0vw);
  transition: transform 1s ease-in-out;
  overflow: hidden;
}

section {
  height: 100%;
  width: 100vw;
}

section.vc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.blue {
  color: white;
  background: #009cdeff;
}

section {
  background: white;
  color: #009cdeff;
}

h1 {
  font-family: 'Roboto Slab', Garamond, Georgia, serif;
  font-size: 4rem;
}

h2 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
}

h3 {
  font-family: 'Roboto Slab', Garamond, Georgia, serif;
  font-size: 3rem;
  margin-bottom: 0;
}

h4 {
  margin-top: 0;
  font-size: 2rem;
}

a {
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: lightgrey;
}

.exp a, p {
  font-size:0.9rem;
  color: darkgrey;
  text-align: left;
}

.exp p {
  max-width: 968px;
  margin: 2rem auto;
}

.exp a:hover {
  color: grey;
}

section.vc h1 {
  margin: 1rem 0;
}

section.vc h2 {
  margin-top: 0;
}

.container {
  padding: 0 5rem;
}

.wrapper {
  width: 100%;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

ul {
  color: #3b4a91ff;
  font-size: 1.7rem;
  line-height: 2.5;
  list-style-type: circle;
}

.container.image {
  padding: 3rem;
}

.image h3 {
  margin-top: 0;
}

img {
  max-width: 968px;
  width: 100%;
}

.height {
  margin-top: 2rem;
  height: calc(100vh - 20rem);
  max-height: 800px;
  width: auto;
}

.height:first-of-type {
  padding-right: 15vw;
}
.x-scale:first-of-type {
  margin: 5rem 0;
}

.annotation {
  margin-top: 5vh;
  max-height: 70vh;
  width: auto;
}

@media (max-width: 767px) {
  body {
    display: block;
    overflow: auto;
    word-wrap: break-word;
  }

  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.25rem; }
  ul { font-size: 0.9rem; }

  .container, .container.image { padding: 0 1rem; }

  section {
    height: auto;
    margin-bottom: 3rem;
  }
  section.blue { height: 100%; }
  section:last-of-type { margin-bottom: 0; }

  img { max-width: 100%; }
  .x-scale:first-of-type { margin: 1rem 0 0 0; }
  .height { max-height: 200px; }
  .annotation { max-height: 300px; }

  .exp p {
    max-width: 100%;
    margin: 1rem auto;
  }
}
