@charset "utf-8";
/* CSS Document */
body {
  background: url("../immagini/img03.jpg") no-repeat center top / cover;
}
.container {
    padding-bottom: 34px;
    opacity: 1;
    background-image: -webkit-linear-gradient(270deg,rgba(248,249,250,1.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(248,249,250,1.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(248,249,250,1.00) 0%,rgba(255,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(248,249,250,1.00) 0%,rgba(255,0,0,0.00) 100%);
}
h6 {
	padding: 0 10.0px;
}