/* mobile portrait layout (767px and less) */
@media only screen and (max-width: 767px){

.vspace01 {
	display: none;
}

#wrapall {
	width: 320px;
	width: 98%;
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
	background-color: #AFDCFA;
	margin-top: .1rem;
}

div#left  {
	width: 100%;
	min-width: 320px;
	max-width: 767px;
	background-color: #9CF;
}

div#right01  {
	display: none;
}

.spacer01 {
	line-height: .5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

header {
	margin-left: 1rem;
}
header img#logo {
	height: 95%;
	width: 95%;
	min-width: 280px;
	max-width: 400px;
	margin-top: 0;
	margin-bottom: .0;
	margin-left: .1rem;
	z-index: 21;
}
header h1 {
	font-size: 3.0rem;
	line-height: .9;
	margin-top: .2rem;
	margin-bottom: .75rem;
}
header h2 {
	font-size: 1.1rem;
	line-height: 1.1;
	margin-top: .5rem;
	margin-bottom: .1rem;
}
header h3 {
	font-size: .8rem;
	line-height: .8;
	margin-top: .1rem;
	margin-bottom: .4rem;
}
header p {
	font-size: .9rem;
	line-height: 1.1;
}

nav {
	width: 95%;
}

#mainMenu {
	font-size: 1rem;
	text-align: center;
}

#mainMenu a {
	display:inline-block;
	padding: .7em .5em;
}

#mainMenu a:active,
#mainMenu a:focus,
#mainMenu a:hover {
	padding:.7em .6em;
}

}  /* end of mobile portrait layout (767px and less) */

