@charset "UTF-8";
/* CSS Document */

.bgcolor {
background-color:#f4f0ea;
}
#navbar{
background-color:#f4f0ea;
margin-left:10px;
margin-top:20px;
height:56px;
}
@media only screen and (max-width: 1072px),
only screen and (max-device-width: 1072px)
{
#navbar{
background-color:#f4f0ea;
margin-left:20px;
margin-top:20px;
height:112px;
}
}
@media only screen and (max-width: 553px),
only screen and (max-device-width: 553px)
{
#navbar{
background-color:#f4f0ea;
margin-left:20px;
margin-top:20px;
height:208px; /* was: 168px;*/
}
}

.button {
float:left;
}
ul.nav {
font-size:1.3em;/*was 1.4em*/
margin:0px;
padding:0px;
line-height:300%;

}
.nav {
color:#C37B77;
}
.nav li {
list-style:none;
display:inline-block;
padding-right:12px;/*was 60, then 25, the 6 with 1.4em*/
border: none;
outline:none;
white-space:nowrap;
background-color:#f4f0ea;  
height:50px;
}
.nav li a {
text-decoration:none;
}
.nav li a:hover {
	text-decoration:none;
	/*color:#97464F;*/
	color:#C37B77;
}
.current-page {
	color: #751614;
}
.white {
	color: #b5b3b3;
}
@media only screen and (max-width: 406px),
only screen and (max-device-width: 406px)
{
.bgcolor {
background-color:#fff;
}
#navbar{
background-color:#fff;
margin-left:6px;
margin-top:6px;
/*height:168px;Apr20*/
height:auto;
}

.nav li {
list-style:none;
display:block;
padding-right:10px;
border: none;
outline:none;
white-space:nowrap;
background-color:#fff;  
height:2em;
}
}