@charset "utf-8";
.body{
	background-color:#333132
}
.container {
	display:grid;
	grid-template-columns:25% 25% 25% 25%;
}
nav {
	display:grid;
	grid-column-start: 1;
	grid-column-end:5;
	border-style:ridge;
	border-width:medium;
	border-color:#898c8f;
}
ul {
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
    background-color:black;
}
li {
    float:left;
	border-right:2px solid #d5a28d
}
li:last-child {
	border-right: none;
	border-left: 2px solid #d5a28d;
	text-align: center;
}
li a {
    display:block;
    color:white;
    text-align:center;
    padding:14px 16px;
    text-decoration:none;
}
li a:hover:not(.active) {
    background-color:#333132;
}
.active {
    background-color:#bd202e;
}
a:link {
	color:#d5a28d;
	text-decoration:none;
}
a:visited {
	color:#898c8f; 
}
a:active {
	color:black
}
a:hover {
	color:white;	
}
.h2 {
	padding:20px
}
.column {
    float:left;
    width:50%;
    padding:20px;
}
.footer {
	grid-column-start: 1;
	grid-column-end: 6;
	padding:20px;
	text-align:center;
	background: #000000;
}
.information {
	display: grid;
	grid-template-columns: 25% 25% 25%;
	grid-template-rows: 200px;
	grid-gap: 10px;
	padding: 20px;
}
th {
	grid-column-start: 3;
	grid-column-end: 6;
  	text-align: center;
	color:#daa98f;
	padding:10px;
}
td {
	color:#898c8f
}
.map {
	
	float: left;
	display: grid;
	grid-column-start: 1;
	grid-column-end: 2;	
}
.sitemap{
	padding: 30px;