@charset "UTF-8";

#header {
	height: 100vh;
	position: relative;
	top: 100px;
	width: 100%;
	letter-spacing:0.3em;
	background-image: url(../_images/IMG_4028.JPG);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2;
	background-color: #710001;
}
#second {
	height: 100vh;
	width: 100%;
	opacity: 0.80;
	background-color: #666;
	color: #fff;
	padding: 8%;
}
#name {
	position: fixed;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
	top:0;
	text-align: center;
	border-bottom-style: solid;
	border-top-style: solid;
	border-color: white;
	border-width: 1px;
	background-color: #333;
	opacity: 1;
}
#mobile {
	display: none;
}
#blocco {
	position: fixed;
	height: 100vh;
	width: 250px;
	display: block;
	z-index: 10;
	left: 0px;
	display: flex;
	flex-direction: column;
}
#name_1, #name_2  {
	left: 40px;
	float: none;
	clear: both;
	border-style: solid;
	border-color: white;
	border-width: 1px;
}
#topo {
	font-family: Caviar;
	font-size: 2em;
	text-align: center;
	color: white;
	margin-top: 20px;
}
#topo_1, #topo_2 {
	/*background-color: white;*/
	/*z-index: 1;*/
	/*position: fixed;*/
	display: none;
	color: white;
	font-family: gothic_0;
	font-size: 18px;
	text-align: left;
    /*right: 30%;*/
    /*transform: translate(-50%, 0%);*/
    /*-ms-transform: translate(-50%, 0%);*/
	overflow: hidden;
}
.lista {
	padding: 0px;
	clear: both;
	float: right;
}
a.lista {
	color: white;
	text-decoration: none;
}
a.lista:link {
	color:white;
	text-decoration: none;
}
a .lista:visited {
	color: white;
	text-decoration: none;
}
a.lista:hover {
	color: crimson;
	cursor: pointer;
}
.square-box {
    position: relative;
    width: 80%;
    overflow: hidden;
    float: left;
	margin-top: 20px;
}
.square-box:before {
    content:"";
    display: block;
    padding-top: 100%;
}
.square-content {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    color: white;
    /*background: #aaa;*/
}
.square-content div {
    display: table;
    width: 100%;
    height: 100%;
}
.square-content span {
    display: table-cell;
    vertical-align: middle;
    color: white;
    padding: 1em;
    overflow: hidden;
}
div.sticky {
  /*position: -webkit-sticky;
  position: sticky;*/
	position: relative;
  	margin-top: 0;
	height: auto;
	width: 100%;
	opacity: 1;
	background-color: #710001;
	/*color: #fff;*/
	padding: 8%;
	padding-left: 280px;
	z-index: 1;
	margin-top: 50%;
}
h2 {
	color: white;
	font-size: 32px;
}
p {
	color: white;
}
.textW {
	color: white;
}
/*************************************
***            MOBILE              ***
**************************************/
@media only screen and (max-width: 781px) {
	#mobile {
		display: block;
		font-size: 18px;
		overflow-y: scroll;
		background-color: brown;
		color: white;
		margin-top: 100px;
		width: 100%;
		height: 100vh;
		position: relative;
		float: left;
		text-align: center;
	}
	#header {
		display: none;
	}
	div.sticky {
	padding: 8%;
	z-index: 1;
	margin-top: 800px;
}
	#topo {
		font-size: 20px;
		margin-top: 8px;
	}
	.square-box {
    	width: 75%;
	}
	#name_1, #name_2  {
		border-style: solid;
		border-color: black;
		border-width: 1px;
		display: block;
		background-color: transparent;
	}
	.lista {
		float:left;
		clear: both;
		padding: 0px 0px 0px 8%;
		font-size: 18px;
	}
	h1 {
		font-size: 20px;
	}
		.square-box {
		width: 4%;
	}
}

