p, h2, h3, h4, h5, h6, a{
    font-family: Verdana, Tahoma, sans-serif;
}
h1{
    color: black;
    font-family: "Courier New", Courier, monospace;
    text-decoration: overline;
}
.deco-none{
    text-decoration: none;
}
p{
    font-size: 18px;
}
p.small{
    font-size: 15px;
}
p.w3-medium{
	font-size: 16px!important;
}
li{
    font-size: 17px;
}
ol{
    list-style-type: none;
}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{
    background-color: white!important;
}
a{
    text-underline-offset: 3px;
}
a:hover{
    color: rgb(87, 87, 87);
}
footer a:hover{
    color: rgb(211, 211, 211);
}
.footerDiv{
    height: 137px;
}
.header{
    padding: 80px 16px 40px 16px;
}
.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
}
#myBtn {
	float: right;
	margin-right: 2%;
	z-index: 99;
	cursor: pointer;
	font-size: 17px;
}
.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
@media screen and (max-width: 600px) {
  ol {
	padding-inline: 0;
  }
}