/*
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 : 14-set-2020, 16.16.43
    Author     : Andrea
*/

/* ----------------------------- BACKGROUND ------------------------------- */

html { 
  /*background: url(../img/bkgImage5.png) no-repeat center center fixed;*/
  /*background: url(../img/bkgImage2.png) no-repeat center center fixed;*/
  /*background: url(../img/bkgBianco2021_1.png) no-repeat center center fixed;*/
  background: #FFFFFF;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
/*  font: normal 10px Algerian, Arial, sans-serif;*/
  /*font: normal 10px Arial, Arial, sans-serif;*/
  /*font-family: "Broadway", Courier, monospace;*/
  font-family: 'Broadway-Flat', arial;
}

#bkg1 {

/*  background: url(../img/bkgImage5.png);
  background-repeat: no-repeat;
  background-size: auto;
  
  font: normal 10px Algerian, Arial, sans-serif;
  font: normal 10px Arial, Arial, sans-serif;
  font-family: "Lucida Console", Courier, monospace;*/
  
}