@font-face {
	font-family: "Bauhaus";
	src: url(../fonts/bah.eot);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Bauhaus";
	src: url(../fonts/bah.ttf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Bauhaus";
	src: url(../fonts/bah.otf);
	font-weight: normal;
	font-style: normal;
}

@keyframes linkEnterAnimation {
	0% { 
		color: #999cac; 
		
	}
	100% { color: inherit; }
}

@keyframes linkExitAnimation {
	0% { color: black; }
	100% { color: inherit; }
}

@keyframes buttonAnimation {
	0% { 
		background-color: #dbe1ec;
		color: inherit;
		border-color: #1982de;
	}
	100% { 
		background-color: #1982de; 
		color: #e9e9e9;
		border-color: #dbe1ec;
/* 		font-weight: bold; */
	}
}

body {
	margin: 0;
	background-color: #dbe1ec;
/* 	background-color: #eeeeee; */
/* 	background-color: #00538d; */
/* 	background-color: #000f6c; */
	text-align: center;
	font-family: sans-serif;
}

.master {
	display: inline-block;
	width: 750pt;
}

.headerBackground {
	position: absolute;
/* 	background-color: rgba(25, 130, 222, 0.08); */
	height: 50pt;
	width: 100%;
}

header {
	position: relative;	
	text-align: right;
	height: 50pt;
}

header img {
	height: 20pt;
	vertical-align: baseline;
	position: absolute;
	left: 10pt;
	top: 14pt;
}

header .title {
	font-family: Bauhaus, sans-serif;
	font-size: 25pt;
	position: absolute;
	left: 10pt;
	top: 5pt;
}

header .title a {
	color: #999cac;
	animation: linkExitAnimation 0.75s 1 normal; 
	text-decoration: none;
}

header .title a:hover {
	color: black;
	animation: linkEnterAnimation 0.75s 1 normal; 
}

nav {
	font-family: sans-serif;
	font-size: 11pt;	
	display: inline-block;
	position: relative;
	top: 18pt;
	left: 0pt;
	margin-right: 10pt;
}

nav a { 
	text-decoration: none;
	font-weight: lighter;
	margin-left: 20pt;
	color: #999cac;
	animation: linkExitAnimation 0.75s 1 normal; 
}

nav a:hover {
	color: black;
	animation: linkEnterAnimation 0.75s 1 normal; 
}

.horizontalBorder {
		background: linear-gradient(to right, rgba(255,255,255,0), rgba(0, 0, 0, 0.3) , rgba(255,255,255,0));
	height: 1px;
	width: 100%;
}

article {
	text-align: center;
	font-family: sans-serif;
	font-weight: lighter;
	color: grey;
}

article a {
	font-style: normal;
	text-decoration: inherit;
	color: inherit;
}

article h1 {
	font-weight: lighter;
	font-size: 35pt;
	color: black;
	text-transform: capitalize;
}

#general {
	padding: 10pt;
}

#general h2 {
	font-weight: lighter;
	font-size: 14pt;
	color: black;
}

.button {
	display: inline-block;
	width: 120pt;
	margin: 25pt;
	margin-top: 15pt;
	color: #1983df;
	padding: 15pt;
	border: 1px solid #1983df;
	border-radius: 5pt;
	font-weight: bold;
	animation: buttonAnimation 0.25s 1 reverse; 
}

.button:hover {
	background-color: #1982de; 
	color: #e9e9e9;
	border-color: #e9e9e9;
/* 	font-weight: bold; */

	animation: buttonAnimation 0.25s 1 normal; 
}

#whiteBackground {
	background-color: #f8f8f8;
	padding-bottom: 20pt;
}

#reviews img {
	width: 500pt;
	margin-top: 30pt;
}

#reviews p {
	display: inline-table;
	width: 200pt;
	color: grey;
	font-style: italic;
	margin: 20pt;
	text-align: left;	
}

#reviews p img {
/* 	display: inline-block; */
	width: 32pt;
/* 	float: left; */
	vertical-align: middle;
/* 	position: relative; */
/* 	right: 0; */
}

#reviews .by {
	display: inline-block;
	position: relative;
	text-align: right;
	width: 100%;
	color: #1983df;
	top: -20pt;
	font-weight: bold;
}

#spacer {
	display: inline-block;
	width: 30pt;
}

#madefor {

}

#madefor img {
	height: 40pt;
	margin-bottom: 20pt;
/* 	padding: 20pt; */
/* 	margin-right: 50pt; */
}

footer {
	background-color: #3a3b49;
	color: #999cac;
	font-weight: lighter;
	font-size: 9pt;
	padding: 15pt;
/* 	margin-top: 20pt; */
}

footer nav {
	display: inline-block;
	text-decoration: none;
	border: none;
	position: relative;
	top: 0pt;
	font-size: 9pt;
}

footer nav a {
	text-decoration: none;
	color: white;
	position: relative;
	top: 0pt;
	animation: none;
}

footer nav a:hover {
	text-decoration: underline;
	animation: none;
	color: white;
}