.sp-only {
    display: none;
}
.footer {
    /* min-height: 150px; */
    background-color: #33895a;
    /* background-color: rgba(2,115,63,.8); */
    color: #f8fafc;
}
.footer a {
    color: #f8fafc;
    transition: opacity 0.3s;
}
.footer a:hover {
    opacity: .6;
}
.footer-copyright {
    background-color: rgba(0, 0, 0, 0.2);
    /* color: rgba(255,255,255,.6); */
}
.footer-copyright a {
    /* color: rgba(255,255,255,.6); */
    color: #d9b869;
    /* opacity: .8; */
}
.footer-copyright a:hover {
    color: #d9b869;
    opacity: 0.6;
}
@media screen and (max-width: 520px) {
    .footer {
        font-size: 13px;
    }
    .sp-only {
        display: inline-block;
    }
}

.bg-light-blue {
    background-color: #f8fafc;
}

.main-content {
    width: 100vw;
    min-height: 70vh;
}

.is-sp-display {
    display: none;
}

.is-sp-nodisplay {
    display: block;
}

.card-img-top {
    width: auto;
    /* height: 16.5vw; */
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 1000px) {
    .is-sp-display {
        display: block;
    }

    /* .card-img-top {
    height: 61vw;
  } */

    .is-sp-nodisplay {
        display: none;
    }
}
