.bold{
    font-weight: bold;
}
.center{
    text-align: center;
}

#footer{
    background-color: #f7f7f7;
    min-height: 230px;
}

.footer-link{
    font-size: 20px;
    text-align: center;
    padding: 15px;
}

.img-contact{
    width: 475px;
}

.contact-us{
    padding-top: 20px;
    font-weight: bold;
    font-size: 16px;
}

.link{
    color: #00b0f0;
}

/*overide*/
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #00b0f0;
    border-color: #00b0f0;
}