
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,700");
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&family=Lora&family=Roboto+Condensed&family=Roboto:wght@400;500&display=swap');

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

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

blockquote, q {
    quotes: none;
}

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

li {
    margin-left:1em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body, .header {
    -webkit-text-size-adjust: none;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    background-color: #2c3132;
    margin: 0;
    height: 100%;
    color: #e0e0e0;
}

a {
    text-decoration: none;
}

a:link {
    color: #c3cae5;
}
a:visited {
    color: #7d8399;
}
.launch,.site {
    width: auto;
    height: auto;
    

    text-align: center;
    vertical-align: middle;
}

.launch,.site h1, h2, h3 {
    font-weight: 800;
    line-height: 1.6em;
}

.launch h1 {
    font-size: 4em;
    line-height: 1em;
}

@media (max-width:900px) {
    .launch,.site h1 {
        font-size: 3em;
    }
}

.launch,.site h2 {
    font-size: 2.5em;
}

.launch,.site h3 {
    font-size: 2em;
}

.site {
    padding-top: 44px;
}

.header {
    position: sticky;
    top: 0;
    height: 46px;
    min-height: 46px;
    padding-left: 1em;
    padding-right: 1em;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size:32px;
    line-height: 1.2em;
    color:#e8e8f0;

    border-bottom: 1px solid #484848;
    display: flex;
}

.menu-right {
    padding-top: 2px;
    flex-grow: 1;
    text-align: right;
}

.gallery,.row {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
}

.gallery > * {
    width:90%;
    padding:1rem;
} 

.row > * {
    width:100%;
    padding:0.6rem;
} 

.article {
    padding-left: 8px;
    padding-right: 8px;
}

.content {
    width: 380px;
    line-height: 1.3em;
    margin: auto;
    text-align: justify;
}

.content p {
    padding-bottom: 1em;
}

.row + :is(h1,h2,h3,h4) {
    padding-bottom: 0.5em;
    text-align: left;
}

.content h1 {
    font-size: 3em;
}

.content h2 {
    font-size: 2em;
}

.content h3 {
    font-size: 1.6em;
    font-weight:600;
}

.content h4 {
    font-size: 1.5em;
    font-weight: 400;
    padding: 0.4em;
    margin-bottom: 3px;
    width: auto;
    border-bottom: 1px solid darkgray;
}

.row > p > img {
    width:100%;
}

@media (min-width:900px) {
    .launch h1 {
        padding: 1em;
    }
    .gallery > * {
        width:calc(100% / 4);
    }
    .content,.row {
        width: 850px;
    }
    .col2 {
        width: 45%;
    }
    .col1 {
        width: 95%;
    }
    .show img {
        width: 420px;
    }
}

.logo img {
    height: 300px;
}

.socials {
    padding: 3em;
}

.footer {
    padding-top: 3em;
    width:100%;
}

.col2, .col1 {
    flex-grow: 1;
}

.show img {
    width: 100%;
}

.subtitle {
    font-size: 0.8em;
    font-style: italic;
    text-align: right;
    padding-top: 0;
}
.sub {
    position: relative;
    font-size: 0.8em;
    text-align: center;
    top: -25px;
}

.quote,blockquote {
  margin:  12px 20px 12px 20px;
  font-style: italic;
  color: #548d9b;
  font-family: 'Lora', serif;
}

.cen {
    text-align: center;
}


tbody tr:nth-child(odd) {
  background-color: #343838;
}
table {
  font-family:monospace;
  white-space: pre;
}

code {
  font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
  font-size: 85%;
  margin: 0;
}
pre {
  margin: 1em 0;
  overflow: auto;
}
pre code {
  padding: 0;
  overflow: visible;
  overflow-wrap: normal;
}
.sourceCode {
 background-color: transparent;
 overflow: visible;
}
table {
  margin: 1em 0;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  font-variant-numeric: lining-nums tabular-nums;
}
table caption {
  margin-bottom: 0.75em;
}
tbody {
  margin-top: 0.5em;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
th {
  border-top: 1px solid #1a1a1a;
  padding: 0.25em 0.5em 0.25em 0.5em;
}
td {
  padding: 0.125em 0.5em 0.25em 0.5em;
  min-width: 45px;
}

code  {
  white-space: pre-wrap;
}

.display.math {
  display: block; 
  text-align: center; 
  margin: 0.5rem auto;
}

.lineup {
    display: flex;
}

.lineup > * {
    flex-grow: 1;
    text-align: center;
}

/** Shop **/

.break {
  flex-basis: 100%;
  height: 0;
}

.order {
  display: flex;
  width: 720px;
  flex-wrap:  wrap;
  font-size: 1.3em;
  margin: auto;
}
.order label {
  flex: 2;
  text-align: right;
  margin: 4px;
  margin-right:10px;
}
.order input, .order select, .order button { 
  flex: 5;
  margin: 2px;
  margin-left:  0;
  font-size: 1.1em;
  color: grey;
}
input::placeholder {
    font-weight: bold;
    opacity: 0.5;
    font-size:0.7em;
    position: absolute  ;
    top: 0px;
    left:2px;
}
.order button {
}

@media (max-width:900px) {

    .order {
        max-width: 390px;
        width: 390px;
    }
    .order label {
        flex-basis: 100%;
        text-align: center;
    }

    .order input {
        max-width: 380px;
        width: 380px;
    }
}

.formerror::placeholder {
  color: red;
}
.inputerr {
  color: red;
}
.thanks, .failed {
  flex: 1;
  text-align: center;
  display: none;
}


/* Checkbox customisation */
.check {
  display: block;
  position: relative;
  padding: 8px;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top:5px;
  border: 2px solid white;
  border-radius: 5px;
}

.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 7px;
  left: 6px;
  height: 25px;
  width: 25px;
  background-color: #eaa;
}

.check:hover input ~ .checkmark {
  background-color: #a88;
}

.check input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check input:checked ~ .checkmark:after {
  display: block;
}

.check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media print {

    .content, .row {
        width: 1000px;
    }

    .header {
        display: none;
    }

    table, table {
        page-break-inside: avoid;
        page-break-after: avoid;
    }

    img {
      opacity: 0.7;
    }

    html, body, .header {
        background-color: white;
        color: #111;
    }
}