.jumbotron
{
    background-color: #002133;
    color:white
}

.list-group-item:hover
{
    cursor: pointer;
    background-color: #002133;
    color:white
}

.mainTableHeader
{
    color:white;
    background-color: #002133;
}
thead th
{
    font-weight: bold;
}

/* Styles for FORMS AND TIMETABLE */
.formHeader, .formHeader .btn
{
    color:white !important;
    background-color: #002133;
}

.active-sidebar{
    background-color: #002133;
    color: white;
}

.btn{
    background-color: #002133;
    color: white !important;
}

.btn:hover{
    background-color: #0091df;
}

.carousel-item{
    width:100%;
}

.testimonial{
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    display:block;
    max-width: 280px;
    height: 250px;
}
