@charset "utf-8";

/* Body Styles */
nav {
	background-color:rgb(89, 96, 106);  
}
	html {
	background-color:#645AA4;
	}
	nav {
 color: rgb(232, 255, 250);
 text-decoration: none;
	}
	nav a:link, nav a:visited {
 color: rgb(232, 255, 250);
 text-decoration: none;
	}
	nav a:active {
 color: rgb(232, 255, 250);
 text-decoration: none;
	}
nav a:hover, a:active{
 color: rgb(232, 255, 250);
 text-decoration: underline;
}
body {
	background-color: #B986D7;
}
header {
	background-color: rgb(75, 76, 76);
}
footer {
	background-color: rgb(75, 76, 76);
}
ul.submenu {
 display: none;
}
a.submenuTitle:hover+ul.submenu, ul.submenu:hover {
 display: block;
}

nav a:hover, a:active{
 background-color: rgb(148, 152, 151);
 text-decoration: none;
	color: black;
}
ul.submenu {
	position: absolute;
}

ul.mainmenu > li {
 float: left;
position: relative;
 width: 15%;
}
ul.submenu {
   width: 100%;
   background-color: rgb(89, 96, 106);
}
ul.submenu {
box-shadow: rgb(51, 51, 51) 5px 5px 15px;
 position: absolute;
width: 200%;
}
	nav.horizontal {
   background-color: rgb(89, 96, 106);
   min-height: 2em;
}
section img:nth-of-type(1) {
   display: block;
    width: 100%;
height: 50%;
}
section img:nth-of-type(2) {
   display: block;
    width: 10%;
height: 50%;
}
body {  
   box-shadow: rgb(51, 51, 51) 5px 0px 15px,
               rgb(51, 51, 51) -5px 0px 15px;
   margin: 0px auto;
   min-height: 100%;
   min-width: 320px;
   max-width: 1024px;
   width: 100%;
}
blockquote.tabbed {
	background-color: #1899BC;
	border-color: #182858;
	border:solid thick;
}
nav.horizontal {
	padding-right: 50px;
}
nav button {
	align-self:center;
}

button {
	background-color: #665272;
	border-color: #493D4E;
	border-width:3px;
	
}
button nav a:hover, a:active{
 background-color: #493D4E;
 text-decoration: none;
	color: mintcream;
}