@charset "UTF-8";
body {
	background-color:#FFF896;
	
}
#name{
    width: 625px;
    height: 140px;
    background-image: url("Project 1/images/editedimages/name.png");
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: 40px;
}
#name:hover {
background-image:url("Project 1/images/editedimages/name-hover2.png");
}


nav {
    width: 750px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
header {
	
}
#chocolate {
	width: 150px;
	margin-right: 50px;
	float: left;
	position: relative;
}

#gummy-bear {
	Width: 150px;
    margin-right: 50px;
    position: relative;
	float: left;
}

#lollipop {
	Width: 150px;
    margin-right: 50px;
    position: relative;
    float: left;
}

#airhead {
	Width: 150px;
    position: relative;
 float: left;
	margin: 0;
}

.chocolate-icon, .gummy-bear-icon, .lollipop-icon, .airhead-icon {
    width: 150px;
    height: 150px;
    background-image: url("Project 1/images/sprite-art.gif");
    background-repeat: no-repeat;
    overflow: hidden;
    transition: background .6s ease-in-out;
    border-radius: 12px;
}

.chocolate-icon {
	background-position: 0px 0px;
}

.chocolate-icon:hover {
	background-position: 0px -150px;
}

.gummy-bear-icon {
	background-position: -150px 0px;
}

.gummy-bear-icon:hover {
	background-position: -150px -150px;
}
.lollipop-icon {
background-position: -300px 0px;
}

.lollipop-icon:hover {
	background-position: -300px -150px;
}
.airhead-icon {
	background-position: -450px 0px;
}

.airhead-icon:hover {
	background-position: -450px -150px;
}

li a {
	display: block;
	width: 140px;
	padding-left: 10.5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	Font-size: .8em;
	Text-transform: uppercase;
	line-height: 32px;
	background-color: #FFFEE7;
	color: black;
	border-bottom: 2px dotted #dcd2cd;
}
a.inspirational {
    background-color: rgba(255,59,86,1.00);
    border-bottom: none;
    margin-top: 25px;
    text-align: center;
    color: white;
    text-indent: -7px;
	transition: all .3s ease-in-out;
}
a.resources {
    margin-top: 25px;
    border-bottom: none;
    background-color: #0BAB28;
    text-align: center;
    color: white;
    text-indent: -8px;
	transition: all .3s ease-in-out;
}

a.other {
	background-color: #05989E;
	border-bottom: none;
	margin-top: 25px;
	color: white;
	text-indent: 7px;
	transition: all .3s ease-in-out;
}

a.projects {
    background-color: #D671F7;
    border-bottom: none;
    margin-top: 25px;
    text-align: center;
    color: white;
    text-indent: -10px;
	transition: all .3s ease-in-out;
}


a {
text-decoration: none;
}

ul.submenu {
    left: -8000em;
    overflow: hidden;
    position: absolute;
    max-height: 0px;
    transition: max-height 2.5s ease-in-out;
    text-align: center;
    text-indent: -10px;	
}

ul.submenu li a:hover {
	background-color: #F3A85D;
		border-bottom: 2px solid #aea8a5;
	transition: all .3s ease-in-out;
	color: white;
	letter-spacing: .08em;
}

.topmenu li:hover ul.submenu {
	left: 0;
	max-height: 500px;
}

li:hover a.inspirational {
	color: black;
	background-color: #FFCACB;
	letter-spacing: .25em;
}


li:hover a.resources {
	color: black;
	background-color: #B4FFBF;
	letter-spacing: .3em;
}

li:hover a.other {
	color: black;
	background-color: #C4F4FC;
	letter-spacing: .06em;
	
}


li:hover a.projects{
     color: black;
	background-color: #FFB5F9;
	letter-spacing: .3em;
 }
