body{
	margin:0;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
a{
	text-decoration:none;
	color:#f4c47e;
}
.title{
	text-align:center;
	font-size:24px;
	padding:50px 0;
	font-weight:600;
	color:#fff;
	background-color:#8b5045;
}
.content{
	margin:auto;
	width:800px;
	max-width:95%;
	margin-top:50px;
}
.first-row{
	overflow:auto;
}
.name, .phone, .email, .address, .referral, .name2, .email2, .phone2{
	float:left;
	background-color:rgb(250,250,250);
	width:230px;
	height:21px;
	padding:15px 0 15px 20px;
	border-radius:15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:center;
	color:#333;
}
.name2{
	width:calc(100% - 20px);
	text-align:left;
}
.email2, .phone2{
	width:calc((100% - 65px) / 2);
	text-align:left;
}
.email2 input, .phone2 input{
	width:80%;
    margin-left:15px;
}
.name2 input{
	width:40%;
    margin-left:15px;
}
.name, .phone, .phone2{
	margin-right:25px;
}
.name, .phone, .email, .name2, .email2, .phone2{
	margin-top:50px;
}
.service{
	float:left;
	border:1px solid #8b5045;
	padding:5px 10px;	
	width:max-content;
	border-radius:10px;
	color:#8b5045;
}
.price{
	float:right;
	margin-left:15px;
	color:#fff;
	background-color:#8b5045;
	padding:5px 10px;
	border-radius:10px;
}
.time{
	float:right;
	color:#fff;
	background-color:#8b5045;
	padding:5px 10px;
	border-radius:10px;
}
.price>span, .time>span, .service>span{
	margin-right:10px;
	color:#f4c47e;
}
.name>span, .phone>span, .email>span, .address>span, .referral>span, .name2>span, .email2>span, .phone2>span{
	color:#f4c47e;
	float:left;
}
span>i{
	font-size:20px;
}
.address{
	margin-top:50px;
	width:505px;
	cursor:text;
}
.referral{
	margin:50px 0 0 25px;
	cursor:text;
}
input[type=text]{
	margin-left:30px;
	width:calc(100% - 40px);
	display:block;
	background-color:rgb(250,250,250);
	font-size:16px;
	color:#333;
	border:0;
}
textarea{
	background-color:rgb(250,250,250);
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:16px;
	color:#333;
	width:100%;
	margin-top:25px;
	border-radius:15px;
	border:0;
	resize:none;
	height:200px;
	padding:20px;
}
input[type=submit]{
	margin:25px 0 50px 0;
	float:left;
	padding:15px 0;
	font-size:18px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	width:200px;
	text-align:center;
	color:#fff;
	border:0;
	background-color:#8b5045;
	border-radius:15px;
    cursor:pointer;
}
.hidden{
	display:none;
}
.hiddeninput{
	border:0;
    background-color:transparent;
    color:inherit;
    font-size:16px;
}
@media only screen and (max-width: 842px) {
	.time, .price, .service, .name, .phone, .email, .address, .referral{
		width:calc(100% - 20px);
		margin-right:0;
		margin-left:0;
	}
	.referral, .phone, .email, .time, .price, textarea, input[type=submit]{
		margin-top:15px;
	}
	.service{
		width:calc(100% - 22px);
	}
}