
@font-face {
    font-family: 'bebas';
		src: url('./bebasneue_bold-webfont.woff2') format('woff2'),
         url('./bebasneue_bold-webfont.woff') format('woff'),
		     url('./bebasneue_bold-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

html, body, div, ul {
	margin: 0;
	padding: 0;
}

#content {
	width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

h1 {
	margin: 30px 0 15px 0;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
}
.logo h1 {
	font-family: 'bebas', Arial, sans-serif;
	font-size: 32rem;
	line-height: 30rem;
	margin: 0;
	padding: 0;
	color: #ff0000;
	text-align: center;

}
h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #E5E5E5;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 7px 0;
}

a {
	outline: none;
}

a img {

}

a img.last {
	margin-right: 0;
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
}


/* .sfondo {
	background-repeat: repeat;
	background-image: url(./pattern.jpeg);
} */

.cont {
	width: 60em;
	height: auto;
	font-size: 10px;
	margin-top: 20px;
	padding-top: 20px;
	/* background-color: white; */
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.intro-cont {
  background: #fff;
  padding-bottom: 340px;
	margin-bottom: 50px;
}

.intro-cont img {
	width: 60%;
}

.label {
	line-height: 5rem;
	font-weight: bold;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
  text-align: center;
	padding: 5px;

}
.credits {
  font-size: 1rem;
  line-height: 1rem;
	display: block;
	margin-top: -20px;
	margin-bottom: 20px;
}
.testo {
	text-align: justify;
	font-family: 'Oswald', Verdana, Helvetica, Arial, sans-serif;
	font-size: 2rem;
	line-height: 1.9rem;
	width: 100%;
	height: auto;
	margin-left: 0px;
	display: block;
	min-height: 250px;
}
.testo p {
	float: left;
	width: 44%;
	margin: 3%;
}


.logo {
	text-align: center;
}
.logo img {
	margin: 30px auto;
}
.album {
	padding-top: 0px;
	padding-bottom: 10px;
	clear: both;
}

.foto {
	background: #fff;
  padding: 0px 20px 20px 20px;
  margin-bottom: 40px;
	width: calc(100%-40px);
	height: auto;
	position: relative;
}

.foto img {
	border: 0px black solid;
	width: 100%;
	height: auto;
}
.form {
	width: 300px;
	margin-left: 50px;
	padding: 20px;
}
.textarea {
	width: 300px;
	height: 120px;
	border: 3px solid #993333;
	padding: 5px;

	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*background-image: url(/web/20160323170514im_/https://www.lesbaguettesdumal.com/morte/bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
*/
}

.year {
	text-align: right;
	font-size: 4rem;
  line-height: 3rem;
  font-family: 'Oswald', Arial, sans-serif;

		position: absolute;
		right: -110px;
		rotate: 90deg;
}
#overlay {
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:1 !important;
	background-color:#666;
	display: none;
}
a {
color: #000;

}

@media (width >= 1440px) {
  /* 1024 -> 1440 */

	.cont {
		width: 86rem;
	}
	.logo h1 {
		font-size: 44rem;
		line-height: 42rem;
	}
}

@media (1280px <= width < 1440px) {

	.cont {
		width: 76rem;
	}
	.logo h1 {
		font-size: 38rem;
		line-height: 36rem;
	}
}
@media (1024px <= width < 1280px) {
  /* 1024 -> 1440 */

	.cont {
		width: 60rem;
	}
	.logo h1 {
		font-size: 30rem;
		line-height: 28rem;
	}
}


@media (720px <= width < 1024px) {
  /* 1024 -> 1440 */

	.cont {
		width: 44rem;
	}
	.logo h1 {
		font-size: 22rem;
		line-height: 20rem;
	}
	.testo {
    font-size: 1.6rem;
    line-height: 1.5rem;
	}
	.testo p {
		float: none;
		width: auto;
	}
	.intro-cont {
		padding-bottom: 40px;
	}
}

@media (576px <= width < 720px) {
  /* 576 -> 720 */

	.cont {
		width: 34rem;
	}
	.logo h1 {
		font-size: 17rem;
		line-height: 15rem;
	}
	.testo {
    font-size: 1.6rem;
    line-height: 1.5rem;
	}
	.testo p {
		float: none;
		width: auto;
	}
	.intro-cont {
		padding-bottom: 40px;
	}
}
@media (400px <= width < 576px) {
  /* 576 -> 720 */

	.cont {
		width: 18rem;
	}
	.logo h1 {
		font-size: 13rem;
		line-height: 12rem;
	}
	.testo {
    font-size: 1.6rem;
    line-height: 1.5rem;
	}
	.testo p {
		float: none;
		width: auto;
	}
	.intro-cont {
		padding-bottom: 40px;
	}
}
@media (width < 400px) {
  /* 576 -> 720 */

	.cont {
		width: 18rem;
	}
	.logo h1 {
		font-size: 13rem;
		line-height: 12rem;
	}
	.testo {
    font-size: 1.6rem;
    line-height: 1.5rem;
	}
	.testo p {
		float: none;
		width: auto;
	}
	.intro-cont {
		padding-bottom: 40px;
	}
}
