@charset "UTF-8";
.container {
	background-color: #FFFFFF;/*#FFFFFF*/
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.footer2 {
	background-color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 15px;
}
.color{
	font-weight: bold;
}
.photo{
	height:130px; 
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 3px;
	float: left;
}
.p4 p:after{
	content:"";
	display:block;
	clear: both;
}
#section{
	background-image: url("town.png");
	background-repeat: repeat-x;
	background-position: right bottom;
	position: relative;
}
#section h2 a{
	color: #DDCC36;
}
#section h2{
	margin-top: 40px;
	margin-left: 75px;
	margin-bottom: 0px;
}
#section p{
	margin-left: 20px;
	margin-right: 20px;
}
.spl{
	height:60px;
	margin-left: 7px;
	margin-top: -25px;
	position: absolute;
}
#bb:after{
	clear: both;
	content: "";
	display: block;
}
.bb2{
	float: left;
	width:300px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: -5px;
}
.br{
	display: none;
}
.p3{
	background-color: #BCE56C;
    box-shadow: 0px 0px 0px 5px #BCE56C;
    border: dashed 2px white;
    padding: 0.3em 1em;
	display: inline-block;
	margin-left: 15px;
	margin-top:1px;
	border-radius: 3px;
}
@media (max-width: 600px) {
.bb2{
	float: none;
 	width:70%;
	margin-left:20px;
}
.br{
    display: block;
}
}

@media (max-width: 768px) {
#section{
    font-size: medium;		
}
#section h2{
	margin-top: 40px;
	padding-top:25px;
	margin-left: 55px;
}
.spl{
	height:45px;
	margin-left: 7px;
	margin-top: 20px;
	position: absolute;
}
}
@media (max-width: 450px) {
#section{
    font-size: small;		
}
}