.bg-brown{
    background-color: #12124d !important;
}

    .logo {
        max-width: 255px;
    }

    img.logo-university {
    max-width: 400px;
}

    @media only screen and (max-width: 460px){
        img.logo-university {
    max-width: 200px;
}

        .ibColumn {
            z-index: 1;
            min-height: 30vh!important;
        }
    }


