/*
	Portfolio 6
	Brian Diamond
	Date: 12/2/2021
*/

/* body */

body {
	background-color: #f0f8ff;
	background-image: url(images/ballbackground.jpg);
	background-repeat: no-repeat;
}

.align {
		text-align: center;
	}

img.alignleft {
		text-align: left;
}

strong {
		font-weight: bolder;
		font-variant: small caps;
}

em {
	font-weight: 700em;
}

li {
	color: purple;
	list-style-type: square;
	background-image: url(images/whitelist.jpg);
	padding-left: 15px;
	padding-bottom: 15px;
	line-height: 1.2em;
}

strong em {
		color: blue;
}
			
/* links */

a {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: green;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: green;
}

a:hover {
	color: purple;
	text-decoration: underline;
}

a:active {
	color: brown;
}

/* Heading styles */

h1 {
	font-size: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .2em;
	word-spacing: .5em;
	background-color: aqua;
	border-radius: 25px;
	border-top: solid thick white;
	border-bottom: solid thick white;
	color: blue;
	text-align: center;
}

h2 {
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url(images/h2heading.jpg);
	color: black;
	margin: 10px 10px 10px 10px;
}

}

img.left {
		float: left;
		margin: 0 10px 0 10px;
		
}

img.right {
		float: right;
		margin: 0 10px 0 10px;
}

.clear {
		clear: both;
}

/* paragraph */

p {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 2em;
	margin: 10px;
}
	
header {
	width: 1200px;
	border-radius: 25px;
	box-shadow: 15px 15px 15px 0 #888888;
	text-align: center;
	margin: 0 0 0 40px;
}

aside {
	width: 250px;
	margin: 0 5px 5px 5px;
	padding: 10px;
	float: right;
	background-color: aquamarine;
	font-weight: bolder;
	border: solid thick black;
}
	
nav {
	text-align: center;
	
	background-color: black;
	color: white;
}

#container {
	width: 1300px;
	border-width: 1px;
	margin: 0 auto;
	background-color: white;
}

footer {
	text-align: center;
	color: white;
	background-color: black;
	padding: 10px 10px 10px 10px;
	text-transform: capitalize;
	clear: both;
	border: solid thick gray;
}
	
#main {
	background-color: gray;
	width: 975px;
	float: left;
	color: white;
	border: solid thick black;
	margin: 0 0 15px 15px;
}

