@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Josefin Sans SemiBold'),
  local('JosefinSans-SemiBold'),
  url('josefin.woff') format('woff'),
  url('josefin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Josefin Sans', Georgia;
  font-size: 1.3em;
  color: black;
}
h1 {
  font-size:3em;
  margin: 0;
  padding: 50px;
}
h2 {
  font-size:2em;
  margin: 0;
  padding: 30px;
}
h3 {
  font-size:1.5em;
  margin: 0;
  padding: 0;
}
a:link {
  color: black;
}
a:hover {
  color: black;
}
a:visited {
  color: black;
}
a:active {
  color: black;
}
.boldtext {
  text-shadow: 0 0 1px black;
}
.underlinetext {
  text-decoration: underline;
}
.centerdiv {
  text-align: center;
  margin: auto;
}

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.menu li a {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.menu li a:hover {
  background-color: white;
}
.activemenuitem {
  background-color: #BCA867;
}
.smallmenuitem {
  display: none;
}
.smallmenuitema {
  background-color: rgba(255,230,140,1);
}
#largemenubar li {
  float: right;
}
#smallmenubar {
  display: none;
}
#smallmenubutton a {
  text-align: right;
}
@media screen and (max-width: 600px) {
  #smallmenubar { display: block; }
  #largemenubar { display: none; }
}
#productslistmenu {
  display: none;
  position: absolute;
  background-color: rgb(255,230,140);
}
#productsmenubtn:hover #productslistmenu {
  display: block;
}
#productslistmenu a {
  padding: 2px 16px;      
}

#footer {
  background-color: #FFE68C;
  text-align: center;
  font-size: 0.75em;
  padding: 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.formbox {
  width: 80%;
  border: solid 2px black;
  height: fit-content;
  margin: auto;
}
.formcontrolbox {
  width: 100%;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: black;
}
.laslineformcontrolbox {
  width: 100%;
  border: none;
}
.formcontrol {
  width: 100%;
  background-color: rgba(255,255,255,0.01);
  color: black;
  border: none;
  outline: none;
  padding: 20px;
  box-sizing: border-box;
}
#invisblecontrol {
  visibility: hidden;
  height: 1px;
}