/* =======================================================
Quoteboxes and front page formatting
======================================================= */

.quotebox {
}

.quotebox-front-page .quotebox {
    background: rgba(0,0,0,0.5);
    margin: 0;
    max-width: 100%;
    height: 100%;
}

.quotebox p {
    color: rgba(255, 255, 255, 1.0);
    font-style: italic;
    font-size: 0.9em;
    margin-top: 0.5em;
    margin-bottom: 0;
}

.quotebox a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.quotebox a:hover {
    text-decoration: none;
}

.quotebox blockquote {
    text-align: center;
    color: white;
    margin: 1.5em;
    padding: 0.5em;
    padding-left: 2em;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0.25em 0.25em 0;
    box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.7);
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 0.2em solid rgba(255, 200, 255, 0.6);
}

.quotebox blockquote:hover {
    transform: translateY(-0.5em);
    border-left-color: rgba(255, 200, 255, 0.9);
}
