*{
    margin: 0;
    padding: 0;
}
.container{    
    font-family: 'Gentium Basic', serif;    
}
.header-container{           
    background-color: rgb(0,59,92,1); 
    height: 50px;         
}

.title h4{
    font-size: 25px;
    bottom: 10px;
    color: white;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
}
.home-icon{
    width: 40px;
    height: 50px;
    position: fixed;
    padding-top: 5px;
}
.header-container a i{
    left:10px;
    font-size: 20px;
    width: 20px;
    top:10px;
    color: white;
}
.container-fluid .row{
    padding-top: 5px;
    padding-bottom: 5px;

}