/*Change default colours*/

body{
font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system,system-ui,BlinkMacSystemFont;
font-size: .9rem;
}

/*Fonts*/
 @media screen and (min-width: 480px) {

    html {

    font-size: calc(16px + 4 * ((100vw - 480px)/ 800));

    }
}

/*mb custom CSS*/
.mbWhiteTxt{
    color:#fff;
    text-shadow: 2px 2px 5px #000;
    text-align: center;
    letter-spacing: -0.4px;

}

hr{
    max-width:66%;
    color:#b7b7b7;
    height:0.1em;
    margin-top:1em;
    margin-bottom: 1em;
    background-color: #b7b7b7;
    border-radius: 3px;
    
}

ul {
    /* list-style-position: inside; */
}

.mbRound{
    border-radius: 21px;
}

.mbPhoto{
    border-radius: 21px;
    box-shadow:5px 5px 10px #757575;
    
}

.mbTitleImg{
    margin-left: 25%;
    margin-right: 25%;
    max-width: 50%;
}

.mbPortrait{
    margin-top: 25px;
    margin-left: 25%;
    margin-right: 25%;
    max-width: 66%;
    border-radius: 100%;
}

.mbCard{
    background-color: #fff;
    border-color:#fff;
    border-style:solid;
    border-radius: 21px;
    border-width: 0.5em 0.9em 0.5em 0.9em;
    padding:0.2em;
}

.mbIcon{
    max-width: 64px;
}

.mbCenter{
    display: flex;
    justify-content: center;
    align-items: center; 
}

.card, .panel{
    box-shadow: 5px 6px 8px 3px rgb(171, 171, 171);
    border: none;
    border-radius: 16px;
}

.overlay {
    background: #ffffff;
}