@import url('https://fonts.googleapis.com/css2?family=Didact Gothic&display=swap');

@font-face {
    font-family:'ChunkFiveEx';
    src: url('Chunkfive-Ex.woff') format('woff');
}

body {
    font-family: 'Didact Gothic', sans-serif;
    background-color: #fcfced;
    padding: 25px;
}

h2 {
    font-family:'ChunkFiveEx';
    font-style:normal;
    font-weight:400;
    color: #006099;
}

a, a:hover
{
	color: #006099;
	text-decoration: underline;
}


input, textarea, select
{
	font-family: 'Didact Gothic', sans-serif;
	border: 1px #006099 solid !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #006099 !important;
	max-width: 100%;
	outline: 0 !important;
	box-shadow: none;
	background-color: #fff !important;
	margin-bottom: 15px;
	padding: 10px;
}


#submitform
{
    margin-top: 25px;
	color: #fcfced !important;
	border: 2px solid #006099 !important;
	background-color: #006099 !important;
}