#contact {
	display: grid;
	grid-gap: 16px;
	padding-top: 16px;
	width: 99%;
}

/*
fieldset {
    border-color: #fff;
    border-style: none;
    text-align: center;
    text-align: -webkit-center;
}
*/

input,
textarea {
	padding: 8px 0 8px 16px;
	width: calc(100% - 16px);
	border: dashed 1px #ccc;
	font-family: "Montserrat", Helvetica, Arial, "sans-serif";
}

label {
	text-align: center;
}

#form-notice {
	padding-bottom: 16px;
}

#form-message {
	height: 96px;
	resize: none;
}

/* - */

#contact-submit {
	justify-self: center;
	padding: 8px 32px 6px;
	background-color: #ab0e0e;
	color: #fff;
	border-radius: 32px;

	font-size: 1.5em;
	font-family: "Montserrat", Helvetica, Arial, "sans-serif";

	border-color: #fff;
	border-style: none;

	transition: opacity ease 0.2s;
}

#contact-submit:hover {
	cursor: pointer;
	opacity: 0.5;
}
