/* CSS Document */


body div.wrap article section {
	/*padding: 2rem 1rem 2rem 1rem;*/
}

body div.wrap article section h1 {
	margin: 0 0 2rem 0;
}

body div.wrap article section h2 {
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
}

body div.wrap article section p {
	font-size: 1.1rem;
	padding: 0 0 0 0;
	margin:  2rem 0 2rem 0;
	text-align: center;
}

body div.wrap article section form {
	width: 100%;
	height: auto;
	padding: 1rem 2rem 1rem 2rem;
}

body div.wrap article section form table {
	width: 100%;
	height: auto;
}
body div.wrap article section form table tr {

}
body div.wrap article section form table tr th {
	width: 30%;
	height: auto;
	padding: 1.5rem 1rem 1rem 1rem;
	margin: 0 0 0 0;
	font-weight: normal;
	background-color: rgba(222, 105, 135, .5);
	border-bottom: 1px solid #999;
}
body div.wrap article section form table tr td {
	width: 70%;
	height: auto;
	padding: 1.5rem 1rem 1rem 1rem;
	margin: 0 0 0 0;
	border-bottom: 1px solid #999;
}
body div.wrap article section form table tr td input {
	width: 100%;
	height: auto;
	padding: .5rem 1rem .5rem 1rem;
	border-radius: .7rem;
	border: 1px solid #666;
}
body div.wrap article section form table tr td textarea {
	width: 100%;
	height: auto;
	min-height: 12rem;
	padding: .5rem 1rem .5rem 1rem;
	border-radius: .7rem;
	border: 1px solid #666;
}
body div.wrap article section form table tr td[colspan='2'] {
	text-align: center;
}
body div.wrap article section form table tr td input[type='submit'] {
	width: 15rem;
	height: auto;
	padding: 1rem 1rem 1rem 1rem;
	margin: 1rem auto;
	text-align: center;
	cursor: pointer;
}
body div.wrap article section form table tr td input[type='submit']:hover {
	opacity: .7;
}


@media only screen and (max-width: 480px) {

	body div.wrap article section {
		padding: 1rem 1rem 1rem 1rem;
	    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1) 20%), url("../images/quality-01.jpg");
		background-position: right 7rem;
	}
	body div.wrap article section h1 {
		text-align: center;
		font-size: 1.5rem;
		font-weight: normal;
		margin: 0 0 12rem 0;
	}
	body div.wrap article section p {
		padding: 0 0 0 2.5rem;
	}

}

