body {
	background-color: hsl(193, 100%, 95%);
	font-family:"Roboto";
}

h1 {
	font-size: 2em
}


ul {
	background-color: hsl(193, 40%, 50%);
	border-radius: 5px;
	margin: 0px 1em 0px 1em;
	list-style-type: none;
	padding: 1em;
	color: white;
}

li {
	margin: 5px 0px 5px 0px;
}

ul li a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: white;
}

.link-light {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: white;
}

a {
	color: cadetblue;
	font-weight: bold;
	font-decoration: underline;
	font-style: italic;
}

.link-dark {
	color: cadetblue;
	font-weight: bold;
	font-decoration: underline;
	font-style: italic;
}

a span { 
	margin: 1em 0em 1em 0em;
	padding: 0.5em;
	background-color: hsl(193, 40%, 50%);
	border-radius: 5px;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

th {
	padding: 0em 0.5em 0em 0.5em;
	border-left-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
}

td {
	padding: 0.5em;
	border-left-style: solid;
	border-width: 1px;
}

nav {
	padding: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: hsl(193, 40%, 50%);	
}

article {
	margin: 1em;
}

.nav-logo {
	height: 90px;
}

.nav-heading {
	display:inline-block;
	height: 75px;
	vertical-align: bottom;
	margin: 0em 0.5em;
}

.nav-title {
	font-size: 2em;
}

.nav-subtitle {
	font-style: italic;
	font-size: 1em;	
}


