body {
	height: 100%;
	font-family: arial, tahoma, sans-serif;
	text-align: center;
	color: #000000;
	
	background-color: #ffffff;
	
	font-size: 16px;
	line-height: 21px;
	margin: auto;
	margin-top: 0px;
}

.wrapper {

	background-color: #ffffff;
	width: 760px;
	margin: auto;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 70px;
}


@media (max-width: 1000px) {
.wrapper {

	background-color: #ffffff;
	width: 100%;
	margin: auto;
	padding: 10px;
	box-shadow: 0px 0px 0px #dddddd;
}
}

.logo-container {
	
	max-width: 500px;
	margin: auto;
}

.main-content {

	width: 100%;
	margin: 0px;
	text-align: center;
	
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.main-content h1 {

	font-family: arial, verdana, sans-serif;
	color: #666666;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px 0 5px 0;
}

.main-content-textbox {

	color: #777777;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}


.main-content  a {

	font-size: 16px;
	font-weight: bold;
	color: #B01D42;
	text-decoration: none;
}

.main-content  a:active{

	font-size: 16px;
	font-weight: bold;
	color: #B01D42;
	text-decoration: none;
}

.main-content  a:visited{

	font-size: 16px;
	font-weight: bold;
	color: #B01D42;
	text-decoration: none;
}

.main-content a:hover{

	font-size: 16px;
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}

@media (max-width: 767px) {

.main-content-textbox {

	font-size: 14px;
	line-height: 21px;
	margin-bottom: 20px;
}

.main-content h1 {

	font-family: 'Patua One', arial, verdana, sans-serif;
	color: #666666;
	font-size: 30px;
	font-weight: normal;
	line-height: 31px;
	margin: 0px 0 5px 0;
}

}


