@charset "utf-8";
.mainhd {
	font-size: 3em;
	margin-bottom: 0px;
}
.mainhd2 {
	font-size: 2.4em;
	letter-spacing: 0.3em;
}
.pad {
	padding: 3px 3px 0px;
	width: 200px;
}
.phonebold {
	font-weight: bold;
}
/* big mobile version */
@media screen and (min-width: 480px) {
.nounderline {
	text-decoration: none;
}
.twohundred {
	height: auto;
	width: 200px;
}
.dark {
	background: #333;
	border-right: 1px solid #5B5B5B;
}
.mainhd {
	font-size: 2em;
	margin-bottom: 0px;
}
.mainhd2 {
	font-size: 1.7em;
	letter-spacing: 0.3em;
}

}

/* ipad version */
@media screen and (min-width: 768px) {
.mainhd {
	font-size: 2.4em;
	margin-bottom: 0px;
}
.mainhd2 {
	font-size: 1.8em;
	letter-spacing: 0.3em;
}
}
