html {
  height: 100%;
  box-sizing: border-box; }
*,
*:before,
*:after {
  box-sizing: inherit; }
body {
  position: relative;
  margin: 0;
  padding-bottom: 6.9rem;
  min-height: 100%; }
 .footer {
  position: absolute;
  bottom: 0;
 }
  .carousel-indicators li {

    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9 !important;
	background-color:#003300 !important;
    border: 1px solid #FF0000 !important;  
    border-radius: 10px;

}
.navbar-brand{height: auto;/* margin-bottom:20px; */}




@media only screen and (max-width:768px) {

.header img {
    width: 100%;
    height: 100%;
    margin-left: 0px;
	padding-bottom:20px;
}

