/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "GoodSans-Regular";
  src: url("../assets/fonts/GoodSans-Regular.woff2") format("woff2");
  src: url("../assets/fonts/GoodSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "GoodSans-Bold";
  src: url("../assets/fonts/GoodSans-Bold.woff2") format("woff2");
  src: url("../assets/fonts/GoodSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "GoodSans-Thin";
  src: url("../assets/fonts/GoodSans-Thin.woff2") format("woff2");
  src: url("../assets/fonts/GoodSans-Thin.woff") format("woff");
}
* {
  box-sizing: border-box;
}

html, body {
  background: #DD473C;
  font-family: "GoodSans-Thin", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  color: #F6EBD5;
  text-align: left;
  height: auto;
}
@media (min-width: 1024px) {
  html, body {
    font-size: 18px;
  }
}

h1, h2, h3, h4 {
  font-family: "GoodSans-Thin", Arial, sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 2.5rem;
  line-height: 3.4rem;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
    line-height: 3.8rem;
    margin-bottom: 10rem;
  }
}

h2 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}

h3 {
  font-family: "GoodSans-Regular", Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
  padding-bottom: 1px;
}
a:hover {
  background: #F6EBD5;
  color: #DD473C;
}

b, strong {
  font-family: "GoodSans-Bold", Arial, sans-serif;
}

ol, ul {
  list-style: none;
  text-align: left;
}

.left {
  float: left;
}

.right {
  float: right;
}

.inline {
  display: inline;
}

.container-outer {
  max-width: 100%;
}

.container-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 0rem 0rem;
}
@media (min-width: 1024px) {
  .container-inner {
    display: grid;
    padding: 2rem 1rem 0rem;
    grid-template-columns: 60% 30%;
    grid-template-rows: auto;
    grid-column-gap: 3rem;
    justify-content: center;
    grid-template-areas: "hero support" "numbers support" "press support" "team support" "footer support";
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .container-inner {
    display: grid;
    grid-template-columns: 50% 40%;
    grid-template-rows: auto;
    grid-column-gap: 2rem;
    justify-content: center;
    grid-template-areas: "hero support" "numbers support" "press support" "team support" "footer support";
  }
}

.logo {
  margin: 2rem 1rem;
}
.logo > svg {
  width: 5rem;
}

.header, .support, .numbers, .press, .team, .footer {
  margin-bottom: 4rem;
}

.bio {
  font-size: 0.8rem;
  line-height: 1.35rem;
}
@media (min-width: 280px) and (max-width: 767px) {
  .bio {
    font-size: 0.9rem;
  }
}

@media (min-width: 1024px) {
  .support {
    grid-area: support;
    padding-left: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .support {
    grid-area: support;
    padding-left: 3rem;
  }
}
.support a {
  padding: 0.5rem 2rem;
  border: 1px solid #F6EBD5;
  border-radius: 100px;
}

.vod {
  margin-top: 3rem;
}

/** begin: frank's hacks + tweaks **/
.vod p a {
  padding: 0;
  border: none;
}
.vod p a:hover {
  border-radius: 0;
}

.vod ul :not(:last-child),
ul.chefs :not(:last-child) {
  display: none;
}

.vod ul :last-child,
ul.chefs :last-child {
  margin-top: 2rem;
}

/** end: frank's hacks + tweaks **/
.vod > ul li:first-child, .private-events ul li:first-child {
  padding-top: 2rem;
}

.vod > ul li {
  margin-bottom: 2rem;
}

.private-events {
  margin-top: 5rem;
}
.private-events ul li {
  margin-bottom: 3rem;
}
.private-events ul li > img {
  width: 100%;
}

.vod ul li > img {
  width: 6rem;
  float: left;
  margin-right: 1rem;
}

.cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}

ul.causes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
ul.causes li {
  width: 5rem;
  margin: 0 2rem 1rem 0;
}
@media (min-width: 1024px) {
  ul.causes li {
    width: 6rem;
    margin: 0 3rem 2rem 0;
  }
}
ul.causes li > img {
  width: 100%;
}

.numbers > div {
  margin-bottom: 2rem;
}

ul.numbers-list {
  display: flex;
  flex-wrap: wrap;
}
ul.numbers-list li {
  margin: 0 2rem 1rem 0;
}

.big-number {
  font-size: 3rem;
  line-height: 3.5rem;
}
@media (min-width: 280px) and (max-width: 767px) {
  .big-number {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

ul.causes-list {
  column-count: 3;
  column-gap: 2rem;
}
@media (min-width: 767px) and (max-width: 1024px) {
  ul.causes-list {
    column-count: 2;
  }
}
@media (min-width: 280px) and (max-width: 767px) {
  ul.causes-list {
    display: none;
  }
}
ul.causes-list > li {
  border-bottom: 1px solid rgba(246, 235, 213, 0.4);
  padding: 0.5rem 0;
}

.team ul {
  column-count: 3;
  column-gap: 0;
  margin-bottom: 1rem;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .team ul {
    column-count: 2;
  }
}
@media (min-width: 280px) and (max-width: 767px) {
  .team ul {
    column-count: 2;
  }
}

.team ul li > img {
  width: 100%;
  vertical-align: bottom;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
}
.footer > h3 {
  width: 100%;
}

/* images */
[src*=pomeroy] {
  filter: brightness(105%);
}

[src*=chicken] {
  width: 80px;
  transform: rotate(15deg);
  left: 6rem;
}
@media (min-width: 1024px) {
  [src*=chicken] {
    width: 108px;
  }
}

[src*=boule] {
  width: 104px;
  margin: -2rem 1rem 1rem;
}
@media (min-width: 280px) and (max-width: 767px) {
  [src*=boule] {
    width: 80px;
  }
}

[src*=pasta] {
  width: 100px;
}

[src*=pretzel] {
  width: 5rem;
  transform: rotate(7deg);
}
@media (min-width: 280px) and (max-width: 767px) {
  [src*=pretzel] {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  [src*=pretzel] {
    width: 3rem;
  }
}

/*# sourceMappingURL=styles.css.map */
