
body {
  margin: 0;
  font-family: Helvetica, sans-serif;
  background-color: #C6BCBE;
  line-height: 1.5
}

a:link, a:visited { font-size: 12pt; color: #003008; font-weight: bold; text-decoration: none }
a:hover { font-size: 12pt; color: #592525; font-weight: bold; text-decoration: none }

span
{
	font-weight: bold;
}

text-right
{
	text-align: right;
}

h1    
{
    font-size: 18pt; 
    text-align: center;
    color: #592525;  
}

h2 
{ 
	font-size: 14pt; 
    text-align: center;
    color: #592525;
}

h3  
{
    font-size: 11pt; 
    text-align: center;
    color: #592525;
}

.topnav {
  overflow: hidden;
  background-color: #C6BCBE;
}

.topnav a {
  float: left;
  display: block;
  color: #592525;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
}

.topnav a:hover {
  color: #003008;
}

.topnav .icon {
  display: none;
}

#map
{
    text-align: left;
	padding-left: 15px;
	font-size: 10pt;
	color: #C6BCBE;
}

#map > a:link, a:visited 
{
	color: deep-purple;
	font-size: 10pt;
}
#map > a:hover
{
	color: green;
}

ul {
        list-style: square;
		padding: 10px;
		margin: 0;
}
ul li ul {
	list-style: circle;
}
ul li ul li ul {
	list-style: disc;
}

td {
	width: 40%;
}


#wrapper 
{
    width: 90%;
	margin-left: 1%;  
	margin-top: 2%;

    padding: 30px;
	border: 5px solid #381616;
	// border-top: 1px hidden #381616;
	border-radius: 20px;
	background-color: #ac9393;
}

#central 
{
    width: 90%;

    background-color: #C6BCBE;
	padding: 20px;
    border-radius: 10px;
} 

img { float: left; 
	width: 50%;
	padding: 20px;
	margin-right: 20px;
	border-radius: 5%;
}
iframe {  
	padding: 5%;
	border-radius: 5%;

}

#footer {
	text-align: center;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}