body {
    font-family: "Open Sans", sans-serif;
    background-color: #0a1010;
    font-size: 1.4em;
}

h1, h2 {
    font-family: "Alata", sans-serif;
}

.text-special {
    display: inline;
    color: #159957;
}

#wrapper {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 0;
    left: 0;
}

#content {
    background-color: #0a1010;
    padding-left: 10%;
    padding-top: 5%;
}

#content h1 {
    color: #159957;
    font-weight: normal;
}

#content h2 {
    color: #159957;
    font-weight: normal;
}

a {
    color: #0a559b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.text {
    color: #606c71;
    font-weight: normal;
    font-size: 1em;
    line-height: 2.5em;
}

.spacer {
    height: 3px;
    left: 0;
    background-color:#159957;
}

dl {
	line-height: 1.5em;
}

.spacer-light {
    width: 70%;
    margin-left: 15%;
    height: 2px;
    background-color: #159957;
}

button {
	border: none;
	background: #0a1010;
	color: #606c71;
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
	outline: none;
}


.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}
