/* EMF tap board PWA CSS */
/* -*- coding: utf-8 -*- */
@import url("../fonts/fonts.css");
/* Reset based on
   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;
}

/* Tap board section */
body {
  background: #213018;
  color: #afc944;
  font-size: 24pt;
  font-family: Raleway, sans-serif;
}

.d-none {
  display: none !important;
}

button {
  font-size: 18pt;
  background-color: #213018;
  color: #afc944;
  border: 2px solid #afc944;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 0.25em;
}

a, a:visited {
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
}

.page {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
}

input, select {
  font: inherit;
  font-size: inherit;
}

.position-relative {
  position: relative;
}

header {
  text-align: center;
  margin-top: 15px;
  height: 50px;
}

#run div header {
  position: absolute;
  left: 15px;
  top: 0px;
}

h1 {
  font-size: 30pt;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.2em;
}

p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.flex-column-vh100 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100vh;
}

.flex-grow-1 {
  flex-grow: 1;
}

.mb-1 {
  margin-bottom: 0.25em;
}

.center {
  text-align: center;
}

.smaller {
  font-size: 18pt;
}

div.caution {
  display: inline-block;
  background: no-repeat url("../img/caution-icon.svg");
  width: 30px;
  height: 30px;
  vertical-align: bottom;
}

#menubutton {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0.5;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

#setupForm {
  display: block;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
}

#logo {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

#logo img {
  max-height: 100%;
  max-width: 100%;
}

#tastingNotes {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

#notebutton {
  font-size: 12pt;
  position: absolute;
  right: 5px;
  top: -40px;
}

#status {
  margin-bottom: 4px;
  font-size: 18pt;
}

#product {
  font-weight: 600;
  font-size: 32pt;
}

#run p {
  margin: .2em 0;
}

#linenode {
  background-color: #afc944;
  columns: #213018;
}
