.masthead nav, .masthead .site-header {
	padding-left:120px;
}
.masthead nav {
	margin-bottom:0;
}
.background-fixed {
	background-image: url('images/back.jpg');
	bottom: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -4;
}
.background-fixed-color {
	background: rgba(252,209,22,0.7);
	bottom: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -4;
}
.panel-heading h3 {
	margin-top:0px;
	margin-bottom:0px;
}
.panel {
    border: 0px double #ccc;
    border-top-right-radius: 10px;	
    border-top-left-radius: 10px;	
}
.panel-heading {
	border-bottom: 3px double #ccc;
}
.site-header {
}
.site-council {
	font-size:16px;
}
.site-title h1 a, .site-location h3, .site-council {
	color: #212121;
}
.site-image {
	position:absolute;
	z-index:501;
	max-width:100px;
	padding-top:12px;
}
.site-main {
    background-color: #C5E1A5;
    padding: 10px 10px;
}

.site-footer, .site-footer a {
	color:#212121;
}
.panel-heading {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.panel-primary>.panel-heading {
    color: #333;
    background-color: #FFC107;
    border-color: #333;
}
.navbar {
	font-size: 16px;
}