/*
mib = #11293B
*/
@font-face{
    font-family: domine;
    src: url(./assets/Domine/static/Domine-Regular.ttf);
}
body{
    font-family: domine;
}
:root{
    --mib: #11293B;
    --tertiary: #dea300;
}
.navbar{
    background-color: #11293B;
}

.navbar a {
    color: white;
}
.navbar button{
     background-color: white;
}

.btn-mib{
    color: white;
    background-color: #11293B;
}
.btn-mib:hover{
    color:#11293B;
    background-color: white;
    border: solid 2px #11293B;
}
/* Main Stylings */
.container{
    padding: 2rem 0rem;
}
/* End */
.footer{
    z-index: 100;
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-size: 20px;
    background-color: #11293B;
}
.footer>.row{
    margin: 0rem 0rem;
}