@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;
}

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: #888;
}

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

a {
	color: #9b1c51;
	text-decoration: none;
}

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 {
	background-image: url(../pics/Novum-bg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	backgruond-size: cover;
	position: relative;
	height: 125px;
}

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

div.tint {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(117, 174, 221, 0.58);
}

span.logo {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 4px solid white;
	padding: 19px;
	font-family: "Raleway", sans-serif;
	font-weight: bold;
	font-size: 38px;
}
span.logo::after {
	content: "NOVUM";
}

div.menu {
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}
div.menu a {
	display: inline-block;
	padding: 15px;
	text-decoration: none;
}
div.menu a:hover,
div.menu a.active {
	background-color: #f7f6f1;
	color: #333;
}

div.appName {
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	font-size: 200%;
	line-height: 2em;
	margin: 0;
	padding: 0;
	text-align: center;	
}

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

div.page {
	padding: 20px;
}

div.footer {
	color: #333;
    background-color: rgb(174, 190, 200);
	padding: 20px 100px;
	font-size: 15px;
}

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

div.footer a,
div.footer a:hover {
	color: #333;
	text-decoration: none;
}

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

table.results thead,
table.results thead a {
	background-color: rgb(174, 190, 200);
	color: black;
	font-weight: bold;
}

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