@charset "UTF-8";
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; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  cursor: pointer; }

body {
  line-height: 1; }

i {
  font-style: italic; }

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

*, *:before, *:after {
  box-sizing: inherit; }

button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

input {
  border: none; }

input[type="text"], input[type="email"], input[type="password"], input[type="search"] {
  padding: 0.3em;
  border: none;
  border-bottom: 1px solid black; }

textarea, select {
  padding: 0.3em; }

select {
  background-color: white; }

.header-link {
  color: black; }

.header-link:hover {
  background-color: #AB3E16; }

.header-style {
  background-color: #EFEFEF;
  height: 3em;
  font-weight: bold;
  width: 100%;
  position: fixed;
  z-index: 40; }

.header-style svg {
  fill: black; }

.menu-color {
  background-color: #EFAA52;
  color: black; }

.menu-color:hover {
  background-color: #AB3E16; }

.pure-menu-item:hover {
  cursor: pointer; }

.icon {
  cursor: pointer;
  font-size: 2rem;
  color: gray;
  border: none;
  background: none; }

.icon:hover {
  color: #AB3E16;
  font-weight: bold; }

.markdown-icon {
  font-size: 1.4rem;
  position: absolute;
  color: #AB3E16;
  font-weight: bold; }

.markdown-icon:hover {
  color: #48120E; }

.grab, .modal-header:hover {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.grabbing, .modal-header:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.modal {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.modal-content {
  text-align: left;
  width: 33em;
  margin-left: auto;
  margin-right: auto;
  color: #48120E;
  padding: 2em;
  background-color: #F8F3E6;
  border-radius: 2em;
  position: relative;
  line-height: 1.2em;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px #EFAA52 dotted; }

.modal-content a {
  color: #AB3E16;
  text-decoration: underline; }

.modal-content b {
  font-weight: bold; }

.modal-content input[type=text], input[type=email], input[type=password], input[type=search], input[type=textarea] {
  width: 100%; }

.modal h6 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: .3rem; }

.modal-bullet li {
  list-style: none;
  margin-bottom: .3rem;
  margin-left: 3rem;
  position: relative; }

.modal-bullet ul li:before {
  content: '\2022';
  font-size: 1.7em;
  position: absolute;
  left: -2rem;
  color: #AB3E16; }

.modal-bullet ul {
  margin-top: .4rem; }

.modal-dismiss-icon {
  float: right;
  position: absolute;
  top: calc(-2rem - 1em + 1.2em);
  right: -1.5rem;
  visibility: visible; }

.modal-header {
  width: 33em;
  padding-top: 2em;
  background-color: #F8F3E6;
  border-radius: 2em 2em 0 0;
  position: absolute;
  top: 0;
  left: 0; }

.modal-header:hover {
  background-color: #fcfbf6; }

.modal-header:active {
  background-color: #fcfbf6; }

.modal-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 20; }

@media (max-width: 400px) {
  .modal-content {
    padding-left: 1em;
    padding-right: 1em; }
  .modal-dismiss-icon {
    right: -0.5rem; } }

h1 {
  font-size: 2em;
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

h2 {
  font-size: 1.5em;
  margin-top: 0.75em;
  margin-bottom: 0.5em; }

i {
  font-style: italic; }

b {
  font-weight: 700; }

p {
  margin-bottom: 0.5em; }

select {
  margin-bottom: .5em; }

input[type=text], input[type=email], input[type=password], input[type=search], input[type=textarea] {
  margin-bottom: 0.5em; }

input[type=radio] {
  margin-bottom: 1rem;
  margin-right: 0.5rem; }

textarea {
  width: 100%;
  resize: none; }

.page {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: table;
  width: 100%;
  height: 100%; }

.btn, .btnclicked {
  background: #AB3E16;
  transition: background-color .5s ease;
  border-radius: 15px;
  font-family: Arial;
  color: white;
  font-size: 1.25em;
  padding: .3em .6em;
  text-decoration: none;
  margin-top: .5em; }

.btnclicked {
  filter: brightness(80%); }

.btn:hover, .btnclicked:hover {
  filter: brightness(120%); }

.page {
  background-image: url("../img/cutlery.jpg");
  background-size: cover;
  background-position: center center; }

.formError {
  color: red;
  border: 1px;
  font-weight: bold;
  font-size: 1em;
  background: white;
  top: calc(-1em - 1.8em + 1rem);
  left: 2rem;
  border-width: 1px;
  padding: 0.4em;
  position: absolute;
  border-style: solid;
  border-color: black;
  border-radius: .25em;
  line-height: 1em;
  white-space: nowrap; }

.formError:before {
  content: ' ';
  position: absolute;
  top: 1.8em;
  left: 0.5em;
  border: 0.5em solid;
  border-color: black transparent transparent black; }

.formError:after {
  content: ' ';
  position: absolute;
  top: 1.8em;
  left: calc(0.5em + 1px);
  border: calc(0.5em - 1px) solid;
  border-color: white transparent transparent white; }

input[type=email], input[type=password] {
  font-size: 130%; }

.footer {
  cursor: pointer;
  font-size: 1rem;
  margin-top: .2rem; }

.link-promo {
  cursor: pointer;
  font-size: 1.25rem; }

.link-promo-dance {
  animation-name: promo-dance;
  animation-duration: 2.5s; }

@keyframes promo-dance {
  3% { }
  5% {
    transform: translateX(-0.75rem); }
  15% {
    transform: translateX(0.75rem); }
  25% {
    transform: translateX(-0.38rem); }
  35% {
    transform: translateX(0.38rem); }
  45% {
    transform: translateX(-0.19rem); }
  55% {
    transform: translateX(0.19rem); }
  65% {
    transform: translateX(-0.09rem); }
  75% {
    transform: translateX(0.09rem); }
  85% {
    transform: translateX(-0.05rem); }
  95% {
    transform: translateX(0.05rem); }
  100% { } }

.promo {
  font-size: 175%;
  width: 100%;
  float: left;
  margin-bottom: .75em;
  line-height: 1.25em; }

.reg-confirmation {
  font-size: 175%;
  text-align: left;
  line-height: 1.25em; }

.tos-link {
  font-size: .75em;
  text-align: center;
  position: relative;
  display: block;
  top: 2.7em; }

.markdown-heading, .markdown h6, .markdown h5, .markdown h4, .markdown h3, .markdown h2, .markdown h1 {
  color: #AB3E16;
  font-family: "Helvetica", sans-serif;
  margin-bottom: .35rem;
  margin-top: 0.8rem;
  line-height: 1em;
  text-align: left; }

.markdown {
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 1rem;
  line-height: 1.35em; }

.markdown a {
  text-decoration: underline;
  color: #AB3E16; }

.markdown-blockquote, .markdown code, .markdown blockquote {
  margin-left: 2rem;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 1em; }

.markdown code {
  font-family: monospace;
  line-height: 1.3em; }

.markdown em {
  font-style: italic; }

.markdown img {
  max-width: 100%; }

.markdown h1 {
  font-size: 2.5em; }

.markdown h2 {
  font-size: 2.2em; }

.markdown h3 {
  font-size: 1.8em; }

.markdown h4 {
  font-size: 1.6em; }

.markdown h5 {
  font-size: 1.4em; }

.markdown h6 {
  font-size: 1.15em; }

.markdown li {
  list-style: none;
  margin-bottom: .3rem;
  margin-left: 3rem;
  position: relative; }

.markdown ul > li:before {
  content: '\2022';
  font-size: 1.7em;
  position: absolute;
  left: -2rem;
  content: "•";
  font-size: 2rem;
  color: #EFAA52; }

.markdown ol > li:before {
  content: counter(section) ")";
  counter-increment: section;
  font-weight: 700;
  color: #EFAA52;
  position: absolute;
  left: -2rem; }

.markdown li p {
  display: inline-block;
  margin-bottom: 0.4em; }

.markdown ol {
  counter-reset: section;
  list-style: decimal inside;
  margin-bottom: 0.6em; }

.markdown p {
  margin-bottom: 1em; }

.markdown strong {
  font-weight: bold; }

.markdown ul {
  margin-bottom: 0.6em; }

.learn {
  margin: 1.5rem auto 0 auto;
  border: 1px dotted;
  width: 95%;
  max-width: 1024px;
  background: white;
  padding: 2em;
  border-left: 1px solid #F8F3E6;
  border-right: 1px solid #F8F3E6;
  line-height: 1.9rem; }

.learn a {
  text-decoration: underline; }

.learn-bullet {
  column-count: 2;
  margin-left: 3em; }

.learn-bullet li:before {
  content: '\2713' !important;
  color: green !important; }

.learn-img {
  margin: auto;
  max-width: 95%;
  text-align: center; }

@media (max-width: 800px) {
  .learn-img {
    display: none; }
  .learn-bullet {
    column-count: 1;
    margin-left: 1em; } }

.learn-menu {
  margin-top: 1.5em 0 .5em 0;
  font-size: .9rem; }

.learn-menu a {
  margin-left: 1em;
  text-decoration: none; }

.learn-menu a:nth-child(1) {
  margin-right: 1em;
  margin-left: 0; }
