body {
	background-image: url("NAAbg12.jpg"); 
background-attachment: fixed; 
background-color: rgb(246, 246, 246); 
background-size: cover; 
background-position: center;
background-repeat: no-repeat;
}
hr {
	color: rgb(0, 0, 0);
}

@font-face {
  font-family: 'Arch';
  src: url("../Fonts/damnarc1-webfont.woff");

  }

H1 {
  font-family: 'Arch';
  font-size: 350%;
  }


H2 {
  font-family: 'Arch';
  font-size: 200%;
  }

#more {display: none;}


.collapsible {
  background-color: #e2d5c7;
  color: #000000;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 16px;
}

.active, .collapsible:hover {
  background-color: #bda78f;
}

.content {
  padding: 0 0px;
  display: none;
  overflow: hidden;
  background-color: #e2d5c7;
}

