@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: white;
	color: black;
	text-align: center;
}
h2 {
	text-decoration: underline;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.footer {
	bottom: 0;
	width: 100%;
	position: fixed;
	background-color: #00264d;
	color: white;
	margin: 0;
	padding: 0;
	overflow: hidden;
	left: 0;
	box-shadow: 0px -10px 20px rgba(0,0,0,0.75);
}
li {
	display: inline-block;
}
li a {
	display: block;
	border: none;
	transition-duration: 0.4s;
	text-decoration: none;
	color: white;
	padding: 0px 16px;
}
li a:hover {
	background-color: #f2f2f2;
	border-radius: 4px;
	color:black;
}
div a {
	color:black;
}
input {
	padding: 6px 20px;
	border:none;
	border-bottom: 2px solid black;
	text-align:center;
	color:#00264d;
	font-weight:bold;
}
.logo {
	font-variant: small-caps;
	padding: 16px 16px;
	background-color: white;
	border: none;
	box-shadow: -10px 0px 5px -5px rgba(0,0,0,0.2), 10px 0px 5px -5px rgba(0,0,0,0.2);
	width: 300px;
	line-height: 0px;
	color: black;
}
.logo:hover {
	background-color: white;
}
.logo:active {
}
.left {
	float: left;
	background-color: white;
	width: 100px;
	padding: 16px 16px;
	font-size: 16px;
	color: black;
}
.right {
	float: right;
	background-color: white;
	width: 125px;
	padding: 16px 16px;
	font-size: 16px;
	color: black;
}
.menu {
	width: 100%;
	position: fixed;
	background-color: #00264d;
	color: white;
	margin: 0;
	padding: 0;
	overflow: hidden;
	left: 0;
	top: 71px;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.75);
}
.project {
	display: inline-block;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	margin: 10px;
}
.project:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.5), 0 17px 50px 0 rgba(0,0,0,0.5);
}
.projectbar {
	width: 100%;
	background-color: #00264d;
	color: white;
	margin: 0;
	padding: 0;
	overflow: hidden;
	left: 0;
}
.button {
	padding: 15px 32px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	font-size:16px;
	width:225px;
	margin: 4px 4px;
	background-color:white;
	color:#00264d;
	border: 2px solid #00264d;
}
.button:hover {
	background-color:#00264d;
	border: 2px solid #00264d;
	color:white;
}
.links {
	padding: 15px 32px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	font-size:16px;
	width:150px;
	margin: 4px 4px;
	background-color:white;
	color:#00264d;
	border: 2px solid #00264d;
}
.links:hover {
	background-color:#00264d;
	border: 2px solid #00264d;
	color:white;
}