@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0;
}
.container {
	margin: auto;
	width: 100%;
	background-color:white ;

}
.navbar {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;

	background-color:#ffb000;
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding-top: 10px;

}
.navbar li {
	display: inline-block;
	list-style: none;
	margin-bottom: -16px;
}
.navbar li a {
	display: block; 
	color: rgb(0, 0, 0);
	padding: 20px 20px;
	text-decoration: none;
}
.content {
	margin: auto;
	padding: 10px;
 	width: 80%;	
	 background-color: white;		}

.content p
{font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;	}
h1 {
	color: #1F4690
}
h2 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 145px;
	font-family: Arial, Helvetica, sans-serif;

}
h3 {	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
}
.container header {
	text-align: center;
	margin-bottom: 20px;
}
.links {
	float: left;
	padding-left: 20px;
}
.links a {
	color: #333;
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
}
.twitter-timeline {
	float: left;
}
.reading {
	padding: 0px 150px;
}
.list{
	padding: 0px 200px;
}

.reading a {
	color: #DB6451;
	text-decoration: none;
}
.reading a:hover {
	text-decoration: underline;
}
.contact {
	padding: 0px 150px;
}
.assignments {
	padding: 0px 150px;
}
ol {
	padding-right: 200px;
	padding-left: 200px;
}
ul {
	padding-right: 200px;
	padding-left: 200px;
}
h3 a {
	color: #DB6451;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
/*changed background color, font family, added headings & adjusted padding to fit pictures better on the site*/