#page_main h1 {
	font-size: 26px;
}
#page_main h2 {
	font-size: 24px;
}
#page_main hr {
	/*
	display: none;
	*/
}

.content {
	width: 80%;
}
#header .content {
	width: 90%;
}


#logo {
	width: 100%;
	margin-top:30px;

	margin-top:40px;
}
#logo a {
	width: 100%;
	max-width: 358px;
	background-size: 100%;
	height: auto;
	padding-top: 20%;
}
#logo p {
	display: none;
}

a.button_login {
	top: 5px;
	right: 50px;
}

.button_mobile_nav_open {
	display: none;
	display: block;
	top: 5px;
	right: 0px;
	background: url('../images/mobile_open.png') no-repeat;
	width: 61px;
	height: 43px;

	width: 41px;
	height: 33px;
	background-size: 41px;
	text-indent: -100000px;

	top: 6px;
	right: -4px;
}
.button_mobile_nav_close {
	display: block;
	display: none;
	top: 5px;
	right: 0px;
	background: url('../images/mobile_close.png') center center no-repeat;
	width: 41px;
	height: 38px;
	text-indent: -100000px;

	background-size: 31px;
	width: 35px;
	height: 35px;
	border: 2px solid #000;

	right: -4px;
}


#nav {
	display: block;
	display: none;
	position: absolute;
	top: 42px;
	margin-top: 0;
	width: 100%;
	border: 2px solid #000;
	background: #ffffff;
	margin-left: 0;

	height: auto;
	overflow: visible;
}
#nav a {
	float: none;
	margin-left: 0;
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav a.show {
	/*
	background: #77c044;
	*/
}
#nav #selected {
	display: none;
}

#preface {
	margin-top: 140px;
}
#preface h1 {
	width: 100%;
}
@media (max-width: 660px) {
	#preface h1 {
		font-size: 20px;
	}
}
@media (max-width: 560px) {
	#preface h1 {
		font-size: 16px;
	}
}
@media (max-width: 460px) {
	#preface h1 {
		font-size: 14px;
	}
}
@media (max-width: 360px) {
	#preface h1 {
		font-size: 12px;
	}
}

.slideshow {
	width: 100%;
	padding-top: 39%;
}
.slideshow img {
	width: 100%;
}

#preface ul {
	width: 100%;
}
#preface li {
	float: none;
	margin-right: 0;
	margin-top: 2em;
	width: 100%;
	height: auto;
	padding: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;

	width: 256px;
	margin: 2em auto 0;
}
#preface li p:nth-child(1) {
	margin-bottom: 0;
}
#preface li p:nth-child(2) {
	margin-top: 0;
}
.button_try {
	width: 80%;
	max-width: 282px;
	background: url('../images/button_sign_up.png') no-repeat;
	background-size: 100%;
	font-size: 16px;
	padding-left: 10%;
	padding-top: 4%;
}

#try {
	background: #eeeeee;
}

#try ul {
	width: 100%;
	float: none;
	padding: 0;
	margin-left: 0;
}

#try img {
	max-width: 368px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.button_sign_up {
	width: 80%;
	max-width: 282px;
	background: url('../images/button_sign_up.png') no-repeat;
	background-size: 100%;
	font-size: 16px;
	padding-left: 10%;
	padding-top: 4%;
}
#how {
	margin-top: 30px;
}
#how h3 {
	font-size: 18px;
}
#how h4 {
	font-size: 16px;
}
#how img {
	max-width: 368px;
	width: 100%;
}

#how .details {
	width: 100%;
	padding-left: 0;
}

#how .details ul {
	padding-left: 20px;
}

#what .toc {
	width: 100%;
}
#what .toc li {
	margin-right: 12px;
	font-size: 15px;
}
#what .toc li:last-child {
	margin-right: 0;
}

#what hr {
	display: block;
}

#services .content {
	width: 80%;
}
#services ul {
	padding: 0;
}
#services li {
	width: auto;
	float: none;
}
#services li br {
	display: none;
}

#testimonial_circles {
	margin-top: 30px;
}

.quotes blockquote {
	width: auto;
}
.quotes cite {
	width: auto;
}

#photos .content {
	width: 100%;
}
#photos #photo_masker {
	width: 80%;
}
#photos #photo_arrow_left {
	left: 5px;
	top: auto;
	bottom: 140px;
}
#photos #photo_arrow_right {
	right: 5px;
	top: auto;
	bottom: 140px;
}
@media (max-width: 360px) {
	#photos #photo_masker {
		width: 100%;
		margin-left: -15px;
	}
	#photos #photo_arrow_left {
		left: 0px;
		top: auto;
		bottom: 140px;
	}
	#photos #photo_arrow_right {
		right: 0px;
		top: auto;
		bottom: 140px;
	}
}

#contact form {
	width: 100%;
	margin-left: 0;
	float: none;
}

#contact form input {
	width: 80%;
}

#contact form textarea {
	width: 80%;
}
#contact_info {
	float: none;
	margin-left: 0;
}

#footer img {
	width: 100%;
	max-width: 351px;
}

#popup {
	width: 80%;
	height: auto;
	left: 0;
	margin-left: 0;
}

.button_send_mail {
	float: none;
}

.desktop {
	display: none;
}
.mobile {
	display: block;
}

/* Added November 21, 2019: Improved mobile display */
#intro .content {
	width: 80%;
	padding: 0;
}

#schedule .content {
	width: 80%;
	padding: 0;
}

#scheduled {
	float: none;
}

#intro form {
	float: none;
	width: 100%;
	margin: 1em auto;
}

#intro form input {
	width: calc(100% - 40px);
}
