@charset "utf-8";

/* CSS Document */

body {
	background-color: #4375cc;
	background-image: url(images/cnc-services-background.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	color: #000;
	text-align: center;
}

h2 {
	font-family: 'EB Garamond', serif;
	font-size: 26px;
	color: #000;
	text-align: center;
	font-weight: lighter;
}

h3 {
	font-family: 'EB Garamond', serif;
	font-size: 22px;
	color: #FFF;
	text-align: center;
	letter-spacing: 2px;
}

h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	color: #000;
	text-align: center;
}

h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #000;
	text-align: center;
}

label {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

td input {
	padding: 4px;
	height: 25px;
	margin-bottom: 10px;
}

td textarea {
	padding: 4px;
}

.button input {
	padding: 4px;
	background-color: #325189;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	margin: 10px;
	width: 160px;
	height: 50px;
	font-weight: bold;
	letter-spacing: 2px;
}
