body {
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	font: inherit;
	color: inherit;
	font-size: 14px;
	font-family: 'Verdana', 'Tahoma', 'sans-serif';
}
.page-container {
	text-align: center;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
h1, h2, h3 {
	margin: 0 0 20px 0;
	font-family: 'Trebuchet MS';
	color: #666666;
	text-transform: none;
	text-rendering: auto;
}
h1 {
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	margin-top: 30px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: Normal;
	color: #888888;
}
p {
	color: #777777;
}
img {
	max-width: 90%;
}
.logo {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 25px;
}
.footer {
	margin-top: 70px;
	font-size: 14x;
}
.footer-design {
	font-size: 12px;
}
@media screen and (max-width: 480px) {
	.footer-copy {
    	font-size: 12px;
	}
	.footer-design {
    	font-size: 10px;
	}
}
@media screen and (min-width: 481px) {
	.footer-hide {
    	display: none;
	}
}
@media screen and (max-width: 480px) {
	.footer-show {
    	display: none;
	}
}
.hr-line {
	color: #efefef;
}