﻿body {
	font-family: Helvetica;
  animation-name: flash;
  animation-duration: 2s;
  animation-timing-function: ease-in;
}

@keyframes flash {
  75%, 25%, 0% {
    opacity: 0;
  }
}

html {
	scroll-behavior: smooth;
}

.bottonequattro span {
  font-size: 10px;
}

.buttonquattro {
  display: inline-block;
  border-radius: 4px;
  background-color: white;
  border: none;
  color: red;
  text-align: center;
  padding: 7px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  margin-top: -80px;
  margin-left: 300px;
}

li.dropdown {
  display: inline-block;
  position: absolute;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 157px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 10px;
  display: block;
  top: -500px;
  transition: all 1.5s;
}

.secondo {
	margin-top: 0.1px;
}

.dropdown-content a {
  color: black;
  padding: 16px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover:not(.active) {
	background-color: #e5e5e5;
	color: black;
}

.dropdown:hover:not(.active) .dropdown-content {
  display: block;
  top: 45px; 
}

.navbar {
	font-size: 20px;
}

ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  background-color: white;
  width: 100%;
  margin-top: -20px;
  padding-bottom: 0px;
  padding-top: 20px;
  z-index: 5;
  position: fixed;
  top: 0;
}

li {
  float: left;
  margin-top: 20px;
  margin-right: 5px;
}

li a {
  display: block;
  color: black;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  font-size: 20px;
  margin-top: -10px;
  transition: background-color 1s, color 2s;
}

li a:hover:not(.active), .dropdown:hover:not(.active)  .dropbtn  {
	background-color: red;
	color: white;
}

.scroll {
	color: white;
      background-color: red;
	padding: 5px;
      margin-top: 60px;
}

.titolo {
	background: url("/BagniMonilia/img/background.jpg") no-repeat fixed;
	text-align: center;
	padding: 200px;
      margin-top: 0px;
}

.titolo h1 {
	color: white;
}

.miserviva {
  margin-top: -200px;
  font-size: 0px;
}

.column {
	float: right;
	width: 20%;
	padding: 3px;
	margin-right: 3px;
      margin-top: 200px;
}

.column a {
	text-decoration: none;
	color: black;
}

.column a:hover:not(.active) {
	text-decoration: underline;
}

.Accesso {
    text-align: center;
	margin-left: 150px;
	margin-top: -10px;
}

.Accesso p {
	font-size: 20px;
}

.Accesso h1 {
	font-size: 40px;
}

.Forum {
	text-align: center;
	margin-left: 100px;
	margin-right: 450px;
	margin-top: 100px;
}

.Cosa {
	text-align: center;
	margin-left: 3px;
	width: 80%;
	margin-top: 50px;
}

.Cosa p {
	font-size: 20px;
}

.Cosa h1 {
	font-size: 40px;
}

.bottone {
	margin-left: 750px;
	margin-top: 35px;
}

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: red;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  width: 170px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.informazioni {
	display: inline-block;
	background-color: red;
	color: white;
	text-align: center;
	margin-top: 20px;
	z-index: -1;
}

.informazioni p {
	font-size: 25px;
	margin: 235px;
	margin-top: 0px;
	margin-bottom: 50px;
}

.informazioni h1 {
	margin-top: 40px;
}

.bottonedue {
	margin-left: 670px;
	margin-top: -35px;
	margin-bottom: 50px;
}

.buttondue {
  display: inline-block;
  border-radius: 4px;
  background-color: white;
  border: none;
  color: red;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.buttondue span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttondue span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttondue:hover span {
  padding-right: 25px;
}

.buttondue:hover span:after {
  opacity: 1;
  right: 0;
}

.uno {
	font-size: 20px;	
}

.due {
	font-size: 18px;
}

.news {
	text-align: center;
	margin-top: 100px;
}

.news h1 {
	margin-top: 50px;
}

.news p {
	margin-top: -15px;
}

.news span {
	font-size: 19px;
}

.news div {
	width: 40%;
	transition: all 1s;
	margin-left: 220px;
}

.news div:hover:not(.active) {
	height: 45%;
	font-size: 20px;
}

.bottonetre {
	margin-left: 670px;
	margin-top: -35px;
}

.buttontre {
  display: inline-block;
  border-radius: 4px;
  background-color: red;
  border: none;
  color: white;
  text-align: center;
  padding: 17px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-size: 1px;
  margin-top: 60px;
  margin-left: 150px;
}

.buttontre span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-size: 15px;
  text-align: left;
}

.buttontre span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttontre:hover span {
  padding-right: 25px;
}

.buttontre:hover span:after {
  opacity: 1;
  right: 0;
}

.seconda {
	margin-top: 70px;
}

.columndue {
	float: right;
	width: 40%;
	padding: 5px;
	margin-right: 5px;
	margin-top: 30px;
}

.columndue a {
	text-decoration: none;
	color: black;
}

.columndue a:hover:not(.active) {
	text-decoration: underline;
}

.columntre {
	float: right;
	width: 20%;
	padding: 50px;
	margin-right: -380px;
	margin-top: 370px;
}

.columntre a {
	text-decoration: none;
	color: black;
}

.columntre a:hover:not(.active) {
	text-decoration: underline;
}

.footer {
	font-family: Arial
	color: black;
	text-align: center;
	margin-top: 80px;
	padding: 20px;
}

.footer p {
	font-size: 15px;
}

.footer h1 {
	width: 75%;
	display: inline-block;
	font-size: 3px;
	background: red;
	margin-bottom: 25px;
}

.footer a {
	color: black;
	text-decoration: none;
}

.footer a:hover:not(.active) {
	text-decoration: underline;
}

