/* http://www.fontsquirrel.com/tools/webfont-generator */
@font-face {
  font-family: 'chickenscratch_aoeregular';
  src: url('../fonts/chickscraoe-webfont.eot');
  src: url('../fonts/chickscraoe-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/chickscraoe-webfont.woff2') format('woff2'),
       url('../fonts/chickscraoe-webfont.woff') format('woff'),
       url('../fonts/chickscraoe-webfont.ttf') format('truetype'),
       url('../fonts/chickscraoe-webfont.svg#chickenscratch_aoeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  font-family: 'Cuprum', "Arial", sans-serif; /* https://www.google.com/fonts#UsePlace:use/Collection:Cuprum */
  font-size: 18px;
}

.nav-link {
  padding: 13px;
}

.navbar, .navbar .dropdown-menu, .navbar a {
  background-color: #8fbc8f;
  color: black;
}

.dropdown-menu a {
  font-size: 18px;
}

.navbar a:hover, navbar a:active {
  background-color: #fdcf76;
  color: black;
}

.navbar .nav-item:hover .nav-link {
  background-color: #fdcf76;
  color: black;
}

thead {
  background-color: #8fbc8f !important;
}



table.table-bordered > thead > tr > th {
  border: 1px solid #6c757d;
}

table.table-bordered > tbody > tr > td {
  border: 1px solid #6c757d;
}



h1.gwt-title {
  margin: 5px;
  font-family: 'chickenscratch_aoeregular';
  font-size: 32pt;
}

/* https://www.w3schools.com/howto/howto_css_center-vertical.asp */
.form_title { 
  height: 40px;
  position: relative;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}