body {
    background: url(../img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 50px;
}
.page-content {
    padding: 40px 15px;
}
.page-header {
    color: #eaeaea;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 0;
}
.page-header h1 {
    margin-top: 0;
}
.page-header span {
    margin-right: 0.5em;
    color: rgba(255, 255, 255, 0.3);
}
.row {
    margin-bottom: 1.5em;
}
.welcome h1,
.welcome p {
    text-align: center;
    color: white;
    font-weight: 200;
}
.thumbnail .caption {
    color: #333;
    text-align: center;
}
.foot {
    background: #232323;
    color: #fff;
    font-size: 85%;
}
.foot .widget {
    margin-top: 1.5em;
    border-right: 1px solid #1c1c1c;
}
.foot .widget p {
    color: #aaa;
    line-height: 1.5em;
}
.foot .widget:last-child {
    border-right: none;
}
.foot .foot-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
    background: #1b1b1b;
    border-radius: 0.5em;
    border: 1px solid #191919;
}
.foot .nav-pills > li > a {
    color: #fff;
}
.foot .nav-pills > li > a:hover {
    color: #fff;
    background: #1a1a1a;
}
.credits {
    background: #1c1c1c;
    border-top: 2px solid #191919;
    padding: 1em 0;
    color: #aaa;
    line-height: 1.5em;
}
.credits .social {
    text-align: right;
}
.credits .social a {
    font-size: 1.5em;
    margin-left: 0.5em;
    color: #363636;
    text-decoration: none;
}
.credits .social a:hover {
    color: #ccc;
}
.breadcrumb a {
    color: #ccc;
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #fff;
    text-decpration: none;
}
.table {
    background: none;
    color: black;
    text-decoration: none;
}
.contact-form input,
.contact-form textarea {
    color: black;
}
.alumni {
    background: none;
    color: black;
}
.profits {
    background: none;
    background-color: #4c4c4c;
    color: #ffffff;
    font-size: 1.2em;
}
.alignC {
    text-align: center;
}
.alignL {
    text-align: left;
}
.alignR {
    text-align: right;
}
.stock-name {
    color: #56a79a;
    border-bottom: 3px solid #56a79a;
    padding-bottom: 3px;
    text-decoration: none;
    transition: color 0.4s ease;
}
