﻿.spacing-top {
    margin-top: 15px;
}

.header-title {
    color: #c30000;
    font-weight: bold;
}

.redUnderline {
    background-color: #c30000;
    width: 100%;
    height: 3px;
    display: block;
}

/*Custom Button*/
.btn-aztecs {
    color: #fff !important;
    background-color: #333;
}

    .btn-aztecs:focus,
    .btn-aztecs.focus {
        color: #fff;
        background-color: #c30000;
    }

    .btn-aztecs:hover {
        color: #fff;
        background-color: #c30000;
    }


/* unvisited link */
.body-content a:link {
    color: #c30000;
}

/* visited link */
.body-content a:visited {
    color: #c30000;
}

/* mouse over link */
.body-content a:hover {
    color: #333;
}

/* selected link */
.body-content a:active {
    color: #c30000;
}

/*Centered - Login*/
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

/*Background - Login*/
.body-background {
    background: #333;
}

.hr-line {
    border-top: 1px solid #666;
}



h2.subtitle {
    color: #c30000;
    font-weight: 600;
}
