/* reset*/
* {
	margin:0; padding:0;
}
 
body {
	font:100%  Georgia, Avenir, Avenir Light; background:#231F20;
}

form, input, select, textarea {
	margin:0; padding:0; color:#eaeaea;
}

.row::after{
    content: "";
    clear: both;
    display: block;
}

form {	/* the area and style of the form "box" */ 
	margin: 0 auto;
	padding: 10px; 
	width: 500px; 
	background: inherit; 
	position: relative; 
	top: 30px;
	border: 1px solid #262626;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px; 
	border-radius: 20px;
}

form h1 {	/* the style for the header inside the form */ 
	color: #eaeaea;
	font-size: 18px;
	text-transform: uppercase; 
	padding: 5px 0 5px 5px;
}

form label {	/* the style for the labels */ 
	width: 100%;
	display: block; 
	background: #1C1C1C;
	border-top: 1px solid #AD974F; 
	border-bottom: 1px solid #161712; 
	padding: 10px 0 10px 0;
}

form  label p {	/* the style for the labels */ 
	display: block;
	color: #eaeaea; 
	font-size: 12px; 
	float: left; 
	width: 100px; 
	text-align: right;
	padding: 5px 20px 0 0;
}


form .input_text, .message { 
	background: #262626;
	border-bottom: 1px double #171717; 
	border-top: 1px double #171717; 
	border-left: 1px double #333333; 
	border-right: 1px double #333333;
}

form .input_text {	/* the style for the input text */ 
	padding: 10px 10px;
	width: 250px;
}

form .phone_number {	/* the style for the phone number input */ 
	padding: 10px 10px;
	width: 250px;
}

form .message {	/* the style for messages */ 
	padding: 7px 7px; 
	width: 350px; 
	overflow: hidden; 
	height: 150px;
}

form .button {	/* the style for the buttons */ 
	margin: 0 0 10px 0;
	padding: 4px 7px; 
	background: #AD974F; 
	border: 0px; 
	position: relative; 
	top: 10px; 
	left: 360px; 
	width: 100px;
	border-bottom: 1px double #AD974F; 
	border-top: 1px double #AD974F; 
	border-left: 1px double #AD974F; 
	border-right: 1px double #AD974F;
}

.contact-form{
    padding-top: 80px;
    background-color: #231F20;
}

.contact-row{
    width: 100%;
    background-color: #231F20;
    padding-top: 100px;
}


.footer {
    background-color: #231F20;
    width: 100%;
    text-align: center;
    color: blue;
}
