/*!
 * Custom CSS stylesheet for the new public notice website
 * Copyright Newz Group 2018
 */

/* Top padding...
 body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}*/

.carousel-item {
  height: 32vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#form_holder{
	padding: 0px;
}	

#footer-cust{
	padding: 0px;
}

#buttons{
	margin-bottom:5px; 
	background-color: #8a181a;/*#192e58;*/
	color:white;
}