.carousel-item {
  height: 65vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* navbar */
.navbar-default {
    background-color: #b37122;
    border-color: #000000;
}
.nav-link {
color: black !important;
}
.card {
    background-color: #D4AF37 !important;
}

body {
    padding-top: 70px;
    padding-bottom: 50px;
}
.text-normal {
  font-size: 125% !important;
}

.card {
        margin: 0 auto; /* Added */
        float: none; /* Added */
        margin-bottom: 50px; /* Added */
}

.time-sup {
    vertical-align: baseline;
    font-size: 68%;
    text-decoration: underline;
}

.justify-text-alignment {
    text-align: justify;
    text-justify: auto;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #b37122;
  color: black;
  text-align: center;
}

.card-resp-size {
    width: 61.8%;
    margin: 0 auto; /* Added */
}

@media screen and (max-width:768px) {
    .card-resp-size {
        width: 100%;
    }
}
