/*HEADER*/


/*colore menù*/

.menu_color {
    background-color: white (37, 37, 37)!important;
    color: darkslategray !important;
}

.menu_color:hover {
    color: lightslategray !important;
}


/*PAGINA*/


/*elementi statici*/

.elements_static {
    color: #716959 !important;
    border-color: gainsboro!important;
}


/*testi di default*/

.text_static {
    color: black !important;
}


/*colore link di default*/

.elements_dynamic {
    color: black !important;
    text-decoration: none !important;
}


/*link hover*/

.elements_dynamic:hover {
    color: black!important;
}


/*colore sfondo pagine*/

.sfondo_color {
    background-color: white !important;
}


/*colore  sfondo card*/

.card_color {
    background-color: whitesmoke !important;
}


/*colore testo card*/

.text_card {
    color: black !important;
}


/*colore bottoni default*/

.button_color {
    background-color: whitesmoke !important;
}


/*colore bottone premuto*/

.button_color:hover {
    background-color: lightslategrey!important;
}


/*linea separatrice lunga tutto lo schermo con un margine di 3*/

.hr_spacing {
    margin: 3rem 0 !important;
}


/*FOOTER*/


/*colore footer*/

.footer_color {
    background-color: white!important;
    color: darkslategray !important;
}

.footer_color:hover {
    color: lightslategray !important;
}