@charset "UTF-8";
/* CSS Document */
/* Color Palette
#000935 - Prussian Blue
#d3d3d3 - Light Gray
#f3e1c7 - Light Cream
#939799 - Medium Gray
*/

body {
	background-color: white;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	margin: 10px;
	padding: 10px;
}

header img {
	margin: 20px;
	border-radius: 50%;
}

nav {
	background-color: #000935;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	line-height: 24px;
	margin: 10px;
	padding: 10px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	text-align: center;
	display: inline;
}

h1 {
	background-color: white;
	font-family: 'Work Sans', sans-serif;
	font-weight: 800;
	font-size: 48px;
	text-align: center;
	line-height: 50px;
	margin: 10px;
	padding: 10px;
}

h2 {
	background-color: white;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	margin: auto;
	width: 800px;
}

h3 {
	background-color: white;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	line-height: 20px;
	margin: auto;
	width: 800px;
	border-radius: 20px;
}

div {
	background-color: black;
}

p {
	background-color: white;
	margin: 5px;
	text-align: justify;
	width: 600px;
	border-radius: 20px;
}

a {
	color: #939799;
	text-decoration: none;
	padding: 2px;
	margin: 10px;
}

a body {
	color: #939799;
	text-decoration: none;
	padding: 10px;
	margin: 10px;
}

a:visited {
	background-color: #939799;
}

a:hover {
	color: #939799;
	
}

table {
	background-color: white;
	font-size: 24px;
	text-align: center;
	margin: auto;
	width: 800px;
}

tr {
	font-weight: 400;
	line-height: 30px;
	padding: 5px;
}

td {
	border: 1px solid;
}

.first {
	border: none;
}

blockquote {
	color: #939799;
}

footer p {
	font-size: 10px;
	text-align: center;
	margin: auto;
	width: 400px;
}