*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 

font-family: 'Roboto', sans-serif;
font-family: 'Playfair Display', serif;

*/

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.6;
  background-color: #f3eed9;
  color: #222c2a;
}

img {
  max-width: 100%;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  margin-top: 0;
  line-height: 1.1;
}

section {
  margin-top: 0;
  padding: 0;
}

.container {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  max-width: 1228px;
}

.section-title {
  color: #f3eed9;
}

.section-title--dark {
  color: #9b2732;
  text-align: center;
}

.header {
  min-width: 100%;
  display: flex;
}

.header-large {
  display: none;
}

.intro {
  background: #f3eed9;
  text-align: center;
  color: #9b2732;
}

.intro__text {
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 1.125rem;
  color: #222c2a;
  margin: 0 0 0.25em;
}

.intro__title {
  font-size: 3rem;
}

.section-two {
  background-color: #fff;
  padding-top: 1em;
}

.section-three {
  padding: 0.7em 0;
  background-color: #9b2732;
  color: #fff;
}

.section-three-large {
  display: none;
}

.section-four {
  display: flex;
  padding: 1em 0;
  background-color: #222c2a;
  color: #fff;
}

.section-four-large {
  display: none;
}

.return {
  text-align: center;
  font-size: 2rem;
  color: #9b2732;
}

.copyright {
  font-size: small;
  text-align: center;
  padding-bottom: 2em;
}

.site-by {
  color: #ff0202;
  font-size: small;
  text-align: center;
  padding-bottom: 2em;
}

@media (min-width: 800px) {
  .row {
    display: flex;
  }

  .col {
    width: 100%;
  }

  .col + .col {
    margin-left: 5em;
  }

  .intro__title {
    font-size: 3.75rem;
  }

  .header {
    display: none;
  }

  .header-large {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #222c2a;
  }

  .section-three {
    display: none;
  }

  .section-three-large {
    display: flex;
    padding: 0.7em 0;
    background-color: #9b2732;
    color: #fff;
  }

  .section-four {
    display: none;
  }

  .section-four-large {
    display: flex;
    padding: 1em 0;
    background-color: #222c2a;
    color: #fff;
  }
}
