@charset "UTF-8";

#container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

html{background-image:url(Master/FinalSiteRoot/neonLeaves.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(neonLeaves.jpg);
}
	
	h1{
	font-family: 'Bungee Shade', cursive;
	color: #D5D3D9;
	text-align: center;
	-webkit-box-shadow: 20px 0px;
	box-shadow: 20px 0px;
	opacity: 1;
}
	h2{
	font-family: 'Bungee Inline', cursive;
	text-align: center;
	font-size: 31px;
	color: #FFFFFF;
	background-color: #38A69B;
	-webkit-box-shadow: 0px 0px 5px 5px;
	box-shadow: 0px 0px 5px 5px;
	background-size: contain;
	background-position: 0% center;
}
	p{
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	text-align: justify;
	clear: none;
	float: none;
	background-size: cover;
}
	nav{
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	list-style-type: none;
	display: inline;
	text-align: center;
}
nav ul {
	font-family: 'Open Sans', sans-serif;
	list-style-type: none;
	text-align: center;
	color: #FFFFFF;
}
#container h1 {
	color: #A60F62;
	font-size: 62px;
	background-color: #000000;
	background-size: contain;
	-webkit-box-shadow: 0px 0px 12px 7px #38A69B;
	box-shadow: 0px 0px 12px 7px #38A69B;
}
nav ul li a:link {
	color: #FFFFFF;
}
nav ul li a:hover {
	color: #F285EB;
}
nav ul li a:visited {
	color: #A60F62;
}
#ArtLooks {
}

#ArtLooks h1 {
	font-family: 'Bungee Shade', cursive;
	text-align: right;
	color: rgba(175,175,175,1.00);
	font-size: 45px;
	background-color: #000000;
	padding: 10px
}
#ArtLooks p {
	background-color: #827C8A;
	padding: 10px;
	text-align: center;
}
#everydayLooks {
	padding: 10px;
	width: auto;
}
#everydayLooks h1 {
	font-family: 'Bungee Shade', cursive;
	text-align: left;
	color: rgba(175,175,175,1.00);
	font-size: 45px;
	padding: 10px;
	background-color: #000000;
}
#everydayLooks p {
	background-color: #827C8A;
	text-align: center;
}
#aboutMe h1 {
	font-family: 'Bungee Shade', cursive;
	background-color: #000000;
	padding: 10px;
	font-size: 45px;
}
#aboutMe p {
	padding: 10px;
	background-color: #827C8A;
	text-align: center;
}
main #ArtLooks img {
	padding-right: 10px;
	margin-top: 10;
	margin-right: 10;
	margin-left: 10;
	margin-bottom: 10;
	width: auto;
	padding-left: 0px;
}
main #everydayLooks img {
	padding-right: 10px;
	width: auto;
	margin-top: 10;
	margin-right: 10;
	margin-left: 10;
	margin-bottom: 10;
	padding-left: 0px;
}
main #aboutMe img {
	padding-left: 326px;
}
#container footer a:link  {
	font-family: 'Bungee Shade', cursive;
	font-size: 40px;
	color: #50F2E2;
	background-color: #000000;
	text-align: center;
}
#container footer a:visited  {
	font-family: 'Bungee Shade', cursive;
	font-size: 40px;
	color: #F285EB;
	background-color: #000000;
	text-align: center;
}
#container footer a:hover  {
	font-family: 'Bungee Shade', cursive;
	font-size: 40px;
	color: #F2389E;
	background-color: #000000;
	text-align: center;
}
#container footer {
	text-align: center;
	left: 30px;
}
