@charset "utf-8";

*{
  margin: 0;
  padding: 0;
}

article, aside, footer, header, main, nav, section {
/* display: block;*/
}

html, body, h1, h2, h3, ul, li, a, p,
article, aside, footer, header, main, nav, section {
/*padding: 0;
margin: 0;*/
/*font-family: 'Literata', serif;*/
/*font-family: 'Nunito', Verdana, sans-serif;*/
/*font-family: 'Adamina';font-size: 22px;*/
/*font-family: 'Arimo';font-size: 22px;*/
/*font-family: 'Arapey';font-size: 22px;*/
/*font-family: 'Architects Daughter';font-size: 22px;*/
/*font-family: 'Annie Use Your Telescope';font-size: 22px;*/
font-family: 'Libre Franklin';font-size: 17px;
/*font-family: 'Libre Caslon Display';font-size: 22px;*/
/*font-family: 'Libre Caslon Text';font-size: 22px;*/
}

h2, h3{
color: green;    /*green*/
}

/* ----- from se 23.4.20 - for responsive site ------*/
/*h1{font-size: 200%;}
h2{font-size: 150%;}
h3{font-size: 120%;}
p{font-size: 100%;}
/*------- from se 23.4.20 - for responsive site --------------------*/


html{
  padding: 30px 0px;
/*  background-color: lightgrey;   /* lightgrey*/
  background-image: url('immagini/pine-wood.jpg');
  background-size: 50%;
}

header{
  padding: 0px;
  margin: 0px;
}

body{
width: 60%;           /* 960px 22-04-2020*/
margin-left: auto;
margin-right: auto;
background-color: white;		/* background colour = #f0f0f0=grey #ffffff=white */
/*background-image: url('../wallpaper/pine-wood.jpg');
background-size: 50%;
/*font-family: Helvetica, Arial, sans-serif;*/
/*font-family: 'Literata', serif;*/
/*font-size: 15px;           /* removed x responsive 23.4.2020 */
box-shadow: 10px 10px 10px grey;
}

main{
background-color: white;
width: 70%;				/* 640px 22-04-2020 */
float: right;
/*margin-bottom: 10px;*/
}

section{
background-color: none;	/*#bbbbbb=grey*/
margin-top: 10px;			/*10*/
padding: 5px;				/*5*/
}

article{
background-color: white;
margin-top: 0px;
padding: 10px 15px;
/* min-height: 400px; */
}

aside{
background-color: white;
width: 25%;
float: left;
padding: 2%;
/*margin-bottom: 10px;*/
}

footer{
clear: both;
background-color: #00cc00;		/* yellow */
/*background-image: url(banner/btu-01.png);*/
color: white;								/*red*/
padding: 10px 20px;
font-size: 80%;      /*10px*/
text-align: center;
/*text-shadow: 1px 2px grey;   /* 1px 2px grey */
}

ul{
  list-style-type:circle;
  margin-left: 20px;
}

img.bullet {						/*to controle the leaf immage on servizi page*/
width: 25px;
height: 25px;
margin: 0;
padding: 5px;
float: left;					/*this makes it in line with the header*/
}

img.lavori {						/*added for fotos in lavoro fv section*/
padding: 0 15px 0 0;
float: left;
}

img.imp {						/*added for fotos in impianti section*/
padding: 5px;
float: left;
}

img.logo {						/*added for logo on banner*/
width: 40px;
height: 40px;
margin: 2px 0 0 0;
padding: 15px 10px;
float: left;
}

img.center {						/*image centering*/
display: block;
height: 100%;
width: 100%;     /*300px - 23-4-2020*/
margin-left: auto;
margin-right: auto;
}

img.universo {						/* 23-4-2020 */
display: block;
width: 300px;
height: auto;
margin-left: auto;
margin-right: auto;
}

img.btu {						/* 23-4-2020 */
/*display: block;*/
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}

img.linker1 {						/* 30-4-2020 link to se & ui */
display: block;
width: 60%;
height: auto;
margin-left: auto;
margin-right: auto;
}

img.linker2 {						/* 30-4-2020 link to se & ui */
display: block;
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}

img.button {						/* 29-4-2020 - btu buttons */
display: block;
width: 50px;
height: auto;
margin-left: auto;
margin-right: auto;
}

img.printericon {
display: block;
width: 80px;
height: auto;
margin-left: auto;
margin-right: auto;
}

img.mailicon {
display: block;
width: 70px;
height: auto;
margin-left: auto;
margin-right: auto;
}

img.english {   /* sito english 13/05/2020 */
display: block;
float: right;
width: 150px;
height: auto;
margin: 20px;
}

/* TEXT OVER IMAGE 30-04-2020 */

.container {
  position: relative;
  text-align: center;
  color: white;  /* this is the colour of the text = white */
}

.headertextoverimage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*font-family: 'Literata', serif;*/
  /*font-family: 'Nunito', Verdana, sans-serif;*/
  /*font-family: 'Libre Franklin';font-size: 17px;*/
  font-size: 300%;
  line-height: 120%;
/*  text-shadow: 1px 2px grey;   /* 1px 2px grey */
}

/* -------------------------- */

a:hover {
color: #000;
}

.banner {
/*background-image: url("banner/banner-02.jpg");          /* by accident 24-4-2020 */
background-image: url("banner/alby3.png");
background-color: white;		            /* is image is not available 24-4-2020 */
/* background-position: 20% 10%; */
color: red;				   			/* this is the colour of the text; */
padding: 10px 0px 10px 0px;
margin-top: 0px;
}

/*.rob {								/*added for 2nd menubar*/
/*font-size: 15px;  */
/*}   */

/* -------------------------------------------------- */
/* ---------------FORM - SUNDAY 22.3.2020 ----------- */
/* ---------------FORM - GIOVEDI 23.4.2020 ----------- */
/* ---------------------------------------------------*/

form {
  margin: 2%;    /*30px 30px 30px 30px*/
  padding:2%;
  width: 86%;     /* 86% length of form boxes */
/*  color: black;     /*radio button colour*/
}
input {
  padding: 10px;
  font-size: inherit;
}
input[type="text"] {    /*don't leave space after input*/
display: block;
margin-top: 5px;
margin-bottom: 10px;
padding: 5px;
width: 100%;
height: 25px;
border: 0px solid blue;
background: lightgreen;
/*font-family: 'Literata', serif;*/
/*font-family: 'Nunito', Verdana, sans-serif;*/
font-family: 'Libre Franklin';font-size: 17px;
}
input[type="number"] {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  height: 25px;
  border: 0px solid blue;
  background: lightgreen;
  /*font-family: 'Literata', serif;*/
  /*font-family: 'Nunito', Verdana, sans-serif;*/
  font-family: 'Libre Franklin';font-size: 17px;
}
input[type="email"] {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  height: 25px;
  border: 0px solid green;
  background: lightgreen;
  /*font-family: 'Literata', serif;*/
  /*font-family: 'Nunito', Verdana, sans-serif;*/
  font-family: 'Libre Franklin';font-size: 17px;
}
input[type="radio"]{
  align: block;
  margin: 5px 5px 10px 5px;  /* 20px 5px 25px 5px */
}

/* drop down menu */
select{
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  height: 40px;
  border: 0px solid green;
  background: lightgreen;
  /*font-family: 'Literata', serif;*/
  font-family: 'Libre Franklin';font-size: 17px;
  font-size: 100%;
}
/* drop down menu */

textarea {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  border: 0px solid green;
  background: lightgreen;
  /*font-family: 'Literata', serif;*/
  font-family: 'Libre Franklin';font-size: 17px;
  font-size: 100%;
}

input[type="submit"]{    /*SUBMIT BUTTON*/
  /*font-family: 'Literata', serif;*/
  font-family: 'Libre Franklin';font-size: 17px;
  width: 200px;   /* 100px */
  margin-top: 15px;  /* 15px added 18.4.2020 */
  height: 50px;
  border: 0px solid red;
  background: green;
  color: white; /*text colour*/
}
input[type="submit"]:focus {       /*SUBMIT BUTTON WHEN CLICK*/
  /*font-family: 'Literata', serif;*/
  font-family: 'Libre Franklin';font-size: 17px;
  width: 200px;    /* 100px */
  height: 50px;
  border: 5px solid lightgreen;
  background: lightgreen;  /**orange*/
  color: black; /*text colour*/
}
input[type="submit"]:hover {
  cursor: pointer;
  }
input:focus{
  background: white; /* turns pea green to white*/
}
textarea:focus{
  background: white; /* turns pea green to white*/
}
.robtext {
  color:red;
}


/* -------------------- END -------------------------- */
/* ---------------FORM - ---------------- ------------ */
/* --------------------- END --------------------------*/

/* 23.4.2020 - originale se 5.4.20 - responsive web site */

@viewport{                           /* fix for apple*/
  zoom: 1.0;                         /* tom hey */
  width: extend-to-zoom;
}

@viewport{                            /* fix for inet explorer*/
  zoom: 1.0;                          /* tom hey */
  width: extend-to-zoom;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px)
{
body{
width: 70%;
font-size: 100%;
}
}

@media only screen and (min-width: 611px) and (max-width: 1200px)
{
body{
width: 90%;
font-size: 100%;
}
}

@media only screen and (min-width: 381px) and (max-width: 610px)
{
  html{
    padding: 10px 10px 0px 10px;
}
body  {
width: 100%;
font-size: 80%;
background-image: url('../wallpaper/pine-wood.jpg');
background-size: 50%;
background-color: #f0f0f0;
box-shadow: none;
}
main{width: 100%;
margin-bottom: 10px;
}
aside{
width: 94%;
padding: 2% 3%;
margin-bottom: 10px;
}
footer{
  margin: 10px 0;
  position: relative;
}
.container{
  margin-bottom: 5px;
}
.headertextoverimage {
  font-size: 150%;
  line-height: 100%;
}
}

@media only screen and (min-width: 351px) and (max-width: 380px)
{
html{
  padding: 10px 10px 0px 10px;
}
body  {
width: 100%;
font-size: 80%;
background-image: url('../wallpaper/pine-wood.jpg');
background-size: 50%;
background-color: #f0f0f0;
box-shadow: none;
}
main{width: 100%;
  margin-bottom: 10px;
}
aside{
width: 94%;
padding: 2% 3%;
margin-bottom: 10px;
}
.container{
  margin-bottom: 5px;
}
canvas{
  margin: 10px;
  padding: 0px;
}
img.universo {						/* 23-4-2020 */
display: block;
width: 60%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.headertextoverimage {
  font-size: 150%;
  line-height: 100%;
}
footer{
  margin: 10px 0;
  position: relative;
}
}

@media only screen and (min-width: 160px) and (max-width: 350px)  /*iPhone5*/
{

html{padding: 10px 10px 0px 10px;}

body  {
width: 100%;
font-size: 80%;
background-image: url('../wallpaper/pine-wood.jpg');
background-size: 50%;
background-color: #f0f0f0;
box-shadow: none;
}

main{width: 100%;
  margin-bottom: 10px;
}
footer{
  margin: 10px 0;
  position: relative;
}
.container{
  margin-bottom: 5px;
}

aside{
width: 94%;
margin: 0;    /* margin: 2% 0 2% 0; */
padding: 3px 3%;
margin-bottom: 10px;
}
img.universo {						/* 23-4-2020 */
display: block;
width: 60%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.headertextoverimage {
  font-size: 150%;
  line-height: 100%;
}
}
