/* Order Placed */
.order-complete #order-confirmation {
    background: #BD212E;
    color: white;
    border: 2px solid black;
    box-shadow: 5px 5px 0 0 black;
    border-radius: 12px;
}

.order-complete #order-confirmation strong {
    font-size: 21px !important;
}

.jumbotron .lead,
.p-last-minute
{
    color: white;
}

.jumbotron .lead .text-warning
{
    color: #BD212E;   
    font-size: 16px !important;
}
.order-complete h1.order-complete-title.text-warning {
    font-size: 62px !important;    
    color: #BD212E;
    text-shadow: 3px 3px black;
}
.order-confirmation-note {
    text-align: center;
}
.jumbotron .lead {
    font-size: 16px;
}

.jumbotron .lead.p-thanks-for p { 
    font-size: 16px !important;
}
/* Review Order */
.review-order .rating-row .lead {
    font-weight: 100;
}
.rating-row small.muted {
    color: white !important;
}
.review-order .text-info {
    color: #0099ff;
}
.review-order .page-review-order .alert.alert-success.uk-text-large.lead {
    color: #fff;
    background: #BD212E;
    border: 2px solid black;
    border-radius: 12px;
    box-shadow: 4px 4px 0 0 black;
    padding-bottom: 4px;
}
/* Error 404 */
.page_error-404 #body h1,
.page_error-404 #body h1 i
{
    color: #BD212E !important;
    font-size: 52px !important;
}
.page_error-404 #body h2,
.page_error-404 #body h3,
.page_error-404 #body p
{
    color: white !important;
    text-shadow: none;
    font-weight: 100;
    font-size: 24px !important;
}

.page_error-404 #body {
    border: 10px solid #BD212E
}

.page_error-404 #body h2,
.page_error-404 #body h3 {
    text-shadow: 3px 3px black;
}

.page_error-404 #body p {
    color: black !important;
}
/* Information */
.information .well-hero {
    line-height: inherit;
}
.information .well-hero h2 {
    text-shadow: 2px 2px white;
}
.information .page-header small {
    text-shadow: 2px 2px black;
    color: white !important;
    font-size: 18px !important;
}