@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
html, body, #container {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body {  
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: white;
	font-weight: 300;   
	background: url("../img/bg.jpg") no-repeat fixed top #000000;
}
.b, strong {
  font-weight: 700;
}
.italic {
	font-style: italic;
}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5 {
	font-family: "shrub", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.adobe_text_regular {
	font-family: "shrub", sans-serif;
	font-weight: 300;
	font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
}
.text_bianco {
	color: #FFF;
}
.text_nero {
	color: #000;
}
.text_oro {
	color: #D1AE00;
}
.text_rosso {
	color: #932516;
}
.bg_bianco {
	background-color: #FFF;
}
.bg_nero {
	background-color: #000;
}
.bg_grigio {
	background-color: #cec9c8;
}
.bg_oro {
	background-color: #ab8939;
}
.bg_rosso {
	background-color: #932516;
}
.h25 {
	height: 25px;
}
.h50 {
	height: 50px;
}
.h100 {
	height: 100px;
}
.std_padding {	
	padding: 20px 10px; 
}
.align_left {
	float: left;
	margin: auto;
}
.align_right {
	float: right;
	margin: auto;
}
.wide_container {
	width: 100%;	
	margin:-10px auto 0 auto;
	text-align: center;
}
.container {
	max-width: 1000px;
	margin:0 auto;
	text-align: center;	
}
.video_bg {
    height: 100%;
    background: linear-gradient(0deg, #ab8939 50%, rgba(0, 0, 0, 0) 50%);
	margin-top: -25px;
}
#storia p {
	font-size: 1.4em;
	line-height: 1.4;
	padding: 0 20px;
}
#personaggi {
	display: flex;
	flex-flow: row wrap;
}
#personaggi img {
	width: 25%;
}
#edizioni {
	display: flex;
	flex-flow: row wrap;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 5px 10px #000;
}
#instagram {
	display: inline-block;
}

#instagram img {
	width: 48%;
}



#credits {
  overflow: auto;
  background-color: #E3E3E3;
  color: #555555;
  width: 100%;
  padding: 4em;
}
#credits a {
  text-decoration: none;
  color: #0a7994;
}



#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #E1E1E1;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  transition: all .2s;
}
#myBtn:hover {
  background-color: #D0D0D0;
}


@media screen and (max-width: 940px) {

}

@media screen and (max-width: 680px) {
#personaggi img {	
	width: 50%;	
}	

}

@media screen and (max-width: 450px) {

}


@media screen and (prefers-reduced-motion: reduce) {  
  * {
    /* Very short durations means JavaScript that relies on events still works */
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}