@charset "UTF-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	 letter-spacing: 5px;
	 text-transform: uppercase;
	 font-weight: 100;
	 color: rgba(0, 0, 0, 0.8);

}
.copy-right {
	 /*position: absolute;*/
	 bottom: 0;
	 right: 0;
	 left: 0;
	 text-align: center;
	 padding-top: 30px;
	 padding-bottom: 15px;
	 font-size: 12px;
	 color: rgba(0, 0, 0, 0.5);
}

.legal-container {
	margin-top:60px;
	margin-bottom:60px;
}