: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;
background: linear-gradient(315deg, rgba(13, 25, 38, 1) 0%, rgba(52, 96, 189, 1) 50%, rgba(13, 25, 38, 1) 100%);
}

h1 {
	font-size:140px;
	font-weight: 500;
	margin: 8px;
}

h2 {
	font-size:48px;
	margin: 8px;
    font-weight: 500;
	font-family: 'Aboreto', system-ui;
}

h3 {
	font-size: 48px;
	margin: 8px;
    font-weight: 500;
}

h4 {
	font-size: 24px;
	margin: 8px;
}

.frame-orange {
	min-width: 600px;
	width: 100%;
	margin: auto;
	
	overflow: hidden;
}

.frame-white {
	min-width: 600px;
	width: 100%;
	margin: auto;
	background-color: #fff;
	overflow: hidden;
	
}

.orange {
	color: var(--dark-gray);
}

.yellow {
	color: var(--table-light);
}

.regular_font {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #fbffa5;
	font-size: 32px;
}

.panel_orange {
	width: 100%;
	min-width: 600px;
	margin: auto;
	min-height: 668px;
	position: relative;
}

.panel_white {
	width: 100%;
	min-width: 600px;
	margin: auto;
	min-height: 668px;
	background-color: #fff;
	position:relative;
}

.title {
	width: 560px;
}

.h_title {
	float: right;
	margin-top: -40px;
}

.v_title {
	padding: 40px;
	padding-left: 100px;
	font-size: 32px;
	font-family: 'Raleway', sans-serif;
	color:  #fbffa5;
	margin: auto;
}

.title_text {
	margin: auto;
	width: 560px;
	margin-top: -70px;

}

.title_image {
	width: 520px;
	height: 520px;
	background-image: url('images/character_bg.png');
	background-size: cover;
	background-position: center;
	margin: auto;
	margin-top: 40px;
}

.wwd_list {
	width: 90%;
	font-family: Raleway;
	font-size: 48px;
	margin: auto;
	color: #000;
}

.wwd_image {
	width: 100%;
	height: 500px;
	background-image: url('images/office.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;	
	margin-top: 60px;
}

.wwd_list li{
	color: #000;
	padding-left: 20px;
}

.services {
	width: 100%;
	margin-top: 40px;
	color: #000;
	font-family: 'Raleway';
	font-size: 48px;
	padding-bottom: 40px;
}

.services_image {
	height: 340px;
	background: url('images/null.png');
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	margin: auto;
	background-position: center;
	border-radius: 0%;
}

.services_image:hover {
	height: 600px;
	margin: auto;
	border-radius: 50%;
	transition: 1s;
}

.services_text {
	width: 28%;
	height: 200px;
	font-size: 14px;
	font-family: Raleway;
	display: inline-block;
	padding: 20px;
}

.handyman {
	width: 100%;
}

.handyman_image {
    width: 100%;
    height: 430px;
    background-image: url(images/trellis.png);
    background-position: -40px -12px;
    background-repeat: no-repeat;
    /* padding-top: 60px; */
    background-size: cover;
}

.handyman_text {
	width: auto;
	display: inline-block;
	color: #fff;
	font-family: Raleway;
	margin: auto;
	font-size: 32px;
	padding: 40px;
	padding-top: 20px;
	font-size: 48px;
}

.contact {
	margin: auto;
}

.email_us, .call_us, .support, .consult {
	margin: 20px;
	width: 600px;
	height: 200px;
	
	background-color: var(--dark-gray);
	box-shadow: 4px 4px 12px var(--table-dark);
	border-radius: 14px;
	font-family: Raleway;
	font-size: 48px;
	text-align: center;
	background-size: 140px 140px;
	background-position: 40px 24px;
	background-repeat: no-repeat;
}

.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');
}

.contact_text {
	width: 80%;
	float: right;
	margin: auto;
	display: block;
}

.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:#fbffa5;
}

.contact_form {
	width: 100%;
	margin: auto;
	background-color: #ff862f;
	font-family: Raleway;
	padding-bottom: 80px;
	font-size: 48px;
}

.contact_form span {
	width: 80%;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	
}

.input_names {
	display: inline-block;
	width: 300px;
}

.input_elements {
	float: left;
}

.contact_form span:first-child {
	padding-top: 30px;
}

.contact_form input {
	height: 48px;
	border-radius: 12px;
	width: 500px;
	margin-left: 30px;
	font-size: 48px;
}

.contact_form .repair_type {
	width: 340px;
	display: inline-table;
	height: 220px;
	font-size: 28px;
	text-align: left;
}

.contact_form .chk_box {
	width: 32px;
	height: 32px;
	display: inline-block;
	font-size: 36px;
	
}

.contact_form input[type=checkbox] {
	width: 32px;
	height: 32px;
	color: #fff;
}

.contact_form .repair_type:first-child {
	padding-left: 40px;
}

.contact_form textarea {
	width: 600px;
	height: 250px;
	border-radius: 12px;
	margin-left: 100px;
}

.contact_form input[type=submit], input[type=button] {
	width: 300px;
	height: 80px;
	color: #ff862f;
	background-color: #fbffa5;
	border-radius: 6px;
	border-color: #fff;
	font-family: 'Audiowide', sans-serif;
	font-size: 48px;
	float: right;
	margin-left: 20px;
	cursor: pointer;
}

.est_unit {
	width: 80%; 
	padding: 20px; 
	border: 1px solid #fff; 
	border-radius: 6px; 
	background-color: rbga(255,255,255,0.75);
	margin: auto;
	margin-bottom: 16px;
	font-size: 48px;
	display:none;
}

.est_unit input {
	border-radius: 12px;
}


.est_unit:last-child {
	padding-bottom: 40px;
}

.est_unit input[type=number] {
	width: 150px;
	font-size: 48px;
	height: 64px;
}

.est_unit input[type=checkbox] {
	width: 48px;
	height: 48px;
}

.est_unit .margin {
	padding-left: 40px;
}

.est_unit span {
	width: 100%;
	display: block;
}

.est_unit h2 {
	padding: 0px;
	margin-bottom: 32px;
	color: var(--yellow);
}

.main_form_submit {
	padding: 20px;
	font-size: 60px;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.15);
	border: 1px solid #fff;
	float: right;
	color: #fff;
	box-shadow: 6px 6px 12px rgba(255,255,255,0.4);
	margin-bottom: 40px;
}

#main_form input[type=text] {
	width: 400px;
	height: 54px;
	margin: 5px;
	border-radius: 6px;
	font-size: 48px;
	border-radius: 12px;
}

#main_form input[type=button] {
	padding: 20px;
	font-size: 60px;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.15);
	border: 1px solid #fff;
	float: right;
	color: #fff;
	box-shadow: 6px 6px 12px rgba(255,255,255,0.4);
	margin-bottom: 40px;	
}

#main_form label {
	width: 250px;
	display: inline-block;
	border-radius: 12px;
}

#main_form textarea {
	margin: auto;
	width: 100%;
	height: 300px;
	margin-top: 40px;
	font-size: 48px;
	margin-bottom: 40px;
	border-radius: 12px;
}

.main_form_container {
	margin: auto;
	width: 80%;
	font-size: 48px;
}

.main_form_container table {
	font-size: 48px;
	margin: auto;
	width: 100%;
	
	border: 1px solid var(--brown);
	margin: auto;
	border-spacing: 0px;
	box-shadow: 6px 6px 12px var(--table-header);
}

.main_form_container tr {
	height: 52px;
}

.main_form_container input[type=checkbox] {
	width: 32px;
	height: 32px;
}

.main_form_container tr:nth-child(even) {
	background-color: var(--table-dark);
}

.main_form_container tr:nth-child(odd) {
	color: #000;
	background-color: var(--table-light);
}

.main_form_container tr:first-child {
	background-color: var(--table-header);
	border-bottom: 1px solid var(--table-light);
	color: #fff;
}

.main_form_container td {
	border-right: 1px solid #000;
	padding-left: 6px;
	min-width: 40px;
	padding: 12px;
	padding-left: 24px;
}

.quote_list {
	width: 80%; 
	padding: 20px; 
	min-height: 60px;
	border: 1px solid var(--yellow); 
	border-radius: 6px; 
	background-color: rbga(255,255,255,0.75);
	margin: auto;
	list-style: none;
}

.quote_list input[type=checkbox] {
	width: 32px;
	height: 32px;
}

.add_to_quote {
	font-size: 64px;
	padding: 4px;
	width: 80px;
	height: 80px;
	display: block;
	border: 1px solid #fff;
	border-radius: 6px;
	float: right;
	margin: auto;
	text-align: center;
}

.panel_orange select {
	width: 80%;
	margin-bottom: 20px;
	font-size: 64px;
	border-radius: 12px;
}

.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: 32px;
    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;
    }
}

.e_table {
	width: 80%;
	font-size: 36px;
	margin: auto;
}

.e_table tr {
	height: 32px;	
}

.e_table tr:nth-child(even) {
	background-color: var(--blue);
}

.e_table tr:nth-child(odd) {
	color: #000;
	background-color: #fff;
}

.e_table tr:nth-child(odd) a {
	color: #000;
}

.e_table tr:first-child {
	background-color: var(--table-dark);
	border-bottom: 1px solid (--table-light);
	color: #fff;
}

.e_table td {
	border-right: 1px solid #000;
	padding-left: 6px;
	min-width: 40px;
	padding: 12px;
	padding-left: 24px;
}
	