

.bodymain {
	display: flex;
	overflow: auto;
	padding: 10em;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;

}

div#text {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 30%;
	display: inline-flex;
	flex-direction: column;
	width: 100%;
}

div#images {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	flex-grow: 4;
	flex-wrap: wrap;
	padding: .5em;
}

div#gallery {
	display: block;
	max-width: 100%;
	padding: .5em;
}

img.iconstyle{
	padding: .3em;
}

#navTitle {
	display: inline-block;
	font: Georgia;
	font-weight: italic;
	position: center;
	font-size: 12px;
	color: #9c7dac;
	letter-spacing: 0px;
	margin-bottom: 5px;
	padding: 5px;
}

#nav a {
	display: inline-block;
	background: #ffecf4;
	width: 75px;
	font: 10px courier new;
	text-decoration: none;
	color: #e78ac2;
	padding: 5px;
	text-align: left;
	margin-bottom: 5px;
}
#nav a:hover {
	background: #e78ac2;
	color: #ffecf4;
}

h1 {
	padding: 2px;
	background-color: #fbe2f1;
	margin-bottom: 7px;
	font: 17px georgia;
	text-transform: lowercase;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #af7fa4;
	letter-spacing: .3px;
	width: 100%;
}

h2 {
	font: 12px georgia;
	text-transform: uppercase;
}

p {
	font-family: courier;
	font-size: 12px;
	line-height: 1em;
}

b {
	text-transform: uppercase;
	color: #aa77aa;
	font: 12px georgia;
	font-weight: bold;
	letter-spacing: .20em;
}

a {
	text-decoration: none;
	font: 11px georgia;
	font-style: italic;
	color: #c05ecd;
	font-weight: bold;
	letter-spacing: .5em;
	line-height: 1em;
	padding: .4em;
	background-color: #f9d7e6;
}

a:hover {
	background-color: #ffffff;
	transition-duration: 1s;
}

i {
	font: 17px georgia;
	color: #131d0e;
	font-style: bold;
	font-size: 15px;
	letter-spacing: -1px;
	
}
	
ul {
  list-style-type: none;
}

li {
	margin-left: -30px;
	font-style: bold;
}