a, 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;
  background: transparent;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  position: relative; }

body {
  line-height: 1; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

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

del {
  text-decoration: line-through; }

abbr[title], dfn[title], acronym[title] {
  border-bottom: 1px dotted;
  cursor: help; }

input, select {
  vertical-align: middle; }

i, em {
  font-style: oblique; }
  i i, i em, em i, em em {
    font-style: normal; }

b, strong {
  font-weight: bold; }

a:focus {
  outline: 1px dotted; }

body {
  padding: 2em 1em;
  text-align: center;
  font-size: 16px;
  font-family: "Courier", monospace, serif;
  color: #4a3932;
  background: #fffff9;
  background: -webkit-linear-gradient(#fffff9, #d6d6d2);
  background: -moz-linear-gradient(#fffff9, #d6d6d2);
  background: -ms-linear-gradient(#fffff9, #d6d6d2); }

p {
  margin: 0 0 1em 0;
  line-height: 1.3; }

li {
  margin: 0 0 .5em 0;
  line-height: 1.3; }

a {
  color: #4a3932;
  text-decoration: underline; }
  a:hover {
    color: #f74b29; }

.main {
  max-width: 40em;
  width: calc(100% - 2em);
  padding: 1em;
  margin: 0 auto;
  text-align: left;
  background: #fcfbf9;
  border: 1px solid #d6d6d2; }

.cv-container h1 {
  font-size: 1em;
  margin: .25em 0 1em 0;
  font-weight: 700; }
.cv-container h2 {
  font-size: 1em;
  margin: 2em 0 1em;
  font-weight: 700; }

.wintercolors-container {
  max-width: 83em; }
  .wintercolors-container h1 {
    font-size: 1em;
    margin: .25em 0 1em 0;
    font-weight: 700; }
  .wintercolors-container .wintercolor-lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center; }
    .wintercolors-container .wintercolor-lineup .item {
      outline: 1px solid #ccc;
      background-color: white;
      padding: 0.5rem;
      margin: 0.5rem; }
      .wintercolors-container .wintercolor-lineup .item > img {
        width: 18rem;
        height: auto; }
      .wintercolors-container .wintercolor-lineup .item.long > img {
        height: 18rem;
        width: auto; }
        @media screen and (max-width: 480px) {
          .wintercolors-container .wintercolor-lineup .item.long > img {
            width: 18rem;
            height: auto; } }
      .wintercolors-container .wintercolor-lineup .item .title {
        font-size: 0.8rem;
        margin: 0.5em;
        width: 100%;
        text-align: center; }

.hp-container h1 {
  font-weight: 700;
  margin: 1em 0;
  padding: 0;
  position: relative;
  background-image: url("signature-single-line-transparent.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 12.44em;
  height: 2.7em;
  left: 4em;
  color: transparent; }
  .hp-container h1::before {
    content: "";
    background-image: url("flupke_larger.png");
    background-repeat: no-repeat;
    width: 3em;
    height: 3em;
    position: absolute;
    left: -4em;
    bottom: 0;
    background-size: 100% 100%; }

img.hero {
  width: 100%;
  height: auto;
  margin: 0 0 1em 0; }

.mailing-list {
  outline: 1px solid #d6d6d2;
  padding: 1em;
  width: 100%; }
  .mailing-list input[type="email"] {
    width: 20em;
    max-width: calc(100% - 1em);
    outline: 1px solid #d6d6d2;
    border: none;
    font-size: 1em;
    padding: .25em .5em;
    margin: 0 0 .25em 0; }
  .mailing-list p {
    margin: 1em 0 0; }
  .mailing-list label {
    line-height: 1.3; }

@media screen and (max-width: 480px) {
  body {
    padding: 0;
    background: #fcfbf9; }

  div.main {
    width: 100%;
    margin: 0;
    border: none; }

  .mailing-list {
    outline: none;
    padding: 1em 0 0;
    border-top: 1px solid #d6d6d2; }

  .mailing-list input[type="email"] {
    width: calc(100% - 1em); } }

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