@import "/.site/css/menu_horsubs.css";
@font-face {
    font-family: Baskerville;
    src: url(/.tec/css/baskvill.ttf);
    font-weight:400;
}
/* LOL */
Body {
	background: #edd6b7;
    font-family: Georgia,Arial, Helvetica, sans-serif;
    color: #444444;
	/* font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #595959; */
}
H1 {
	font-family: Baskerville, Arial, Helvetica, sans-serif;
	color: #51739b;
}
H2 {
	text-align: right;
	font-style: italic;
	color: #A0A0A0;
	font-weight: normal;
	margin-top: -45px;
	margin-bottom: 0px;
}
hr.shadow {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

a[href^="tel:"] {
    text-decoration: none;
}
a[href^="ztel:"]:before {
    content: "\260E";
}
.no-touch a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
}

.actmenu {
	color: #ff80ff !important;
}

.mid {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#page {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#footer{
	font-style: italic;
	font-size: small;
}

#imgbanner {
	max-width:100%;
}

    #divbanner {
		max-width:100%;
		background-repeat: no-repeat;
		background-position: center;
    }

    @media only screen and (max-width: 600px) {
/*
		H1 {
			xfont-size: 60px;
		}
*/
        #divbanner {
            Xbackground-image: url("/pics/water_small.jpg");
			height: 100px;
			color: green;
        }
		H2 {
			text-align: initial;
			margin-top: -10px;
			font-size: 18px;
		}
    }
    @media only screen and (min-width: 601px)  {
		H1 {
			font-size: 60px;
		}
        #divbanner {
            Xbackground-image: url("/pics/water.jpg");
			height: 200px;
        }
    }


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
-moz-appearance: textfield;
}
input.small {
	width: 30px;
}
a.available {
	color: green;
}
a.missing {
	color: red;
}

.nostyle {
	background: inherit !important;
	width: inherit !important;
	border: inherit !important;
}
