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

@font-face {
  font-family: 'Poppins Light';
  font-weight: 300;
  font-style: normal;
  src: url('/fonts/poppins-light.ttf');
  src: url('/fonts/poppins-light.ttf') format('truetype');
}

@font-face {
  font-family: 'dauphin-icons';
  src:  url('dauphin-icons.eot?9uwhi');
  src:  url('dauphin-icons.eot?9uwhi#iefix') format('embedded-opentype'),
    url('dauphin-icons.woff2?9uwhi') format('woff2'),
    url('dauphin-icons.ttf?9uwhi') format('truetype'),
    url('dauphin-icons.woff?9uwhi') format('woff'),
    url('dauphin-icons.svg?9uwhi#dauphin-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  color: #485525;
  background: #ffffff;
}

/* Menu */

.menu {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #485525;
  background: #ffffff;
  letter-spacing: 0.1em;
}

.menu__names {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
}

/* Site */

.site {
  color: #485525;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  position: relative;
}

.header__main,
.menu__names {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.header__main {
  font-size: 48px;
}

.and {
  font-family: 'Poppins Light';
  color: #fff;
  background: #485525;
  display: inline-block;
  font-size: 80%;
  line-height: 1.25em;
  letter-spacing: 0;
  min-height: 1.25em;
  min-width: 1.25em;
  border-radius: 50%;
  text-align: center;
}

/* Header */

.header__content {
  padding: 50px 25px 100px;
}

.header__delimiter {
  font-size: 36px;
  margin: 10px 0;
}

.header__date {
  font-size: 24px;
}

.header__button {
  color: #fff;
  background: #485525;
}

/* Sections */

.section__heading,
.section__title {
  margin: 10px 0;
  text-transform: uppercase;
}

.section__heading {
  font-size: 36px;
}

.section__title {
  font-size: 24px;
}

.section__label {
  font-size: 16px;
  text-transform: uppercase;
}

.section__button {
  background: #485525;
}

/* Quote */

.section--element-quote .section__text:before,
.section--element-quote .section__text:after {
  background: #ebd77c;
}

/* Timeline */

.section--element-timeline:before {
  background: #ebd77c;
}

.section--element-timeline:after {
  border-color: #ebd77c;
  background: #fff;
}

/* Variations */

.v2,
.v2 .menu,
.v2 .site {
  color: #fff;
  background: #0c1119;
}

.v2 .and,
.v2 .header__button,
.v2 .section__button {
  color: #0c1119;
}

.v2 .and,
.v2 .header__button,
.v2 .section__button {
  background: #fff;
}

.v2 .section--element-timeline:after {
  background: #0c1119;
}

.v3,
.v3 .menu,
.v3 .site {
  color: #414042;
  background: #f7dee7;
}

.v3 .and,
.v3 .header__button,
.v2 .section__button {
  color: #f7dee7;
}

.v3 .and,
.v3 .header__button,
.v3 .section__button {
  background: #414042;
}

.v3 .section--element-timeline:after {
  border-color: #d7bb5e;
  background: #f7dee7;
}


.v3 .section--element-timeline:before,
.v3 .section--element-quote .section__text:before,
.v3 .section--element-quote .section__text:after {
  background: #d7bb5e;
}

.v4,
.v4 .menu,
.v4 .site {
  color: #fff;
  background: #581211;
}

.v4 .and,
.v4 .header__button,
.v2 .section__button {
  color: #581211;
}

.v4 .and,
.v4 .header__button,
.v4 .section__button {
  background: #fff;
}

.v4 .section--element-timeline:after {
  background: #581211;
}

/* Header overlay */

.header--overlay {
  color: #fff !important;
}