@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Light.ttf") format('truetype');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Light.ttf") format('truetype');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
	font-family: 'Gibson';
	src: url("../fonts/Gibson-Light.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gibson';
	src: url("../fonts/Gibson-SemiBold.ttf") format('truetype');
	font-weight: bold;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5em;
	color: black;
	background-color: #eee;
}

input, button, a {
	transition-property: background-color, color, border-color;
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;
}

a {
	color: rgb(0, 44, 119);
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 20px;
	font-weight: 400;
}

div.container {
	margin: auto;
	color: black;
	background-color: white;
}

div.top {
	padding-top: 20px;
}

div.test {
	position: absolute;
	top: 0px;
	right: 4px;
	font-weight: bold;
	color: red;
}

div.tint {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
}

div.menu {
	text-align: center;
	text-transform: uppercase;
	padding-top: 15px;
}
div.menu a {
	display: inline-block;
	padding: 15px;
	text-decoration: none;
	color: black;
}
div.menu a:hover,
div.menu a.active {
	background-color: #eee;
	color: black;
}

.processing-textarea {
	width: 100%;
    height: 85px;
   	resize: vertical;
}

hr {
	margin: 0 auto;
	padding: 0;
	max-width: 100px;
	color: #555;
	border: 2px solid #555;
}

div.page {
	padding: 20px;
}
.search-field {
	width: 150px;
	margin: auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 15px;
	text-align: center;
}

div.footer {
	color: rgb(0, 44, 119);
    background-color: #eee;
	padding: 20px 20px;
	font-size: 15px;
}

div.footer p {
	line-height: 1.5em;
	width: 400px;
}

div.footer a,
div.footer a:hover {
	color: rgb(0, 44, 119);
	text-decoration: none;
}

table.form th {
	font-weight: bold;
}

table.results thead,
table.results thead a {
	background-color: #eee;
	color: black;
	font-weight: bold;
}
#fileUploadContainer {
    min-height: 100px;
    border: 2px dashed #bbb;
    padding: 0 5px 0 5px;
}
#fileUploadContainer a {
	margin-left: 5px;	
}

button {
    border: 0;
    color: white;
    background-color: white;
    color: black;
    padding: 5px 8px;
    font-weight: bold;
    font-size: 14px;
	text-transform: uppercase;
	border: 2px solid black;
}


