@import url("https://fonts.googleapis.com/css?family=Josefin+Slab");
:root {
  font-size: 14pt; }

h1, h2, h3 {
  margin: 0; }

body {
  background-color: #FCFCFC;
  font-family: 'Josefin Slab', serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

.wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 960px;
  margin: auto; }

.container {
  padding: 1em; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
  .row:not(:last-of-type) {
    margin-bottom: 1em; }

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1  33%;
          flex: 1 1  33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .col:not(:last-of-type) {
    margin-right: 1em; }
  .col--on-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.italic {
  font-style: italic; }

.strong {
  font-weight: 700; }
