body {
    font-family: 'Roboto', sans-serif;
}

.roboto-thin {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-style: italic;
}


/*footer{
    padding: 1rem 1rem 1rem !important;
    margin-top: auto;
}*/

footer .is-size-7{
    font-style: italic;
}


#hero_body_index_0 {
    background-image: linear-gradient(rgba(61,62,63,0.9), rgba(61,62,63,0.9)), url('../img/background_0.jpeg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:  cover;
    padding: 0 auto;
}

#hero_body_index_1 {
    background-color: rgba(61, 62, 63, 1);
}

#hero_body_login {
    background-image: url('../img/backgroundV2.jpeg');
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
}


#hero_body_login .box {
    background-color: rgba(1, 1, 1, 0.8);
}

.navbar-item img {
    max-height: 3rem;
}




/*#hero_body_index {
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('../IMG/BACKGROUND_2.jpg');
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
    padding: 0 0;
}
#hero_body_index .box {
    transition: transform 0.3s ease;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}
#hero_body_index .box:hover {
    transform: scale(1.05);
}
#hero_body_index .box.clicked {
    animation: pulse 0.5s;
}

#hero_body_admin {
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('../IMG/BACKGROUND_3.jpeg');
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
    padding: 0 auto;
}
#hero_body_admin .box {
    transition: transform 0.3s ease;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}
#hero_body_admin .box:hover {
    transform: scale(1.05);
}
#hero_body_admin .box.clicked {
    animation: pulse 0.5s;
}

#hero_body_admin_22 {
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('../IMG/BACKGROUND_3.jpeg');
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
    padding: 0 auto;
}

#hero_body_admin_22 .notification {
    opacity: 0.5;
    background-color: rgba(130, 130, 130, 0.8);
}*/

/*.figure-container {
    position: relative;
}

.figure-container img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.3;
}

.figure-container .centered-text {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: blue;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    z-index: 1;
}*/