.terms-h1 {
	width: 100%;
	margin-top: 10px;
	padding: 10px 0;
	border-bottom: 4px solid #000;
	text-align: center;
	font-weight: normal;
}

.terms-link {
	color: #000;
	font-weight: 400;
}

.terms-link:hover {
	color: #999;
}

.bold {
	font-weight: 400;
}

.terms-h2 {
	font-weight: normal;
	font-size: 1.8em;
}

.first-p {
	text-align: justify;
	font-weight: normal;
	/*letter-spacing: 1px;*/
}

.terms-p {
	font-weight: 300;
	text-align: justify;
	line-height: 1.6em;
	font-size: 1.1em;
}

#disclaimer {
	font-weight: 300;
}

.back-to-top {
	margin-bottom: 25px;
	text-align: center;
}

.back-to-top-link {
	color: #000;
	width: 150px;
	margin: 0 auto;
	background-color: #fff;
	display: block;
	padding: 10px 5px;
	border: 2px solid #000;
	text-decoration: none;
}

.back-to-top-link:hover {
	color: #fff;
	background-color: #000;
}

@media only screen and (max-width: 1024px) {
	.page-container {
		width: 90%;
	}
}

@media only screen and (max-width: 768px) {
	.page-container {
		font-size: 1em;
	}
}