:root {
    --light-gray: #9B9B9B;
    --gray: #747474;
    --purple: #6832DD;

    --base-font-size: 1.125rem;
    --header-line-height: 1.2;
    --byline-line-height: 1.5;
    --line-height: 1.8;

    --max-width: 62.5;
    --min-width-unit: 20rem;
    --min-width: 20;
}

@media screen and (max-width: 399px) {
    :root {
        --base-font-size: 0.7rem;
    }
}

.field label {
    display: block;
}

body {
    /* font-family: Lato, sans-serif; */
    /* font-size: 1.125rem; */
    line-height: 1.8;
    overflow-x: hidden;
}

section, .section {
  width: 100%;
  position: relative;
}

.observer-helper {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1px;
  height: 100%;
}

section.standard-fit {
    padding-top: 200px;
    padding-bottom: 200px;
}

section > .content.expandable {
    padding: 0 50px;
    max-width: 1000px;
}

section > .content.standard-width {
    padding: 0 50px;
    /*width: 1000px;*/
}

@media screen and (max-width: 399px) {
    section > .content.standard-width {
        padding: 0 30px;
        /*width: 1000px;*/
    }
}

.copy {
  display: flex;
  flex-direction: row;
}
.copy > span {
  cursor: pointer;
  margin-right: 10px;
  padding-top: 3px;
  font-size: 0.8em;
}

.contact section#contact h2 {
  font-family: Lato, sans-serif;
}

.os-icon-hi {
  float: right;
  font-size: 80px;

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.os-icon-hi:before {
  content: "\e925";
}
