body{
    margin:0;
    color:#000;
}
header{
    z-index: 1;
    height:100px;
    width:100%;
    background-color: #530062;
    top:0;
    left:0;
    border-bottom: #d4b016 15px solid;
}
footer{
    clear:both;
    height:75px;
    width:100%;
    background-color: #530062;
    color: #fff;
    border-top: #d4b016 solid 3px;
}
p {
	font-size: 1.3em;
}
nav {
    font-family: 'Playfair Display SC';
    display: flex;
    margin: 0;
    width: 100%;
}
ul{
    padding:0;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content:space-around;
}
nav li{
    height: 100%;
    width:22.2222222%;
    display: flex;
    font-weight: bold;
}
footer li{
    height: 100%;
    width:22.2222222%;
    display: flex;
    font-weight: bold;
}
ol li {
	font-size: 1.3em;
	padding: 1em .3em;
}
nav > a:hover, li > a:hover{
    background-color: #d4b016;
    color:#000;
}
li > a{
    display:flex;
    width:100%;
    height:100%;
    text-align: center;
    justify-content:space-around;
    align-items: center;
    text-decoration: none;
    color: #FFF;
}
li#selected {
    background-color: #d4b016;
    color: #000;
}
.container{
    width:80%;
    margin:0 auto;
    clear:both;
    display:block;
}
.row{
    display:flex;
    width:100%;
    border-bottom: 3px solid #d4b016;
}
.col {
    box-sizing: border-box;
    padding: 1em;
    float: left;
    width: 100%;
    align-items: center;
	
}
.headingmargin{
    margin-top:100px;
}
.fullh{
    height:max-content;
}
.w-100{
    width: 100%;
}
.w-66{
    width: 66%;
}
.w-50{
    width:50%;
}
.w-40 {
    width: 40%;
}
.w-33{
    width:30%;
}
.w-25{
    width: 25%;
}
.w-10{
    width:10%;
}
.centeralign{
    display:flex;
    align-content:center;
    width:100%;
}

#headerlogo{
    height:100px;
    display:flex;
    justify-content: center;
}
#footerlogo{
    height:70px;
    display:flex;
    justify-content: center;
    position:relative;
    left: 5%;

}
.inline{
    display:inline;
}
#footernav{
    display:flex;
    align-items:center;
}
.navbreak{
    margin:100px;
}
h1 {
    font-family: 'Playfair Display SC';
    text-transform: capitalize;
	text-align: center;
}
.sectiontext {
    display: block;
    text-align: center;
}
.nopadding{
    padding:0;
}
.button{
    padding: 3px;
    text-decoration: none;
    color: #fff;
    background-color: #530062;
    border: solid 3px #d4b016;
    font-weight:bold;
    border-radius: 50px;
}
.button:hover{
    color: #000;
    background-color: #d4b016;
    border-color: #d4b016;
}
.buttonbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
#map { 
    border: double 6px #d4b016;
	height: 600px; 
}
.legend {
	padding: 1em;
	padding-top: 0em;
	background: #EEEEEE;
}
.legend h4{
	font-family: 'Playfair Display SC';
	text-align: center;
}
.legend span{
	font-family: 'Playfair Display';
	position: relative;
	bottom: .3em;
}

.legend i {
	width:1em;
	height: 1em;
	float: left;
	margin: 0em 1em 0em 0em;
	opacity: 0.75;
}
.legend i.icon{
	position: relative;
	left: .3em;
	top: .3em;
}
.citation{
	display: block;
}
.flower{
	display: flex;
	width: 4em;
	float: left;
	margin: 1em;
}
.sectionimage{
	height: 100%;
	margin: 1em;
}