@charset "utf-8";

/* Body Styles */

nav.horizontal {
	display: flex;
	height: 40px;
padding-top: 10px;
}

nav a:hover {
	display: block;
	background-color: rgb(75, 76, 76);
	text-decoration: none;
}

	nav.horizontal ul {
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	height: 40px;
	
	}
	
	nav.horizontal ul li {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: auto;
	}

nav.bottom {
	background-color: rgb(89, 96, 106);
}

nav.horizontal ul {
	text-align: center;
	width: 100%;	
}


nav.horizontal li {
	list-style-type: none;	
	width: 100%;
}

nav.horizontal li a {
	display: block;
	width: 100%;
}

nav.horizontal {
	background-color:rgb(89, 96, 106);  
	align-items: center;
}

nav {
	background-color:rgb(89, 96, 106);  
}


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);
}
a.submenuTitle:hover+ul.submenu, ul.submenu:hover {
 display: block;
}

ul.submenu {
	position: absolute;
}

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: #D2B1E5;
	padding: 15px;
}
blockquote.tabbed img {
	border: solid #B986D7;
}
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;
}