@charset "UTF-8";

body {
	background-color: rgba(22,62,81,1.00);
	color: rgba(22,62,81,1.00);
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	font-weight: 800;
}


#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(203,219,240,1.00);
	border-radius: 0px;
	height: auto;
	text-align: center;
}
#top  {
	padding-top: 10px;
}
#top h1  {
	font-family: Baumans;
	font-size: 4rem;
	background-color: rgba(203,219,240,1.00);
	margin-top: 0px;
}
#top p {
	border-bottom: 4px solid rgba(22,62,81,1.00);
	padding-bottom: 25px;
	padding-top: 0px;
	margin-top: -40px;
}

footer {
	border-bottom-width: 0px;
	padding-bottom: 15px;
	padding-top: 0px;
	border-top-width: 4px;
	border-top-style: solid;
}


ul li {
	list-style-type: none;
}

#introSection {
  text-align: center; 
}


.introText,
.introImage {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 50px;
}



#courseProjects ul li p {
	margin-left: 6px;
	margin-right: 6px;
}
.introText {
	padding-top: 70px;
	text-align: left;
}
#courseProjects  {
	border-top-width: 4px;
	border-top-style: solid;
	padding-top: 20px;
	padding-bottom: 25px;
	text-align: center;
}


#courseProjects ul {
	text-align: center;
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
}

#courseProjects li {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	text-align: left;
	background-color: #CBDBF0;
	padding: 1em;
	border-radius: 8px;
	margin-right: 20px;
	margin-left: 20px;
	border-width: 2px;
	border-style: dotted;
}

a:link, a:visited {
	text-decoration: underline;
	color: rgba(127,41,39,1.00);
}
a:hover, a:active {
	color: rgba(244,115,111,1.00);
	text-decoration: underline;
}
#resources  {
	background-color: rgba(221,229,243,1.00);
	margin-bottom: 0px;
	padding-bottom: 25px;
	padding-top: 20px;
	border-top-width: 4px;
	border-top-style: solid;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}
main p  {
	padding-bottom: 15px;
}
main img  {
	border: 0.3em solid rgba(22,62,81,1.00);
	-webkit-box-shadow: 0px 0px 8px;
}
footer h1  {
	text-align: center;
	font-family: Baumans;
	color: rgba(72,78,132,1.00);
	font-size: 1.5rem;

}
#container footer {
	padding-top: 10px;
	padding-bottom: 15px;
}
footer #contact ul li a {
	text-decoration: none;
	width: auto;
	margin-left: -15px;
}


main h1 {
	font-family: Baumans;
	color: rgba(72,78,132,1.00);
	font-size: 2rem;
	font-variant: normal;
	font-style: normal;
	font-weight: 2000;
}
#resources h1 {
	font-family: Baumans;
	color: rgba(72,78,132,1.00);
	font-size: 1.5rem;
}


main h2 {
	font-weight: 900;
	font-family: Baumans;
	color: rgba(72,78,132,1.00);
	font-size: 1.5rem;
}
#resources ul li {
	/* [disabled]margin-left: -5px; */
	padding-right: 45px;
}
