@import url("https://fonts.googleapis.com/css?family=Oswald:100,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

/*
  Define your resets here or use something like Normalize.css if you like
 */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.75;

  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "pnum";
  font-feature-settings: "pnum";
  font-variant-numeric: proportional-nums;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 900;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25;
}

h1 {
  line-height: 1.25;
}

h2 {
  line-height: 1.25;
}

h3 {
  line-height: 1.25;
}

p {
  margin: 0 0 1.5rem;
}

p strong {
  font-weight: 900;
}

a {
  text-decoration: none;
  color: #631312;
}

ul,
ol,
li,
dl,
dt,
dd,
blockquote {
  margin: 0;
  padding: 0;
}

hr {
  margin: 16px 0 32px;
  height: 0;
  border-top: 1px solid #000;
}

.button {
  display: inline-block;
  padding: 16px 32px;
  color: #fff;
  background-color: #ad2120;
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}

main {
  padding: 24px 24px 48px;
  margin: 0 auto;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@media (min-width: 960px) {
  main {
    max-width: 768px;
    margin: 0 auto;
  }
}

.header {
  background-color: #631312;
}
.brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  max-width: 1168px;
  margin: 0 auto;
}
.brand .logo {
  order: 1;
  line-height: 1.75;
  margin: 0 auto;
}
.brand .logo a {
  background: url("/img/logo-white.svg") no-repeat top left;
  background-size: contain;
  height: 40px;
  width: 145px;
  display: block;
}
.brand .logo span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

@media (min-width: 768px) {
  .header {
    background: #631312 url("/img/bg-header.svg") bottom 20% left -8px no-repeat;
    background-size: auto 130%;
  }
  .brand {
    padding: 56px 24px 40px;
  }
  .brand .logo a {
    height: 72px;
    width: 260px;
  }
}

@media (min-width: 960px) {
  .brand {
    padding: 64px 24px 48px;
  }
  .brand .logo a {
    height: 88px;
    width: 318px;
  }
}

.footer {
  background-color: #631312;
  color: #fff;
  text-align: center;
  padding-top: 40px;
}

.footer h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  /* font-size: 32px; */
  font-size: 20px;
  margin: 0 0 16px;
  padding: 0 24px;
}

.footer .copyright {
  margin-top: 40px;
  font-size: 10px;
  padding: 32px 24px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: #000;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 56px;
  }
  .footer h2 {
    font-size: 32px;
  }
  .footer .copyright {
    margin-top: 64px;
  }
}

/* The Point Kicker */

.kicker {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 8px;
}

.kicker strong {
  font-weight: 700;
  color: #631413;
  margin-right: 8px;
}

.post-full h1 {
  font-size: 32px;
  margin: 0 0 16px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

/* Subheader */

.post-full .subhead {
  margin: 16px 0;
  font-size: 18px;
  color: #666666;
  line-height: 1.5;
}

/* Byline */
.field-post-date,
.field-author {
  font-size: 13px;
  display: inline-block;
  color: #808080;
  font-weight: 700;
}

.field-author::before {
  content: "|";
  margin: 0 12px;
  color: #999999;
}

.field-author a {
  text-decoration: none;
  color: #808080;
  text-decoration: underline;
  margin-right: 3px;
}

/* Body */
.post-full .body {
  margin-top: 16px;
}

.post-full p {
  font-size: 16px;
  line-height: 2;
}

.post-full .body a {
  color: #ad2120;
  text-decoration: underline;
  word-break: break-all;
}

@media (min-width: 768px) {
  /* The Point Kicker */
  .kicker {
    font-size: 16px;
  }
  .post-full h1 {
    font-size: 48px;
  }
  /* Subheader */
  .post-full .subhead {
    font-size: 20px;
  }
  /* Body */
  .post-full .body {
    margin-top: 24px;
  }
  .post-full p {
    font-size: 18px;
  }
}
