#header{
    border-radius: 0 0 20px 20px ;
    position: fixed;
    object-fit: cover;
    height: 15vh;
    width: 100%;
}

.mr-10{
    margin-right: 10px;
}

.font-light{
    color: white;
}
.bg-content-grey{
    background: #F8F8F8
}

@media screen {
.header-navbar .navbar-container ul.navbar-nav li i.ficon, .header-navbar .navbar-container ul.navbar-nav li svg.ficon {
    height : 1.5rem;
    width : 1.5rem;
    font-size : 1.5rem;
    /*color : #6E6B7B;*/
    color : white;
}
}