* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 1px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }
}

body {
	background-color: #eeeeee;
	font-family: sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #cc0000;
}

a:hover {
	text-decoration: underline;
}

#header {
	width: 100%;
}

.logo-header {
	object-fit: contain;
}

img.logo-header {
	width: 100%;
  max-width: 350px;
}

div.address-header {
	text-align: right;
  padding-right: 10px;
}

@media screen and (max-width:600px) {
  div.address-header {
    text-align: left;
  }
}


/*.nav-bar table{
	width: 100%;
	background-color: #800000;
	color: #ffffff;
	clear: both;
}

.nav-bar th {
	text-align: center;
}
*/

.nav-bar ul {
	list-style-type: none;
  margin: 0;
  padding: 0;
	width: 100%;
	background-color: #800000;
	color: #ffffff;
  overflow:auto;
}

.nav-bar li {
  float:left;
  border-right: 2px solid #ffffff;
}

.nav-bar li a {
  display:block;
  text-align: center;
  padding: 0.5em;
}

.nav-bar a:link, .nav-bar a:visited {
	color: #ffffff;
	text-decoration: none;
}

.nav-bar a:hover {
	text-decoration: none;
	background-color: #ffffe6;
	color: #900000;
}

#homeIcon polygon {
	 fill: #ffffff;
	 stroke: #ffffff;
	 stroke-width: 1; 
}

#homeIcon polygon:hover {
	fill: #ffff99;
}

/* Override the usual background color */
#homeIcon a:hover {
	background-color: #800000;
}

.mainBody {
}