html, body, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Nunito', sans-serif !important;
}

/* body {
    background: linear-gradient(0deg, #ffffffd1, #fff), url(../../images/bg3.svg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    backdrop-filter: blur(5px);
} */

.mdl-layout-title > div {
    height: 10vh;
}

.mdl-layout__header {
    box-shadow: none;
    background-color: #fff;
}

.mdl-layout__title, .mdl-layout-title {
    font-family: 'Nunito', sans-serif;
}

.mdl-layout-title {
    color: #000;
    font-size: 2em;
    font-weight: bold;
}

.mdl-layout__drawer-button {
    display: none;
}

.mdl-layout__header-row {
    background-color: #fff;
    color: #000;
    padding: 0px 40px;
    margin: 1em 0em;
}

.mdl-card {
    width:100%;
}

.mdl-card__title {
    height: 9em;
    background-color: #11217c;
    color: #fff;
}

.mdl-card__title_secondary {
    background-color: #b5bff3 !important; 
}

.mdl-card__supporting-text {
    width: 100%;
}

.div_right {
    text-align:right;
}

.div_center {
    text-align: center;
}

.floating_action_right {
    position: fixed;
    right: 1em;
    bottom: 1em;
    box-shadow: 0px 5px 10px #ccc;
}

.floating_action_right:hover, .floating_action_right:focus {
    background-color: #1c38d5 !important;
}

