
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: black;
}

h1 {
color: black;
font-size: 20px;
}


h4 {
margin-top: 20px;
color: lightblue;
font-size: 11px;
margin-bottom: 0px;
}

address {
color: green;
font-size: 11px;
margin-bottom: 0px;
}

h3 {
margin-top: 5px;
color: black;
font-size: 18px;
text-align: left;
margin-bottom: 0px;
}

h2 {
margin-top: 5px;
color: #F19200;
font-size: 18px;
text-align: left;
Margit-bottom: 0px;
}

p {
margin-top: 5px;
color: black;
font-size: 14px;
text-align: justify;
padding: 0px;
}

li {
margin-top: 5px;
color: black;
font-size: 14px;
text-align: left;
padding: 0px;
}

img {
border-radius: 2px;
border: 1px solid #ddd;
margin-top: 0px;
margin-left: 5px;
margin-bottom: 5px;
padding: 5px;
float:right;
width: 32%;
height: auto;
}

.bullet {
width: 22px;
height: auto;
}

.filterDiv {
float: block;
align: justify;
background-color: #FFFFFF;
color: #0;
width: 100%;
margin: 2px;
display: none;
clear:both;
}

button.link {
  display: inline-block;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  padding: 0;
  color: #00f;
  text-decoration: underline;
  font: inherit;
}

.show {
display: block;
}

.container {
margin-top: 20px;
overflow: hidden;
}

/* Style the buttons */
.btn {
border-radius: 5px;
border: none;
outline: none;
padding: 5px 10px;
margin-bottom: 2px;
background-color: #f1f1f1;
font-size: 12px;
cursor: pointer;
}

.btn:hover {
background-color: #ddd;
}

.btn.active {
background-color: lightblue;
color: white;
}

.mobile-container {
  max-width: 800px;
  margin: auto; 
  background-color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
  background-color: #ddd;
  /* color: green; */
}

.topnav a {
  color: black;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 22px;
  display: block;
}

.topnav a.icon {
  background: white;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: orange;
  color: white;

}

.activemenu {
  background-color: white;
  color: black;
}




