* {
  box-sizing: border-box;
  margin:0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

html, body { 
	height: 100%; 
	width: 100%; 
	margin: 0; 
	background-color: #000;
  	color: #3bb638;
}

a {
  text-decoration: none;
  color: #989898;
}

a:hover {
	color: #C5C5C5;
}

#banner {
	width: 80%;
}

#navbar {
	margin-top: 5rem;
	margin-bottom: 2rem;
}


/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



footer {
	margin-top: 10rem;
	font-size: .7rem;
}