*{
    font-family: "Roboto", sans-serif;
}

.text-black{
    color: #000 !important;
}

.text-light{
    color: #707070 !important;
}

.btn-blue{
    background-color: #4A90E2;
    color: #fff;
}

.btn-blue:hover{
    color:#fff;
    background-color: #052141;
}

.about-bg{
    background: url(./images/about-bg.png)
}

footer{
    background-color: #000 !important;
   
}

footer a{
    color:#fff !important;
    text-decoration: none;
}

.bg-black{
    background: #000 !important;

}

.bg-black a{
    color: #fff;;
}