@charset "utf-8";


/*
	CIS 1406
	Final Project
	Jonnie Jucht
	styles page
	Filename: contact_styles.css
*/
body {
	font-family: "Balthazar", serif;
	font-weight: 600;
	font-style: normal;
}
div.box {
	color: black;
	width: 100%;
}
div.box h2 {
	margin-bottom: 5%;
	padding: 5px;
	font-size: 30pt;
	display: inline-block;
}
div.box label {
	font-size: 15pt;
	display: block;
	font-weight: bold;
}
div.box input[type="email"], div.box input[type="phone"] { 
	width: 30%;
	height: 20%;
	margin: 0 auto;
	border: 3px solid black;
	border-radius: 15px;
	font-size: 12pt;
	display: block;
	margin-bottom: 3%;
	text-align: center;
}
div.box textarea {
	width: 60%;
	height: 250px;
	margin-bottom: 3%;
	font-size: 12pt;
	border: 3px solid black;
	border-radius: 15px;
	padding: 1%;
}

div.box button {
	margin: 0px auto;
	height: 40px;
	width: 10%;
	font-size: 1em;
	display: block;
	margin-bottom: 5%;
}
div.box button:hover {
	background-color: rgb(255,136,77);
}
div.radio {
	margin-bottom: 2%;
}