body
{
    max-width: 960px;
	margin: auto;
	position: relative;
	background-color: #eeeeff;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: large;
	color: #222244;
}

.title
{
	padding-top:5px;
	clear:both;
}

.motto
{
	font-style: italic;
	padding-top:5px;
    clear:both;
}

.header_image
{
	float:right;
    padding-right:5px;
}

.header_car
{
    float:right;
    padding-right:5px;
}

#header_bar
{
	width:99%;
	background-image: url('../images/headerbggray.png');
	background-color: #222222;
	background-repeat: repeat-x;
	border: 1px black solid;
	color: #eeeeee;
	float: left;
	text-align: left;
	position:relative;
	left: 0px;
	top: 0px;
}


.menu_bar
{
	float:left;
    width:95%;
}
.menu_item, .menu_active
{
	min-width: 49px;
}
.menu_item a
{
	float: left;
	clear: right;
	background-color: #aa5555;
	color: #ffffff;
	padding: 20px 10px;
	border-right: 2px solid #222222;
}

.menu_item a:hover
{
	background-color: #cc5555;
	float: left;

}
.menu_active
{
	float: left;
	background-color: #aa2222;
	color: #ffffff;
	padding: 20px;
	border-right: 2px solid #222222;
}

.content
{
	padding: 20px;
	left : 0px;
	text-align: left;
	clear: both;
	top: 20px;
	position: relative;
	display: block;
}

.footer
{
	max-width: 95%;
	font-size: 90%;
	float: left;
	clear: right;
	color: #333333;
	text-align: center;
	position: relative;
	display: block;
	padding: 20px;
	margin-top: 50px;
}
.signature
{
	margin-left: 200px;
	float: left;
	clear: right;
}
h3
{
	height: 30px;
	display:inline;
	padding-right: 8px;
	text-align: left;
	clear: both;
	color: #000000;
	background-image: url('https://restorationhydramatics.com/images/h3_bg.png');
	background-repeat: repeat-x;
}
.lrimage_div
{
	width:45%;
	padding:10px;
}
.right
{
    float: right;
}

.lrimage
{
    width: 100%
}
.left
{
    float: left;
}

#galleria, #gallery
{
	height:600px;
	width:880px;
	padding: 20px;
	float: left;
	text-align: left;
	clear: right;
	background-color: transparent;
}


.table
{
	width: 70%;
	margin: auto;
	border: 2px solid #662222;
	padding: 0px;
	clear: both;
	background-color: #ffeeee;
}
.leftCol
{
    max-width: 40%;
    min-width: 200px;
	float: left;
	padding: 5px 10px 5px 10px;
}

.rightCol
{
	max-width: 40%;
    min-width: 200px;
	float: right;
	padding: 5px 10px 5px 10px;
}
.twoCol
{
	width: 96%;
	float: right;
	padding: 5px 10px 5px 10px;
}

.inputblock
{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding: 0px;
	clear: both;
	background-color: #ffeeee;

}
.fullWidth
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background-color: inherit;
}
.tableHeader
{
	width: 100%;
	text-align: center;
	background-color: #662222;
	border: 1px solid #331111;
	color: #cccccc;
}
.tableBorder
{
	border: 1px solid #662222;

}
p
{
	clear: both;
	margin: 20px 0px 20px 0px;
}
.text_entry
{
	width: 100%;
	margin: 3px 0px 3px 0px;
}
.red
{
	color: #990000
}
.redbutton
{
	padding: 4px 8px;
	color: #000000;
	background-image: url('https://restorationhydramatics.com/images/h3_bg.png');
	background-repeat: repeat-x;
	float: right;
	clear: left;
	margin-bottom: 30px;
}
.header_contact
{
	font-size: 90%;
	color: #AA2222;
	padding:0px 20px 10px 20px;
	clear:both;
	float:left;
}

.inputRow
{
	width:100%;
	padding:2px 20px;
	clear:both;
}
.inputLabel
{
	width:40%;
	text-align:right;
	float:left;
}
.inputField
{
	width:55%;
	text-align:left;
	float:right;
}
.hide
{
	display: none;
}

.splide__pagination__page
{
	display:none;
}
.imageDescription
{
	width:25%;
	height: auto;
	background-color: black;
	color:whitesmoke;
	padding:5px;
	font-size:large;
}

.header {
	background-color: #aa2222;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
	max-width:960px;
	z-index: 3;
	clear:both;
	float:left;

}

.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background-color: #aa2222;
	float:left;
}

.header li a {
	display: block;
	padding: 10px 10px;
	border-right: 1px solid #f4f4f4;
	color:white;
	text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
	background-color: #aa4444;
	color: #cccccc;
}

.menu_item_active {
	background-color: #880000;
}

.header .logo {
	display: block;
	float: left;
	font-size: 2em;
	padding: 10px 20px;
	text-decoration: none;
}

/* menu */

.header .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 10px 20px;
	position: relative;
	user-select: none;
}

.header .menu-icon .navicon {
	background: #333;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.header .menu-icon .navicon:before {
	top: 5px;
}

.header .menu-icon .navicon:after {
	top: -5px;
}

/* menu btn */

.header .menu-btn {
	display: none;
}

.header .menu-btn:checked ~ .menu {
	max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
	.header li {
		float: left;
	}
	.header li a {
		padding: 20px 12px;
		min-width:49px;
	}
	.header .menu {
		clear: none;
		float: right;
		max-height: none;
	}

	.header .menu-icon {
		display: none;
	}
	.header .logo {
		display:none;
	}
}
@media (max-width: 48em) {
	.header_car{
		display:none;
	}

}
