.teal-blue{
    color:#008891;
}

.crazy-red{
    color:#D13819;
}

.page-header{
    margin-top:0px;
}

.panel-body{
    padding-top:0px;
}

.img-responsive{
    margin-bottom:15px;
}

.page-footer{
    margin-top:20px;
}

body{
    padding-bottom:70px;
}

/* unvisited link */
a.home:link {
    color: #008891;
}

/* visited link */
a.home:visited {
    color: #008891;
}

/* mouse over link */
a.home:hover {
    color: #4CABB2;
    text-decoration: none;
}

/* selected link */
a.home:active {
    color: #008891;
}

.assignment{
    color: #D13819;
}
