/* 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; }

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

body {
  line-height: 1; }

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; }

html * {
  box-sizing: border-box; }

@font-face {
  font-family: 'teenbold';
  src: url("../fonts/teen_bold-webfont.woff2") format("woff2"), url("../fonts/teen_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'Fira Sans', sans-serif;
  color: #767676; }

.t-p1 {
  line-height: 1.4;
  margin-bottom: 25px;
  font-size: 1.2rem; }

.t-link {
  color: #5B4F0D !important; }

.c-menu {
  background-image: linear-gradient(to right, #78A821, #CAD400);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1); }

.c-logo-link {
  color: white;
  font-family: teenbold;
  font-size: 18px;
  letter-spacing: 0.3px; }

.c-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.1);
  padding: 15px; }
  .c-footer__nav {
    display: flex;
    justify-content: center; }
  .c-footer__nav-item {
    font-size: 12px;
    margin-right: 15px; }
    .c-footer__nav-item:last-child {
      margin-right: 0; }

.c-section {
  max-width: 900px;
  margin: auto; }
  .c-section--center {
    text-align: center; }

body {
  padding: 125px 25px 25px 25px;
  min-height: 100vh; }

.c-logo {
  width: 200px;
  margin-bottom: 40px; }

body {
  background-image: url("/img/bg.png");
  background-attachment: fixed;
  background-position: 200% 30%;
  background-size: 80%;
  background-repeat: no-repeat; }
