.navpad2{padding-top:80px;}

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
.carousel{
background-color:#fff;
margin-bottom:50px;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
	/* margin-top:80px; */
    width: auto;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

hr {
  border-color: #27729c;
  border-width: 3px;
  max-width: 100%;
  margin-bottom: 15%;
}
.carousel-caption {
 margin-bottom:80px;
    text-shadow: 0 0 5px #000000;
}
.carousel-caption h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.btn-info{
    color: #fff;
    background-color: #27729c;
    border-color: transparent;
}
.btn-info:hover ,.btn-info:focus{
    color: #fff;
    background-color: #1c4e6a;
    border-color: #396e8b;
}

@media (min-width: 768px) {
.carousel-caption h1 {
    font-size: 50px;
  }
}
footer {
    margin: 50px 0;
}