html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

a {
    color: #009839;
}

.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.callout h4 {
    margin-bottom: .25rem
}

.callout p:last-child {
    margin-bottom: 0
}

.callout code {
    border-radius: .25rem
}

.callout + .callout {
    margin-top: -.25rem
}

.callout-info {
    border-left-color: #5bc0de
}

.callout-info-font {
    color: #5bc0de
}

.callout-warning {
    border-left-color: #f0ad4e
}

.callout-warning-font {
    color: #f0ad4e
}

.callout-danger {
    border-left-color: #d9534f
}

.callout-danger-font {
    color: #d9534f
}

.equal-height-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.equal-height-item img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    background-color: #fff;
    box-sizing: border-box;
}

.equal-height-item p {
    flex-grow: 1;
    margin-bottom: 20px;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.button-height {
    height: 54px;
}