/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24 set 2021, 15:22:57
    Author     : LUCA
*/

#menuprofessioni,#menudiscipline{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
   margin: 1rem;
  position: relative;
 }

#menuprofessioni,#menudiscipline {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#menuprofessioni:hover,#menudiscipline:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

