body {
	
	
	word-wrap:break-word !important;
    font-family: 'Quicksand', sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 60px;
	text-align: center;
	color: #FFF;
	margin-top: 150px;
    font-family: 'Russo One', sans-serif;
	}
h1 span {
	color: #FF4649;
}
#container {
	margin: 0 auto;
	
}
 
nav2 {
	margin: 35px 0;
	background-color: #FFF;
}
nav2 ul {
	padding: 0;
        	margin: 0;
	list-style: none;
	position: relative;
	padding: 2px 5px 2px 4px;/* 4px 10px 4px 8px;  */
	z-index: 1000;
	[B]position:relative;[/B]

	}	
nav2 ul li {
	display:inline-block;
	background-color: #E1C7C8;/*#E1ACB4; #8EB38E; #FFA4E9;/*
*/
	}
nav2 a {
	display:block;
	padding:0 10px;	/*0  10px  */
	color:#000;
	font-size:12px;
	line-height: 40px;/* adjust height of box   60*/
	text-decoration:none;
	font-weight:bold;
}

nav2 a:hover { 
	background-color: #AA6062; /*#A0A0DF; 383D6;*/ 
	z-index: 1000;
	[B]position:relative;[/B]
	display:block;/*added here on down in this section*/ 
	padding:0 10px;	/*0  10px  */
	color:#000;
	font-size:12px;
	line-height: 40px;/* adjust height of box   60*/
	text-decoration:none;
	font-weight:bold;

}




nav2 ul ul {
	display: none;
	position: absolute; 
	top: 30px; 	/*0  60px space between  */
}	
nav2 ul li:hover > ul {
	display:inherit;
}	
nav2 ul ul li {
	width:180px;  /*0  220 */
	float:none;
	display:list-item;
	position: relative;
}
nav2 ul ul ul li {
	position: relative;
	top:-60px; 
	left:150px;
}
nav2 ul ul li {
	border: 1px solid white;
}	
li > a:after { content:  ' ▼'; }
li > a:only-child:after { content: ''; }
  