body {
	background-image: url(../images/Background.jpg);
	background-attachment: fixed;
	background-color: #FFF;
	background-repeat: no-repeat;	/* background-position: 1px -200px;  */
	background-position: center top;
	}
	
.myPanel {
	background-color: transparent;
	background-image: url(../images/panel%20-%20transparent1.png);
	margin-top: 0px;
	margin-left:15px;
	padding: 0px;
}
.myPanel p, .myPanel h1{
padding: 0 15px 0 15px;	
	
}
.nav-stacked li {
	margin-top: 10px;
	background-color:#FFC;
	border-left: medium solid #F0F;
	border-right: medium solid #F0F;
	text-align: center;
	}
	
#ser{
	background: transparent linear-gradient(#F7F3B9, #F6FD6B) repeat scroll 0% 0%; /*  */
	padding-top: 0.02rem;
	padding-bottom: 0.02rem;
	text-align: center;
	}
	
#ser h3{
	display: inline-block;
	}	
	
.center{
	margin-left: auto;
	margin-right:auto;
	width: 35rem;
	}
		
.jumbotron{
	background-color: transparent;
	background-image: url(../images/panel%20-%20transparent1.png);
	}
	
.sidebar{
	background-image: url(../images/panel%20-%20transparent1.png);
	padding-bottom: 1rem;
	}			
		
.foot{
	margin-top: 1rem;
	background-color: #865998;
	padding: 1rem 1rem 0rem 1rem; 
	}
	
#map1, #map2{
	height: 170px;
	width: 170px;
	border: thin solid #000;
	border-radius: 1rem;
	margin-left: 2rem;
 	}
	
address{
	color: #fff;
	float:left;
	padding-left: 1rem;
	
	}

#copy{
	color: #222;
	}

#title{
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	}

@media (max-width: 991px ){

	#title{
		text-align:center}
}

@media (max-width: 768px){
	.min-width{
	min-width: 180px;
	
	}
	
	
	}
.centered{
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 300px;

}
.logo{
	width: 167px;
	height: 145px;
	background: url(../images/logo3.png) no-repeat;
	background-size: 100% 100%;
	
	}
.panel-heading{
	
	background-image: none;	
	background-color: #FFC;
}
.panel-default{
	background-color: #fff;	
}
.text-indent,{
	display: inline-block;
	}
.glyphicon-home{
	float: left;
	}

.min-width{
	width: 180px;
	
	}

iframe{
	width: 100%;
	
}
form{
	background-color: #000;
	}