::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #FFF;
}
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #365a2e;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 6px;
    background-color: #ffffff;
}

@charset "UTF-8";

@font-face {
  font-family: 'Bahnschrift';
  src: url('images/BAHNSCHRIFT.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LineAwesome";
  src: url("images/line-awesome.eot?v=1.1.");
  src: url("images/line-awesome.eot??v=1.1.#iefix") format("embedded-opentype"),
       url("images/line-awesome.woff2?v=1.1.") format("woff2"),
       url("images/line-awesome.woff?v=1.1.") format("woff"),
       url("images/line-awesome.ttf?v=1.1.") format("truetype"),
       url("images/line-awesome.svg?v=1.1.#fa") format("svg");
  font-weight: normal;
  font-style: normal;
}
BODY {
	margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    min-height: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
}
BODY.noscroll {
    overflow: hidden;
}
NAV {
	position: fixed;
    position: expression(fixed);
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: #2e442a;
    color: #FFD700;
    border-bottom: 1px solid #FFD700;
}
NAV>DIV {
	display: flex;
    padding: 10px 5%;
    max-width: 1260px;
    margin: -16px auto 8px;
    transition: 0.5s all ease-out;
    -webkit-transition: 0.5s all ease-out;
}
NAV A {
	text-decoration: none;
    color: #b1a356;
    font: bold 18px/18px Bahnschrift,Arial;
    letter-spacing: 1px;
    align-self: flex-end;
    padding: 24px 0px 4px 0px;
    margin-left: 5%;
    text-shadow: 1px 1px 1px #000;
}
NAV A:not(:first-child):before {
    content: "\f167" !important;
    font: 16px/14px LineAwesome;
    vertical-align: top;
    margin: 0 -2px;
}
NAV A:after {
    content: '';
    display: block;
    width: 0;
    margin-top: 2px;
    height: 2px;
    background: #b1a356;
    transition: width .3s;
}
NAV A:not(:first-child):hover:after {
    width: 100%;
}
NAV A.title {
	flex-grow: 1;
    white-space: nowrap;
    letter-spacing: 2px;
    font: bold 22px/18px Bahnschrift,Arial;
}
NAV A.title>DIV {
	font: normal italic 14px/16px Bahnschrift,Arial;
	letter-spacing: 1.1px;
    margin: 0px 2px;
}
H2 {
	color: #b2942b;
    text-shadow: 1px 2px 1px #000;
    font: bold 3rem/3.5rem Bahnschrift,Arial;
}
H3 {
    color: #b2942b;
    text-shadow: 1px 2px 1px #000;
    font: bold 2rem/2.5rem Bahnschrift,Arial;
    margin: 6px 0;
}
SECTION.main1 H1 {
	font: bold italic 5rem/4.5rem Bahnschrift,Arial;
    padding: 5% 0;
}
SECTION.main1 H2 {
	font: bold 3rem/3.5rem Bahnschrift,Arial;
    padding: 3% 0;
    margin: 0;
    background-color: #2e442a;
}
SECTION.main1 {
	position: relative;
    height: 95vh;
    display: flex;
    flex-flow: column;
    text-align: center;
    justify-content: flex-end;
    padding: 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    background-image: url(images/main1.jpg);
}
SECTION.main1>DIV {
    color: #b2942b;   
    text-shadow: 1px 2px 1px #000;
}
SECTION.main1:after, SECTION.green:after {
    content: '';
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #2e442a;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 40px);
}
SECTION {
    position: relative;
    padding: 2% 10%;
    font: 1.2rem/1.4rem Bahnschrift,Arial;
    min-height: 50vh;
    letter-spacing: -0.5px;
}
SECTION.green {
    background-color: #2e442a;
    color: #FFF;
}
.flex2 {
    display: flex;
    flex-direction: row;
	margin-bottom: 3px;
}
.flex2>P {
    width: 50%;
}
.flex2>P>IMG, .flex2>P>IFRAME {
    width: 100%;
    margin: 0 3%;
    display: block;
}
FOOTER {
	display: flex;
	flex-flow: row;
	background-color: #000;
	color: #FFF;
	padding: 5% 10%;
	font: 1rem/1rem Bahnschrift,Arial;
}
FOOTER>DIV.allright {
	flex-grow: 1;
	text-align: right;
}
FOOTER B {
    font-weight: normal;
    margin-right: 6px;
}
UL {
    margin: 0;
    padding: 2% 4%;
}
SECTION>H2 {
    margin-top: 90px;
}
BUTTON {
    display: flex;
    align-items: center;
    background-color: #b2942b;
    font: 18px/20px Bahnschrift,Arial;
    color: #000;
    outline: 0;
    margin: 5% auto;
    padding: 15px 30px;
    border:  0px;
    min-width: 200px;
    cursor: pointer;
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
}
BUTTON:hover {
    color: #FFF;
    transform: scale(1.05);
}
BUTTON.disabled {
    pointer-events: none;
    background-color: #d3d0d0;
}
#bookbox {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(46,68,42,0.95);
}
#bookbox.show {
    display: flex;
}

#bookbox .popupBox {
    text-align: center;
    width: 500px;
    max-width: 96%;
    overflow: auto;
    overflow-x: hidden;
    color: #FFF;
    padding: 0;
    text-align: left;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    font: 16px/24px Bahnschrift,Arial;
    letter-spacing: .5px;
    -webkit-transition: -webkit-transform 200ms linear;
    -ms-transition: -ms-transform 200ms linear;
    transition: transform 200ms linear;
}
#bookbox .popupBox.show {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
#bookbox .popupClose {
    position: absolute;
    top: 2px;
    right: 2px;
    color: #FFF;
    cursor: pointer;
}
#bookbox .popupClose:before {
    content: "\f342";
    font: 42px/42px LineAwesome;
    width: 40px;
    height: 40px;
}
#bookbox .calendar {
    display: flex;
    flex-flow: wrap;
    background-color: #FFF;
    width: 100%;
    color: #000;
    margin-top: 10px;
    font: 12px/12px Arial;
}
#bookbox .calendar>SPAN {
    display: flex;
    flex-flow: wrap;
    width: calc((100% - 7px) /7);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    cursor: pointer;
}
#bookbox .calendar .done {
    pointer-events: none;
    background-color: #d3d0d0;
    cursor: none;
}
#bookbox .calendar .weekend {
    background-color: #d4e4ff;
}
#bookbox .calendar>SPAN.weekend>B {
    background: #7390c1;
}
#bookbox .calendar>SPAN.day {
    display: block;
    pointer-events: none;
    color: #b2942b;
    font: bold 16px/24px Tahoma;
    cursor: none;
}
#bookbox .calendar>SPAN>B {
    width: 100%;
    height: 20px;
    font: 11px/20px Tahoma;
    display: block;
    background: #5c5c5c;
    color: #FFF;
}
#bookbox .calendar>SPAN>DIV {
    width: 50%;
    box-shadow: 1px 1px  #d3d0d0;
    overflow: hidden;
    text-align: left;
    font: 10px/18px Tahoma;
    letter-spacing: -1px;
    text-align: center;
}
#bookbox .calendar>SPAN>DIV:nth-child(odd) {
    box-shadow: 0px 1px  #d3d0d0;
}
#bookbox .calendar>SPAN.weekend>DIV {
	width: 100%;
    font: 13px/18px Tahoma;
}
#bookbox LABEL {
    display: inline-block;
    font: 1.1rem/1rem Bahnschrift,Arial;
    margin-top: 12px;
    letter-spacing: -0.5px;
    margin-right: 2px;
}
#bookbox INPUT {
    width: 100%;
    font: 16px/24px Bahnschrift,Arial;
    border: 1px solid #000;
    border-radius: 0;
    margin: 5px;
}
#bookbox .appointment {
    color: #FFF;
    font: 1.5rem/2rem Bahnschrift,Arial;
    margin: 10px 0;
    text-align: center;
    letter-spacing: 0;
}
#bookbox .appointment.sent {
    background-color: #89ff00;
    color: #000;
}
#bookbox .missing {
    background-color: #fdc8c8;
}
#bookbox .this {
    background-color: #b39338;
}
#bookbox TEXTAREA {
	width: calc( 100% - 77px);
    height: 42px;
}

@media only screen and (max-width: 720px) {

    SECTION.main1 H1 {
        font: bold italic 3rem/3.5rem Bahnschrift,Arial;
        padding: 5% 5%;
    }
    H2 {
        font: bold 2.1rem/2.5rem Bahnschrift,Arial !important;
    }
    H3 {
        font: bold 1.7rem/2.5rem Bahnschrift,Arial;
    }
    .flex2>P {
        width: 100%;
    }
    SECTION {
        padding: 2% 4%;
    }
    NAV>DIV {
        padding: 0;
    }
    NAV A {
        letter-spacing: 0;
        margin: 0 5px;
        font: bold 14px/18px Bahnschrift,Arial;
    }
    NAV A.title, NAV A.title>DIV {
        letter-spacing: 0;
    }
    SECTION>H2 {
        margin-top: 60px;
    }
    FOOTER {
        flex-flow: column;
    }
    FOOTER>DIV.allright {
        text-align: left;
    }
    .flex2>P>IMG, .flex2>P>IFRAME {
        margin: 0;
    }
    #bookbox .calendar>SPAN>B {
        font: 9px/20px Tahoma;
        letter-spacing: -0.6px;
    }
    #bookbox .appointment {
        font: bold 1.1rem/1.5rem Bahnschrift,Arial;
    }
    #bookbox INPUT {
        margin: 0;
        width: width: calc( 100% - 55px);
    }
}