.ui.borderless.menu{
    margin-bottom: 0;
}

header,footer{
    flex: 0 0 auto !important;
}

.active-link{
    background-color: #d8ccf2 !important;
    color:black !important;
    font-weight: 700;
}

.shrink-menu{
    flex: 0 0 auto !important;
}

footer{
    background-color: white !important;
    flex-shrink: 0;
    margin-bottom: 0 !important;
}

.main-body{
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
}

.content-wrap{
    flex:1 0 auto;
}

.image-background{
    background-color: white !important;
}

.profile-menu{
    background: #241348 !important;
}

.menu-text{
    color:white !important;
}

.menu-text:hover{
    background-color: #d8ccf2 !important;
    color: black !important;
}

.menu-header{
    color: white !important;
}


 .ui.profile.grid{
    height: 100%;
    margin-bottom: 0 !important;
    margin-top: 0;
}

.ui.dashboard.grid{
    height: 100%;
    margin-bottom: 0 !important;
    margin-top: 0;
}

.three.wide.column{
    height: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ui.vertical.menu{
    height: 100%
}

.ui.medium.centered.image{
    width: 200px !important;
}