#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: left;
	font-size: 14px;
}

#form-notice {
    padding-bottom: 16px;
	font-family: "canto", serif;
	color: #b5923b;
}

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

/* - */

#contact-submit {
	justify-self: center;
	padding: 8px 32px 6px;
	background-color: #90A792;
	color: #fff;
    border-radius: 32px;
    
    font-size: 1.5em;
    font-family: "canto", serif;
    
    border-color: #fff;
    border-style: none;

	transition: opacity ease .2s;
}

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

.checkbox {
	justify-items: start;
}

#contact p {
	font-size: 14px;
}

.shove {
  
    justify-self: baseline;
    text-align-last: start;
    align-items: baseline;
  grid-template-columns: repeat(2, 1fr);
}

.sum {
    text-align: center;
}