html, body {
  height: 100%;
}

body {
  background: #D3D3D3;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: flex;
  flex-direction: column;
}
.container {
  position: relative;
  margin: 0 auto;
  width: 94%;
  max-width: 1100px;
  min-height: 100%;
  font-family: helvetica, sans-serif;
}
.content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 100px;
  flex: 1 0 auto;
}
.content p {
  margin-bottom: 10px;
}
#header {
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 120px;
  line-height: 120px;
  background: #A9A9A9;
  color: white;
}
#header h1 {
  top: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 1.2em;
}
#nav {
  position: absolute;
  right: 0;
  top: -15px;
  height: 60px;
}
#nav ul li {
  float: left;
  list-style: none;
}
#nav ul li a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 0 10px;
}

@media (max-width: 599px) {
  #header .container {
    width: 100%;
  }
  #header h1 {
    padding-left: 3%;
  }
  #nav {
    width: 100%;
    top: 60px;
  }
  #nav:before {
    content: '\2630';
    display: block;
    position: absolute;
    right: 3%;
    top: -50px;
    line-height: 40px;
    font-size: 1.4em;
    cursor: pointer;
  }
  #nav ul {
    background: #222;
    width: 100%;
    margin: 0px;
  }
  #nav ul li {
    float: none;
  }
  #nav ul li a {
    padding: 10px 3%;
    line-height: 20px;
    border-top: 1px solid #333;
  }
}

.footer {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #000000;
  color: white;
  text-align: center;
  width:100%;
  flex-shrink: 0;
}


.banner {
  margin:0px;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 0px;
}

.outerLink
{
	background-color: black;
	display: inline-block;
	opacity: 1;
	filter: alpha(opacity=100);
	width: 25px;
	
}

.darkableImage
{
	opacity: 1;
	filter: alpha(opacity=100);
}

.donate
{
	background-color: black;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.button
{
	background-color: #A9A9A9;
	margin-left :10px
	border: none;
	color: black;
	padding: 48px 0px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.button:hover
{
	background-color: #808080;
}

.logobutton
{
	background-color: #A9A9A9;
	border: none;
	padding: 10px 0px;
	cursor:pointer;
}

.logobutton:hover
{
	background-color: #808080;
}