html,
body,
#home .view {
	height: 100%;
}
      
#home .navbar {
		background-color: #2E2E2E;
}
.navbar {
		background-color: #2E2E2E;
}
.scrolling-navbar {
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
}

#home .top-nav-collapse {
		background-color: #2E2E2E ;
}
.top-nav-collapse {
		background-color: #2E2E2E ;
}
.bg-gold {
	background: #f6e6b4; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #f6e6b4 0%, #ed9017 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #f6e6b4 0%,#ed9017 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #f6e6b4 0%,#ed9017 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.navbar.navbar-dark .navbar-brand, .navbar.navbar-dark .navbar-brand:hover {
    color: #C00;
}

.biz-listing {
font-size: .8rem;
}


footer.page-footer {
		background-color: #2E2E2E ;
		margin-top: 2rem;
}
/*Call to action*/

#home .flex-center {
		color: #fff;
}

#home .view {
		background: url("http://shawano.wicityguide.com/images/shawano-arial.jpg")no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}
/*Contact section*/

#contact .fa {
		font-size: 2.5rem;
		margin-bottom: 1rem;
		color: #2E2E2E ;
}
#rummages .container-fluid {
	margin-top: 55px;
}
#rummages h1,
#rummages h4,
#rummages h5 {
	font-size: 1.0rem;
	font-weight: bold;
}

#rummages #map-canvas,
#rentals #map-canvas {
	height: 25vh;
}
#rummages #listing-wrapper,
#rentals #listing-wrapper {
height: 70vh;
overflow: scroll;
}
#add-biz-index table {
width: 100%;
font-size: .8rem;
}
#add-biz-index table tbody,
#add-biz-index table tr {
width: 100%;
}
#add-biz-index table td,
#add-biz-index table th {
	width: 19.5%;
}

/********************************* Small devices (landscape phones, 576px and up)*************************/
@media (min-width: 576px) {


}
@media only screen and (max-width: 768px) {
	.navbar {
  	background-color: #2E2E2E ;
  }
}

/*********************************  Medium devices (tablets, 768px and up)************************/
@media (min-width: 768px) {


}
/********************************* Large devices (desktops, 992px and up)************************/
@media (min-width: 992px) {
main {
	margin-top: 10rem;
}
#rummages h1{
	font-size: 1.25rem;
	font-weight: bold;
}
#rummages h4{
	font-size: 1.25rem;
	font-weight: bold;
}
#rummages h5 {
	font-size: 1.25rem;
	font-weight: bold;
}

}

/********************************* Extra large devices (large desktops, 1200px and up***********************/
@media (min-width: 1200px) {
#rummages .container-fluid {
margin-top: 80px;
}
#rummages h1{
	font-size: 1.75rem;
	font-weight: bold;
}
#rummages h4{
	font-size: 1.5rem;
	font-weight: bold;
}
#rummages h5 {
	font-size: 1.25rem;
	font-weight: bold;
}

#rummages #map-canvas,
#rentals #map-canvas { 
	height: 80vh;
}
#rummages #listing-wrapper,
#rentals #listing-wrapper { 
height: 100vh;
overflow: scroll;
}
}