@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);  
}


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;
}

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;
}

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;
}
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;
}
blockquote.almanac {
	width: 25%;
	border: thick solid;
	border-color:sienna;
	background-color:wheat;
}
blockquote.almanac2 {
	width: 25%;
	border: thick solid;
	border-color:sienna;
	background-color:wheat;
}
blockquote.almanac3 {
	width: 25%;
	border: thick solid;
	border-color:sienna;
	background-color:wheat;
}

blockquote.almanac {
   display: block;
}
td blockquote.almanac {
	width: 200px;
	height: 400px
}
blockquote.almanac2 {
   display: block;
}
td blockquote.almanac2 {
	width: 200px;
	height: 400px
}
blockquote.seeds {
	display: block;
	border: thick solid;
	border-color:#cb9563;
	background-color:#491100;
	color: aliceblue;
	font-size: 24px;
}
section img.banner:nth-of-type(1) {
   display: block;
    width: 100%;
height: 50%;
}

table.packets img{
	width: 100%;
	border: hidden solid 1px;
	border-collapse: collapse;
}
