.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

body {
  padding-top: 5rem;
  background-color: #F2F996 !important;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.has-error {
    color: red;
}

.help-block {
    color: red;
}

.card {
    margin-bottom: 30px;
}

.bg-dark {
    background-color: #F2F996 !important;
}

.bg-light {
    background-color: #F2F996 !important;
}

.breadcrumb {
    background-color: hsl(135, 40%, 58%);
}

.breadcrumb-item.active {
    color: #F2F996;
}

.breadcrumb-item a {
    color: #f9c696;
}

.carousel-content h2 {
    color: #442419;
    border-bottom: #442419 2px solid;
    margin-bottom: 30px;
}

.carousel-content h3 {
    color: #442419;
    border-bottom: #442419 1px solid;
    margin-bottom: 20px;
}

.btn.btn-link.active {
    background-color: None;
}

.navbar-light .navbar-nav .nav-link {
    color: hsla(54, 88%, 29%, 0.898);
}

#year-tabs .btn.active,
#month-tabs-container .btn.active {
  font-weight: bold;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
50% {
    opacity: 0;
}
}