html,body{
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  border: none;
  color: #c6b2a4;
  background-color: #201407;
	font-family: 'Oswald', sans-serif;
  font-weight: 400;
  cursor: default;
  background-image: url(../images/background-y.jpg);
  background-repeat: repeat-y;
  background-position: center 256px;  
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}

.pngfix{ behavior: url(iepngfix.htc); }
.pngfix2{ behavior: url(iepngfix2.htc); }

h1,h2,h3{ margin: 0px; display: inline; word-wrap: break-word; }
p{ margin: 0px; padding: 0px; word-wrap: break-word; max-height: 5000px; }
hr{ border:0; background:#8a796b; height:1px; width:100%; }
form{ display: inline; margin: 0; }
ul{ margin-left: 0px; padding-left: 20px; }
b{ font-weight: 700; }
a{ outline: 0; text-decoration: none;color:#922922;word-wrap: break-word; }
a:focus{ outline: none; }
a:hover{ text-decoration: none; color: #ff1e0f; word-wrap: break-word; }
input{ -webkit-appearance: none; }
input[type=checkbox]{ -webkit-appearance: checkbox; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 100px #fff inset; }
input:focus { outline: none; }
textarea{ resize: none; }
textarea:focus { outline: none; }

.red{
  color: #922922;
}
.brownlight{
  color: #c6b2a4;
}
.browndark{
  color: #201407;
}

.head{
  font-family: 'Courgette', serif;
  font-size: 19pt;
  font-weight: 400;
  line-height: 1.5em;
  color: #922922;
}
.head2{
  font-family: 'Courgette', serif;
  font-size: 18pt;
  font-weight: 700;
  line-height: 1.5em;
  color: #922922;
}
.head3{
  font-family: 'Courgette', serif;
  font-size: 13pt;
  font-weight: 700;
  line-height: 1.5em;
  color: #922922;
}

.text{
  font-family: 'Courgette', serif;
  font-size: 13pt;
  line-height: 1.7em;
  font-weight: 400;
  color: #201407;
  word-wrap: break-word;
}
.cmstext{
  font-family: 'Oswald', sans-serif;
  font-size: 12pt;
  line-height: 1.7em;
  font-weight: 400;
  color: #201407;
  word-wrap: break-word;
}

.text2{
  font-family: 'Courgette', serif;
  font-size: 11pt;
  line-height: 1.5em;
  font-weight: 400;
  color: #922922;
  word-wrap: break-word;
}
.info{
  font-family: 'Courgette', serif;
  font-size: 9pt;
  line-height: 1.5em;
  font-weight: 300;
  font-style: normal;
  color: #756144;
  word-wrap: break-word;
}

.inputbutton{
  font-family: 'Oswald', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #c6b2a4;
  border: 0;
  background-color: #4e3315;
  padding: 6px 15px 8px 15px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.inputbutton:hover{
  background-color: #201407;
  color: #ffffff;
}
.inputbutton2{
  font-family: 'Oswald', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #201407;
  border: 0;
  background-color: #c6b2a4;
  padding: 6px 15px 8px 15px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.inputbutton2:hover{
  color: #c6b2a4;
  background-color: #201407;
}

.cmsbutton{
  font-family: 'Oswald', sans-serif;
  font-size: 7pt;
  font-weight: 400;
  color: #ffffff;
  background-color: #201407;
  border-radius: 2px;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 1px 10px 2px 10px;
  cursor: pointer;
}
.cmsbutton:hover{
  background-color: #4e3315;
}

.inputbox{
  font-family: 'Oswald', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #201407;
  border: solid 1px #aaaaaa;
  background-color: #ffffff;
  padding: 4px 10px 7px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0px 0px 3px 0px;
  white-space: nowrap;
}
textarea.inputbox{
  white-space: normal;
}
.inputfile{
  font-family: 'Oswald', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #201407;
  border: solid 1px #aaaaaa;
  background-color: #ffffff;
  padding: 3px 10px 4px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0px 0px 3px 0px;
  white-space: nowrap;
}

.link{
  color: #4d2901;
  word-wrap: break-word;
  text-decoration: none;
}
.link:hover{
  text-decoration: none;
  color: #922922;
  word-wrap: break-word;
}
.link2{
  color: #922922;
  word-wrap: break-word;
  text-decoration: none;
}
.link2:hover{
  text-decoration: none;
  color: #ff1e0f;
  word-wrap: break-word;
}

.menulink{
  font-size: 15pt;
  font-weight: 400;
  line-height: 1em;
  color: #c6b2a4;
  text-decoration: none;
  cursor: pointer;
  margin: 0px 14px 0px 14px;
  white-space: nowrap;
}
.menulink:hover{
  text-decoration: none;
  color: #922922;
}
.menulink_on{
  font-size: 15pt;
  font-weight: 400;
  line-height: 1em;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  margin: 0px 14px 0px 14px;
  white-space: nowrap;
}

.footer{
  font-family: 'Oswald', sans-serif;
  font-size: 10pt;
  line-height: 1.4em;
  font-weight: 300;
  color: #c6b2a4;
}

.footerlink{
  font-family: 'Oswald', sans-serif;
  font-size: 10pt;
  line-height: 1.4em;
  font-weight: 300;
  color: #c6b2a4;
  text-decoration: none;
}
.footerlink:hover{
  color: #ffffff;
}