:root {
    --orange:var(--dark-gray);
	--brown: #6b421e;
	
	--purple: #890097;
	--red: #c11b25;
	--green: #21ce55;
	--blue: #4c8bb8;
	--yellow: #fbffa5;
	/*--gray: #5c5956; /* RGB (92,89,96); */
	--gray: #595959;
	--table-dark: #4b6282;
	--table-light: #c5d4e8;
	--table-orange: #e5a770;
	--table-header: #2b323b;
	--tan: #ccc8c0;
	--dark-gray: #182955;
}

body {
background-color:#fff;
font-family: 'bauhaus_promedium', sans-serif;
font-size:32px;
color:#fff;
overflow-x:hidden;
}

h1 {
	font-size:140px;
	font-weight:500;
	margin: 8px;
}

h2 {
	font-size:48px;
	margin: 8px;
	font-weight: 600;
	/*font-family: 'Raleway', sans-serif;*/
	font-family: 'Aboreto', system-ui;
}

h3 {
	font-size: 48px;
	margin: 8px;
	font-weight: 500;
}

h4 {
	font-size: 24px;
	margin: 8px;
	font-family: 'Raleway', sans-serif;
}

.frame-orange {
	width: 100%;
    margin: auto;
    background: linear-gradient(315deg, rgba(13, 25, 38, 1) 0%, rgba(43, 76, 145, 1) 50%, rgba(13, 25, 38, 1) 100%);
    margin-left: -8px;
    padding-right: 16px;
}

.frame-orange:first-child {
	margin-top:-8px;
}

.frame-white {
	width: 100%;
	margin: auto;
	background-color: #fff;
}

.orange {
	color:var(--dark-gray);
}

.yellow {
	color: var(--table-light);
}

.regular_font {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	color: var(--table-light);
}

.panel_orange {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	height: 668px;
	position: relative;
}

.panel_white {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	height: 668px;
	background-color: #fff;
	position:relative;
}

.title {
	width: 540px;
	height: 100%;
	left: 0px;
	position: relative;
	margin: auto;
	float: left;
	padding-left: 100px;
}

.title_image {
	width: 520px;
	height: 520px;
	background-image: url('images/character_bg.png');
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 60px;
	right: 40px;
}

.wwd_list {
    width: 50%;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    margin-left: 80px;
    position: absolute;
    top: 120px;
    left: 20px;
}

.wwd_image {
	width: 50%;
	height: 100%;
	float: right;
	background-image: url('images/swirly_bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 30px;
	right: 40px;
}

.wwd_topper {
    box-shadow: 4px 4px 30px var(--dark-gray);
    width: 500px;
    height: 500px;
    background-image: url(images/office.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 100px;
    right: 80px;
    border-radius: 50%;
    border: 8px solid #fff;
}

.wwd_list li{
	color: #000;
	padding-left: 80px;
}

.services {
	width: 100%;
	height: 100%;
	margin-top: 40px;
	
	color: #000;
}

.services_image {
	width: 28%;
	height: 250px;
	display: inline-block;
	overflow: visible;
	padding: 20px;
}

.services_image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.services_text {
	width: 28%;
	height: 200px;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	padding: 20px;
}

.handyman {
	width: 100%;
	height: 100%;
}

.handyman_image {
    border: 2px solid #fff;
    width: 350px;
    height: 350px;
    background-image: url(images/trellis.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 350px 350px;
	border: 20px solid transparent;
    display: table-cell;
	filter: drop-shadow(5px 5px 10px #000000);
}

.handyman_text {
    width: 800px;
    left: 360px;
    height: 420px;
    padding: 20px;
    padding-left: 60px;
    color: #000;
    font-family: 'Raleway', sans-serif;
    margin: auto;
    position: absolute;
    font-size: 20px;
    border: 2px solid #fff;
    top: 120px;
    background-color: var(--tan);
    box-shadow: 4px 4px 12px var(--tan);
}

.handyman_text p {
	text-indent: 40px;
    font-weight: 300;
    vertical-align: middle;
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 40px;
}

.contact {
	margin: auto;
	display: inline-block;
}

.email_us, .call_us, .support, .consult {
    margin: 40px;
    width: 360px;
    height: 120px;
    background-color: var(--dark-gray);
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    text-align: center;
    background-size: 72px 72px;
    background-position: 40px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 4px 4px 12px var(--table-dark);
}

.email_us {
	background-image: url('images/email_icon.png');
}

.call_us {
	background-image: url('images/call_us_icon.png');
}

.support {
	background-image: url('images/support_icon.png');
}

.consult {
	background-image: url('images/consult_icon.png');
}

.social {
	width: 100%;
	height: 72px;
	display: block;
	
	padding-top: 72px;
	padding-bottom: 72px;

}

.fb {
	background-image: url('images/fb.png');
	background-repeat: no-repeat;
	background-size: 72px;
	width: 72px;
	height: 72px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.ig {
	background-image: url('images/ig.png');
	background-repeat: no-repeat;
	background-size: 72px;
	width: 72px;
	height: 72px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.yt {
	background-image: url('images/yt.png');
	background-repeat: no-repeat;
	background-size: 72px;
	width: 72px;
	height: 72px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

a {
	color:#fff;
	text-decoration: none;
}

a:hover {
	color:var(--table-light);
}

.contact_form {
	width: 100%;
	margin: auto;
	background-color:var(--dark-gray);
	font-family: 'Raleway', sans-serif;
	padding-bottom: 80px;
}

.contact_form span {
	width: 80%;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	
}

.input_names {
	display: inline-block;
	width: 140px;
	margin-right: 40px;
}

.input_elements {
	float: left;
}

.contact_form span:first-child {
	padding-top: 40px;
}

.contact_form input {
	height: 32px;
	border-radius: 6px;
	border: 1px solidvar(--dark-gray);
	width: 300px;
	vertical-align: top;
	
}

.contact_form .repair_type {
	width: 250px;
	display: inline-table;
	margin: auto;
	height: 220px;
}

.contact_form .chk_box {
	width: 20px;
	height: 20px;
	display: inline-block;
}

.contact_form .repair_type:first-child {
	padding-left: 40px;
}

.contact_form textarea {
	width: 500px;
	height: 250px;
	border-radius: 6px;
	margin-left: 100px;
}

.contact_form input[type=submit], input[type=button] {
	width: 250px;
	height: 48px;
	color:var(--dark-gray);
	background-color: var(--table-light);
	border-radius: 6px;
	border-color: #fff;
	font-family: 'bauhaus_promedium', sans-serif;
	font-size: 24px;
	float: right;
	margin-left: 20px;
	cursor: pointer;
}

.time_clock_box {
	width: 600px;
	height: 400px;
	background-color:var(--dark-gray);
	border-radius: 6px;
	box-shadow: 4px 4px 12px #6b421e;
	border-bottom: 2px solid #e5a770;
	display: block;
	margin: auto;
	margin-top: 300px;
	font-size: 16px;
}

.time_clock_box .container {
	width: 90%;
	height: 100%;
}

.time_clock_box .head {
	height: 80px;
	margin: auto;
}

.time_clock_box span {
	margin-left: 100px;
	height: 60px;
}

.time_clock_box span:first-child {
	margin-top: 100px;
}

.time_clock_box input[type=submit] {
	width: 200px;
	height: 40px;
	margin: auto;
	margin-left: 206px;
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #e5a770;
	color: #fff;
	font-size: 24px;

}

.time_clock_box input[type=text], input[type=password] {
	width: 300px;
	height: 40px;
	margin: 10px;
	border: 0px;
	border-radius: 4px;
	display: inline-block;
}

	.option_info {		
		width: 720px;
		min-height: 100px;
		margin: 40px;
		display: none;
		font-size: 24px;
	}
	
	.option_block input[type=button] {
		margin-right: 100px;
	}
	
	.option_block span {
		margin: 0px;
		padding: 0px;
		padding-top: 0px;
	}
	
	.option_block span:first-child {
		padding: 0px;
	}
	
	.option_block select {
		margin-left: 40px;
	}
	.option_block textarea {
		margin-left: 40px;
	}
	
	.option_block input:first-child {
		margin-left: 40px;
	}
	
	.option_block input[type=number] {
		width: 100px;
	}
	
	.option_block input[type=number]:first-child {
		margin-left: 40px;
	}
	
	.option_block input[type=checkbox]:first-child {
		margin-left: 0px;
		margin-right: 10px;
	}
	
	.option_block {
		margin: auto;
		display:none;
	}
	
	.option_block input[type=checkbox] {
		width: 24px;
		height: 24px;
		margin-left: 40px;
		vertical-align: middle;
		margin-right: 10px;
	}
	
	.option_block label {
		font-size: 18px;
		vertical-align: middle;
	}
	
.quote_container {
	width: 860px;
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 40px;
	box-shadow: 4px 4px 12px #6b421e;
	margin: auto;
}

.quote_list {
    font-size: 18px;
    text-align: left;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 4px 4px 12px v;
    list-style: none;
}

.quote_list li {
	margin-left: 40px;
	vertical-align: middle;
}

.quote_list li input[type="checkbox"] {
	width: 16px;
	height: 16px;
	border-radius: 6px;
}

select {
	min-width: 320px;
	height: 32px;
	font-size: 24px;
	color: #000;
	border-radius: 6px;
	border: 1px solid var(--dark-gray);
}
.more_info {
	width: 600px;
	height: 300px;
	border-radius: 6px;
	margin-bottom: 40px;
	font-size: 18px;
	margin-top: 40px;
}

table {
	width: 80%;
	min-height: 48px;
	border: 1px solid var(--brown);
	margin: auto;
	border-spacing: 0px;
	box-shadow: 6px 6px 12px var(--brown);
}

tr {
	height: 32px;	
}

tr:nth-child(even) {
	background-color: #e5a770;
}

tr:nth-child(odd) {
	color: #000;
	background-color: #fff;
}

tr:nth-child(odd) a {
	color: #000;
}

tr:first-child {
	background-color: var(--brown);
	border-bottom: 1px solid #e5a770;
	color: #fff;
}

td {
	border-right: 1px solid #000;
	padding-left: 6px;
	min-width: 40px;
	padding: 12px;
	padding-left: 24px;
}

.estimate_box {
	margin: auto;
	width: 800px;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	padding-bottom: 40px;
}

.estimate_box input[type=submit], input[type=button] {
	width: 250px;
	height: 48px;
	color:var(--dark-gray);
	background-color: var(--table-light);
	border-radius: 6px;
	border-color: #fff;
	font-family: 'bauhaus_promedium', sans-serif;
	font-size: 24px;
	float: right;
	margin-left: 20px;
	cursor: pointer;
	margin-bottom: 40px;
	display: inline-block;
}

.message {
    width: 80%;
    padding: 14px;
    text-align: center;
    background-color: var(--blue);
    display: block;
    position: relative;
    margin: auto;
    margin-top: -100px;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #fff;
    max-width: 1200px;
    top: 100px;
    z-index: 1;
	animation: fadeInAnimation ease 8s;
	animation-iteration-count: 1;
	opacity: 0%;
	border: 1px solid #fff;
	box-shadow: 4px 4px 12px #fff;
	border-radius: 12px;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 1;
    }
	70% {
		opacity: 1;
	}
    100% {
        opacity: 0;
    }
}

.read_more {
	color: var(--table-dark);
    padding-bottom: 40px;
    margin-bottom: 20px;
    position: absolute;
    top: 420px;
    left: 720px;
}

