/* Style Sheet: billyhardy.com/fiddle-quotes.html --- Author: Billy Hardy - capecodwebsitedesign.com */

body {
    background: #fff;
    color: #000;
}

figure {
    margin: 1.5rem 0;
    padding: 1rem;
    background: #fcfcfc;
}

h1 {
    background: #ddd;
    letter-spacing: 1px;
    text-shadow: none;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: bold;
}
.blockquote > :last-child {
    margin-bottom: 0;
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 0;
    font-size: 0.875em;
    color: #51575d;
}
.blockquote-footer::before {
    content: "— ";
}

.border {
    border: 1px solid #dee2e6 !important;
}

a.quotes {
    text-decoration: none;
    font-family: 'latolight';
    font-weight: 400;
    font-size: 1rem;
    outline: none;
    background-color: transparent;
}

a.quotes:link {
    color: #2A5DB0;
    text-decoration: none;
}

a.quotes:active {
    color: #2A5DB0;
    text-decoration: none;
}

a.quotes:visited {
    color: #2A5DB0;
    text-decoration: none;
}

a.quotes:hover {
    color: rgba(42, 93, 176, 0.6);
    text-decoration: none;
}

.bg-ddd {
    background: #ddd;
}
