@charset "UTF-8";
body {
	font-size: 1em;
	font-family: Times New Roman, "Hoefler Text", "Liberation Serif", Times, serif;
	color: #000000;
	text-decoration: none;
	background-size: auto auto;
	background-image: url(Assets/Graphics/backgroundImageWebsite.jpg);/*asset 100% my own*/
	background-repeat: repeat;
	background-attachment: fixed;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

header h1 a:link, header h1 a:visited {
	color: #000000;
	font-weight: normal;
	font-size: 3rem;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
header h1 a:hover, header h1 a:active {
	color: #000000;
	font-weight: normal;
	font-size: 3rem;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	border: none;
	text-decoration: none;
}


a:link, a:visited {
	color: #1CF1B8;
	text-decoration: none;
	
}


	
	
a:hover, a:active {
	text-shadow: 0px 0px;
	text-decoration: none;
	text-decoration-color: #1CF1B8;
	background-color: #FFFFFF;
	border-bottom: 2px solid #EB7EEC;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border: medium hidden #000000;
	height: auto;
	-webkit-box-shadow: 0px 10px 16px 5px rgba(59,59,59,0.15);
	box-shadow: 0px 10px 16px 5px rgba(59,59,59,0.15);
}
img{
	-webkit-box-shadow: 0px 5px 21px 3px rgba(59,59,59,0.15);
	box-shadow: 0px 5px 21px 3px rgba(59,59,59,0.15);
}
main h1 {
	color: #FF7EF9;
	font-variant: normal;
	font-size: 2rem;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	border-bottom: thick solid #ffff00;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
header h1 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-right: 0px;
	margin-left: 195px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-top: 0px;
}
#topNav ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
	list-style-type: none;
	margin-left: 280px;
	margin-right: 280px;
}
#topNav ul li {
	display: inline;
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: large;
}
header {
	/* [disabled]padding-bottom: 30px; */
}
main {
	padding-bottom: 30px;
	padding-left: 70px;
	padding-right: 70px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: large;
	padding-top: 30px;
}
#homeImg {
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 13px;
}
#homeImgright {
	padding-right: 10px;
	padding-left: 10px;
	border-top-right-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainHomeText {
	margin-left: 130px;
	margin-right: 130px;
	margin-bottom: 0px;
	float: none;
	clear: none;
	font-size: large;
}
footer {
	margin-top: 30px;
	border-top: 4px solid #000000;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 25px;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	clear: both;
}
.whoIsBumpernickle {
	width: 400px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 46px;
	padding-bottom: 100px;
	float: left;
	clear: both;
	margin-left: 40px;
}
#aboutImg {
	margin-bottom: 0px;
	margin-top: 18px;
	margin-left: 24px;
	margin-right: 40px;
	-webkit-box-shadow: 0px 5px 21px 5px rgba(59,59,59,0.15);
	box-shadow: 0px 5px 21px 5px rgba(59,59,59,0.15);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#aboutImagebelow {
	margin-left: 24px;
	margin-top: 50px;
	margin-bottom: 25px;
	margin-right: 40px;
	-webkit-box-shadow: 0px 5px 21px 3px rgba(59,59,59,0.15);
	box-shadow: 0px 5px 21px 3px rgba(59,59,59,0.15);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.homeVisitedunderline {
	border-bottom: 2px solid #EB7EEC;
}
.aboutVisitedunderline {
	border-bottom: 2px solid #EB7EEC;
}
