/*==============================================================================
| giusi style.css
|=============================================================================*/
html {
   }  

body {
   min-height: 100vh;
   height: 100%;
}


/*==============================================================================
| Pagina
|=============================================================================*/
.pagina_class {
   }
   
/*==============================================================================
| Header
|=============================================================================*/
.header_class {
   padding-top: 10px;
   }
   
.header_title1_class {
   }   
   
.header_title2_class {
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   z-index:9999;
   } 

.header_titolo1 {
   font-size: 1.8em;
   font-weight: bold;
   font-style: italic;   
   } 
   
.header_titolo2 {
   font-size: 0.8em;
   font-weight: normal;
   font-style: italic;   
   }   
   
/*==============================================================================
| Body
|=============================================================================*/
.body_class {
   }

.body_class a,
.body_class a:hover,
.body_class a:focus,
.body_class a:visited {
   text-decoration: none;
}

.body_class a:hover {
	font-size:1.1em;
}    
   
/*==============================================================================
| Footer
|=============================================================================*/
.footer_class {
   padding: 20px 0 100px 0;
   }
   
.footer_class a,
.footer_class a:hover,
.footer_class a:focus,
.footer_class a:visited {
   text-decoration: none;
}

.footer_class a:hover {
	font-size:1.1em;
}   

   
/*==============================================================================
| Offcanvas
|=============================================================================*/
/*============================================================================*/   
.offcanvas {
   }

/* CSS */
.offcanvas-smalltext {
  font-size: 0.90rem; /* oppure 14px */
   }

.offcanvas a,
.offcanvas a:hover,
.offcanvas a:focus,
.offcanvas a:visited {
   font-size:1.1em;
   text-decoration: none;
   }

.offcanvas a:hover {
	font-size:1.2em;
   }   

/*============================================================================*/
.bg-primary,
.btn-primary {
   }
   
.btn-primary a,
.btn-primary a:hover,
.btn-primary a:focus,
.btn-primary a:visited {
   text-decoration: none;
   }  

.btn-primary a:hover {
   } 

/*============================================================================*/   
.bg-secondary,
.btn-secondary {
   } 

.btn-secondary a,
.btn-secondary a:hover,
.btn-secondary a:focus,
.btn-secondary a:visited {
   text-decoration: none;
   }     

/*============================================================================*/
.bg-success,
.btn-success {
   }      
   
.bg-danger,
.btn-danger {
   }  


   

