html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: 15%;
    right: 15%;
    text-align: center;
}
    .carousel-caption a {
        text-decoration: none;
        font-style: inherit;
        color: white;
    }
        .carousel-caption a:hover {
            color: #293D5F;
        }
