@import url(https://fonts.googleapis.com/css?family=Open Sans);
@import url('https://fonts.googleapis.com/css?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cabin&display=swap');

.wide {
  width: 100%;
}

html {
  height: 100%;
  margin: 0;
}

body {
  height: 100%;
  margin: 0;
  font-family: Cabin;
  font-size: 1em;
  color: #000000;
}

h1 {
  font-family: Staatliches;
  font-size: 2em;
  color: #a52418;
}
h2 {
  font-family: Staatliches;
  font-size: 1.5em;
  color: #a52418;
}
h3 {
  font-family: Staatliches;
  font-size: 1.17em;
  color: #a52418;
}

a {
  color: #a52418;
}
a:visited {
  color: #a52418;
}
a:hover {
  color: #a52418;
}

.theme-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.theme-viewport-wide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/f/design/header.png?_=1590594607);
  background-position: top center;
  background-repeat: no-repeat;
}

.theme-viewport-page {
  margin: 0 auto;
  width: 974px;
  height: 100%;
  background-repeat: repeat-y;
  background-position: 0px 175px;
}

.theme-page {
  margin-left: auto;
  margin-right: auto;
  width: 974px;
  position: relative;
  background-image: url(/f/design/body.png?_=1590594607);
}

.theme-header {
  position: absolute;
  top: 0px;
  left: -1px;
  background-image: url(/f/design/body-bg.jpg?_=1590594607);
  background-position: top center;
  width: 974px;
  height: 175px;
}
/*.theme-header.theme-header-custom .theme-header-outer {
  background-image: url(/f/design/header-merged.png?_=1590594607);
}*/

.theme-header-outer {
  width: 974px;
  height: 360px;
}

.theme-header-inner {
  width: 974px;
  height: 385px;
  background-image: url(/f/design/banner.jpg?_=1590594607);
background-repeat: no-repeat;
background-position: 0px 120px;
}

.theme-content {
  float: left;
  margin-top: 380px;
  margin-left: 0px;
  width: 940px;
}

.theme-nav {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 974px;
  height: 120px;
background-image: url(/f/design/logo.png?_=1590594607);
  background-position: 0px 15px;
  background-repeat: no-repeat;
}

ul.theme-menu-list {
  margin: 30px 0 0 268px;
  padding: 0;
  list-style-type: none;
  display: block;
}

li.theme-menu-item {
  list-style-type: none;
  float: left;
  position:relative;
}

li.theme-menu-item-on a.theme-menu-link {
  color: #a52418;
}
li.theme-menu-item-on a.theme-menu-link span.theme-menu-content {
  background: url(/f/design/nav-button-on.png?_=1590594607);
}
li.theme-menu-item-on a.theme-menu-link span.theme-menu-after {
  background: url(/f/design/nav-button-on.png?_=1590594607);
}

li.theme-menu-item-off a.theme-menu-link {
  color: #ffffff;
}
li.theme-menu-item-off a.theme-menu-link span.theme-menu-content {
  background: url(/f/design/nav-button-off.png?_=1590594607);
}
li.theme-menu-item-off a.theme-menu-link span.theme-menu-after {
  background: url(/f/design/nav-button-off.png?_=1590594607);
}
li.theme-menu-item-off a.theme-menu-link:hover {
  color: #a52418;
}
li.theme-menu-item-off a.theme-menu-link:hover span.theme-menu-content {
  background: url(/f/design/nav-button-on.png?_=1590594607);
}
li.theme-menu-item-off a.theme-menu-link:hover span.theme-menu-after {
  background: url(/f/design/nav-button-on.png?_=1590594607);
}

a.theme-menu-link {
  font-family: Staatliches;
  font-weight: normal;
  font-size: 22px;
  line-height: 13px;
  font-variant: normal;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  display: block;
  height: 52px;
  cursor: pointer;
}
a.theme-menu-link span.theme-menu-after {
  background-position: right top;
}

span.theme-menu-content {
  display: block;
  float: left;
  padding-left: 14px;
  padding-top: 20px;
  padding-bottom: 19px;
}

span.theme-menu-after {
  display: block;
  float: left;
  width: 15px;
  height: 52px;
}

ul.theme-submenu-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  padding-bottom: 2px;
  position: absolute;
  left: -2000px;
  top: 52px;
  background-color: #a52418;
  z-index:9999;
  width: 200px;
}

li.theme-menu-item:hover > ul.theme-submenu-list {
  left: 0;
}

li.theme-submenu-item {
  display: block;
  padding: 1px 1px 0px 1px;
}

a.theme-submenu-link {
  font-family: Staatliches;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: block;
  float: none;
  height: 52px;
  cursor: pointer;
  color: #ffffff;
  background-color: #a52418;
  padding: 14px 12px;
  height: auto;
}

a.theme-submenu-link:hover {
  color: #a52418;
  background-color: #fff;
}

.homebutton {
  background-color: #a52318;
  font-family: Staatliches; 
  border: none;
  color: #ffffff !important; 
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.homebutton:hover {
  background-color: #d42e20; 
}