@import url('//fonts.googleapis.com/css?family=Montserrat:100,400,800');

.mainPagecontainer {
	font-family: Montserrat;
	border: 2px solid #44598E;
	background-color: #D7DDED;
	margin: 20px auto;
	padding: 0;
}
.navbar-inverse {
	background-color: #44598E;
	border: 0px;
}
.navvy {
	background-color: #44598E;
	width: 100%;
}
.nav-item:link {
	color: white;
}
.nav-link {
	color: white;
}
.nav-link:hover {
	color: #cecece;
}
.img-rounded {
	border-radius: 20px;
}

h1 {
	font-size: 3rem;
	font-weight: 800;	
}
#bhNW h2 {
	text-align: right;
	color: #44598E;
	border-bottom: 2px solid #44598E;	
}

.bh-mayor {
	width: 100%;
	height: 500px;
	padding: 10px;
}
.bhmayor {
	width: 300px;
	height: 300px;
	float: left;
	margin-right: 20px;
	background-image: url('../images/aman.png');
	border-radius: 20px;
}

.bh-neigborhoodwatch {
	width: 278px;
	height: 278px;
	float: right;
	margin-left: 20px;
	background-image: url('../images/neighborhoodwatch.png');
	border-radius: 20px;
}


.img-nw {
	float: right;
}
.neighborhoodWatch {
	width: 80%;
	margin: auto;
	margin-bottom: 5rem;
}
.panel-footer {
	background-color: #44598E;
	color: white;
	width: 100%;
}
.banner {
	height:129px;
	background-image: url('../images/banner_992.jpg');
 }
hr {
	margin: 20px auto;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(68, 89, 142, 0.75), rgba(0, 0, 0, 0));
}
.cityhall {
	color:white;
	font-size: 24px;
	line-height:.85em;
	text-align:right;
	font-weight:800;
	text-outline: black;
}
.navbar-nav {
	width: 100%;
	justify-content: space-evenly;
}

.card-body {
	background: #44598E;
	font-size: 1.25rem;
	font-weight: 100;
}
.cardy {
	font-weight: 800;
}

.socialMedia {
	color: white;
	font-size: 3rem;
	font-weight: 100;
}
.socialMedia:link {
	color: white;
}
.socialMedia:hover {
	color: #c3c3c3;
}
.socialMedia:visited {
	color: white;
}
.content {
    vertical-align: -webkit-baseline-middle;
}
#BHfooter .navbar-brand {
	font-weight: 100;
	font-size: .90rem;
}

/* Gradient transparent - color - transparent */

hr.style-two {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


/* // Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 
    body {
    font-size: 0.5em;
	}
	#BHcityof {
		font-size: 1.75rem;
	}
	#BHtitle {
		font-size: 1.75rem;
		color: #44598E;
	}
	#BHicon {
		font-size: 2rem;
		color: #44598E;
	}
	#bhNW h2 {
		font-size: 2rem;
	}

 }

 @media (min-width: 576px) { 
    body {
    font-size: 0.5em;
    }
	#BHcityof {
		font-size: 2.25rem;
	}
	#BHtitle {
		font-size: 2.25rem;
		color: #44598E;
	}
	#BHicon {
		font-size: 4rem;
		color: #44598E;
	}
	#bhNW h2 {
		font-size: 3rem;
	}

 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body {
    font-size: 0.75em;
    }
	#BHcityof {
		font-size: 3rem;
	}
	#BHtitle {
		font-size: 3rem;
		color: #44598E;
	}
	#BHicon {
		font-size: 6rem;
		color: #44598E;
	}


 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    body {
    font-size: 1em;
    }
	#BHcityof {
		font-size: 4rem;
	}
	#BHtitle {
		font-size: 4rem;
		color: #44598E;
	}
	#BHicon {
		font-size: 8rem;
		color: #44598E;
	}

 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }