

h2 {  font-size:36px;}
h3 {  font-size:24px;}
h4 {  font-size:22px;}
h5 {  font-size:18px;}




#header-bg {
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(../Annotation-2020-02-10-202549.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}




.hidden { display: none; }





.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}




.accordionActive, .accordion:hover {  background-color: #ccc;}




.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}




footer {
  background: url("../XXXXXXXXXXXX.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}


