﻿

.title h3 {
    font-size: 25px !important;
    margin-top: 20px;
    margin-bottom: 25px;
    line-height: 1.4em !important;
    font-weight: 300;
}

/* alerts */

.alert {
    border: 0;
    border-radius: 0;
    padding: 8px 15px !important;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
}

    .alert .alert-icon {
        display: block;
        float: left;
        margin-right: 1.071rem;
    }

    .alert b {
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase;
    }

.close {
    float: right;
    font-size: 1.5rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.alert .close {
    color: #fff;
    text-shadow: none;
    opacity: .9;
}

    .alert .close i {
        font-size: 20px;
    }

    .alert .close:hover {
        opacity: 1;
        color: #fff;
    }

.alert.alert-info {
    background-color: #00cae3;
    color: #fff;
}

.alert.alert-success {
    background-color: #55b559;
    color: #fff;
}

.alert.alert-warning {
    background-color: #ff9e0f;
    color: #fff;
}

.alert.alert-danger {
    background-color: #f55145;
    color: #fff;
}

.alert.alert-primary {
    background-color: #a72abd;
    color: #fff;
}

/* footer */

footer {
    margin-top: 20px;
    color: #555;
    background: #fff;
    padding: 25px;
    font-weight: 300;
}

.footer p {
    margin-bottom: 0;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 300;
}

footer p a {
    color: #555;
    font-weight: 400;
}

    footer p a:hover {
        color: #9f26aa;
        text-decoration: none;
    }
