html {
  height: 100%;
  background-image: url('images/terrainLines.svg');
  background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: cover;
}

#container {
	text-align: left;
	width: 50%;
	height: auto;
	margin-left: 30px;
	margin-top: 40%;
	margin-right: auto;
	padding: 40px;
	background-color: rgba(255, 255, 255, .9);
	}

h1 {
	text-transform: uppercase;
	margin-top: 7px;
	margin-bottom: 5px;
	padding: 0;
	line-height: .7em;
	font-size: 3em;
	font-family: amplitude, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: 2b2b2b;
	}

h3 {
 	font-family: 'Baloo Bhai', sans-serif;
 	font-weight: 400;
 	font-style: normal;	
 	font-size: 2em;
	margin: 0;
	padding: 0;
	color: #368496;
	}
a {
	text-decoration: none;
	color: #000;
	}
a:hover {
	color: teal;
	}
p {
	font-family: "Adobe Garamond","Garamond","times","serif" ;
	margin: 0;
	padding: 0;
	}