/* stylelint-disable selector-list-comma-newline-after */

body {
    margin-top: 10px;
}

.header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
    background: #54504f;
    margin-bottom: 30px;
}

h1 {
    color: #e1effa;
}

a {
    color: #c4d5e6;
}

.lead {
    font-size: 1.5em;
}

.card-text {
    font-size: 1.5em;
}

.description {
    background: #54504f;
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
    .h-md-250 { height: 250px; }
}

.footer {
    padding: 2.5rem 0;
    color: #999;
    text-align: center;
    border-top: .05rem solid #e5e5e5;
}
.footer p:last-child {
    margin-bottom: 0;
}
