h3{
	color: #7dff80;
}

body{
	background-image: url("../img/sfondoNotizie.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	color: white;
	background-attachment: fixed;
}

html, body {
  overflow-x: hidden;
}
body {
  position: relative;
}

header{
	 z-index: 99;
}

#main-div{
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	padding-top: 12em;
	padding-left: 1em;
	padding-right: 1em;
}

#inner-div{
	width: 50%;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
}
  
.overlay-content {
    position: absolute;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 1000px) {
  /* For mobile phones: */
  #inner-div {
    width: 100%;
  }
}

.redLuzzaraButton{
	color: white;
	background-color: #FF0000;
	border-color: #FF0000;
}

#buttonsDiv{
	margin-top: 2em;
}

footer{
	background-color: black;
	width: 100%;
}


@media only screen and (max-width: 1000px) {
  /* For mobile phones: */
  img {
    width: 100%;
    object-fit: cover;
  }
}

h3{
	color: #7dff80;
}

h2{
	color: #de8c8c;
}