ggg@charset "utf-8";

body {
	background-image: url("../images/bkgnd.png");
	background-position: 0% 0%;
	background-attachment: fixed;
}

footer {
   position: relative;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: black;
   color: lightcyan;
   text-align: left;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding-top: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: double;
  font-size: 2px;
  transition: 0.4s;
}

/*
.active, .accordion:hover {
  background-color: #ccc; 
}
*/

.accordion:hover {
  background-color: #ccc; 
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/*
.active:after {
  content: "\2212";
}
*/

.panel {
  padding: 0 8px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/* Text: from mathemstica*/
.Text {
  font-size: 15px;
  font-family: Source Sans Pro;
  line-height: 1.2;
  margin-left: 66px;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 7px;
  padding: 8px;
}
