@charset "utf-8";
/* CSS Document */

body{
    font-family: lato;
    background-color: #134888;
    color: #000000;
    margin:0px;
    font-style: normal;
    font-weight: 300;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.page-wrapper{
	max-width: 800;
	margin-left: auto;
	margin-right: auto;
}
.top-banner{
    width: 100%;
    height: 800px;
    background-image: url( "../brgyhall.png");
    background-position:center;
    background-size:cover;
	padding-top:0px;
	padding-right:0px;
}
#logo{
	width:auto;
	float:right;
	margin-right: 20px;
	max-width: 500px;
	}
.top-banner img{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.top-banner h1{
	font-size: 60px;
	text-align: center;
	color:#EC6904;
	font-family: "abril-fatface";
	font-style:oblique;
	font-weight:900;
}
nav ul{
	text-align:center;
	list-style-type:none;
	padding-left: 0px;
}
nav a {
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    margin-bottom: 4px;
    background-color: #686262;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "bad-script";
    font-style: normal;
    font-weight: 400;
    font-size: 1.3;
}
nav a:hover{
	background-color:#3C818A; 
}
h2, h3{
	color: #F35619;
	text-align: center;
}
.main{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
		
}
.container-featured{
	margin:2%;
}
.feature-images{
	display: block;
	width: 100%;
}
#pic1{
	background-image: url( "../jose.jpg")
}
#pic2{
	background-image: url( "../berong.jpg")
}
#pic3{
	background-image: url( "../coring.jpg")
}
#pic4{
	background-image: url( "../nonon.jpg")
}
.featured-img{
	width: 150px;
	border-radius: 100%;
	height: 150px;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: thick;
}
.feature-images{
	text-align: center;
}
.featured{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float:left;
}
#topic-one-img{
	width: 100%;
	background-image: url( "../brgyofficials1.jpg");
	background-size:cover;
	height: 700px;	
}
#topic-two-img{
	width: 100%;
	background-image: url("../session.jpg");
	background-size:cover;
	height: 900px;
}
.footer{
	width: 100%;
	background:#9B9898;
	padding: 20px;
	box-sizing: border-box;
}
	