@charset "utf-8";
/* CSS Document */

html,
html * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

header {
	width:100%;
	position: absolute;
	background-color: black;
	top:0;
	padding: 1.5em;
	height: 150px;
}

body {
	
	background-color:black;
	min-height: 100%;
}

main {
	min-height: 100%; 
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 100px;
	margin-top:150px;
	
}

.site-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: 150px;	
}
.site-nav {
	position:relative;
	display: block !important;
	backgroud:none;
	text-align: right;
}

.site-nav ul li{
	padding-bottom: 2px;
}

.site-nav ul li a:hover {
	outline:none;
	border-bottom: 1px solid white;
}


.site-nav ul li a {
	text-decoration: none;
	font-size: .85em;
	font-family: "Myriad Pro", sans-serif;
	letter-spacing: .15em;
	text-transform:uppercase;
	color:white;
	-webkit-transition: color .3s;
	transition: color .3s;	
}

a {
	color:white;
	text-decoration: none;
}
/*css pagina grafica*/

.sezionegrafica a:hover {
	outline:none;
	border-bottom: 1px solid white;
}

.sezionegrafica {
	background-color: black;
	position: relative;
	font-family: "Franklin Gothic Bold",sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	
}

.sfondo {
	background-image: url("images/piano oggetti per sez_grafica_mobile_def2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 110%;
	height: 100%;
}

.bottoneuno:hover  {
    background-color: indianred;
  }

.bottonedue:hover  {
    background-color: indianred;
  }
.bottonetre:hover  {
    background-color: indianred;
  }
.bottonequattro:hover  {
    background-color: indianred;
  }
.bottonecinque:hover  {
    background-color: indianred;
  }

.bottoni {
	position:relative;
	backgroud:none;
	display:grid;
	font-size: 11px; 
	padding-top: 30%;
	padding-bottom: 30%;
}

.bottoneuno {
	grid-column: 1;
 	grid-row: 1;
	text-decoration: none;
	text-align: center;
	margin-left: 5%;
	margin-bottom: 20px;
	height: 70px;
  	line-height: 70px;  
  	width: 70px;  
  	border-radius: 50%;
  	background-color:black;
  	cursor: pointer;
}
.bottonedue {
  	grid-column: 1;
 	grid-row: 2;
	margin-left: 5%;
	margin-bottom: 20px;
	text-align: center;
	height: 70px; 
  	width: 70px;  
  	border-radius: 50%;
  	background-color:black;
  	cursor: pointer;
	line-height: 70px;
}
.bottonetre {
  	grid-column: 1;
 	grid-row: 3;
	margin-left: 5%;
	margin-bottom: 20px;
	text-align: center;
	height: 70px;
  	line-height: 70px;  
  	width: 70px;  
  	border-radius: 50%;
  	background-color:black;
  	cursor: pointer;
}

.bottonequattro {
  	grid-column: 1;
 	grid-row: 4;
	margin-left: 5%;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	height: 70px;
  	line-height: 14px;  
  	width: 70px;  
  	border-radius: 50%;
  	background-color:black;
  	cursor: pointer;
}

.bottonecinque {
  	grid-column: 1;
 	grid-row: 5;
	margin-left: 5%;
	text-align: center;
	height: 70px;
  	line-height: 70px;  
  	width: 70px;  
  	border-radius: 50%;
  	background-color:black;
  	cursor: pointer;
}


footer {
	width:100%;
	background-color: black;
	bottom:0;
	padding: 1.5em;	
	text-align: center;
	height: 6em;
	position: relative;
}

.footer a:hover {
	outline:none;
	border-bottom: 1px solid white;
}


.buttomback {
	font-size: 15px;
	color:white;
	font-family:"Myriad Pro", sans-serif;
	text-transform:uppercase; 
	text-decoration: none;
}
.footer-credit {
	font-size: 13px;
	color:white;
	font-family:"Myriad Pro", sans-serif;
	margin-top: 10px;
}


@media (min-width: 768px){
	
	header {
		height: 120px;
	}
	
	main {
	min-height: 100%; 
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 100px;
	margin-top:150px;
	}
	
	.site-nav ul {		
		text-align: right;
	}
	
	.site-nav ul li {
		display:inline-block;
	}
	
	.sezionegrafica {
	background-color: black;
	position: relative;
	font-family: "Franklin Gothic Bold",sans-serif;
	text-transform:uppercase;
	font-weight: 400;	
}

.sfondo {
	background-image: url("images/piano oggetti per sez_grafica_def.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
	
.bottoni {
	position:relative;
	backgroud:none;
	display:grid;
	font-size: 11px;
	padding-top:50px;
	padding-bottom: 50px;
}

.bottoneuno {
	grid-column: 1;
 	grid-row: 1;
	text-decoration: none;
	text-align: center;
	margin-left: 5%;
	margin-bottom: 20px;
	height: 70px;
  	line-height: 70px;  
  	width: 70px;  
  	border-radius: 50%;
  	background-color:black;
  	cursor: pointer;
}
.bottonedue {
  	grid-column: 1;
 	grid-row: 2;
	margin-left: 5%;
	margin-bottom: 20px;
	text-align: center;
	height: 70px; 
  	width: 70px;  
  	border-radius: 50%;
  	background-color:black;
  	cursor: pointer;
	line-height: 70px;
}
.bottonetre {
  	grid-column: 1;
 	grid-row: 3;
	margin-left: 5%;
	margin-bottom: 20px;
	text-align: center;
	height: 70px;
  	line-height: 70px;  
  	width: 70px;  
  	border-radius: 50%;
  	background-color:black;
  	cursor: pointer;
}

.bottonequattro {
  	grid-column: 1;
 	grid-row: 4;
	margin-left: 5%;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	height: 70px;
  	line-height: 14px;  
  	width: 70px;  
  	border-radius: 50%;
  	background-color:black;
  	cursor: pointer;
}

.bottonecinque {
  	grid-column: 1;
 	grid-row: 5;
	margin-left: 5%;
	text-align: center;
	height: 70px;
  	line-height: 70px;  
  	width: 70px;  
  	border-radius: 50%;
  	background-color:black;
  	cursor: pointer;
}	
}

@media (min-width: 1024px){
	
.sfondo {
	background-image: url("images/piano oggetti per sez_grafica_def2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 100%;
	max-width: 1600px;
	
}
	
.bottoni {
	position:relative;
	backgroud:none;
	display:grid;
	font-size: 13px;
	padding-top:150px;
	padding-bottom: 150px;
}

.bottoneuno {
	grid-column: 1;
 	grid-row: 1;
	text-decoration: none;
	text-align: center;
	margin-left: 5%;
	height: 100px;
  	line-height: 100px;  
  	width: 100px;  
  	border-radius: 50%;
  	background-color:black;
  	cursor: pointer;
}
.bottonedue {
  	grid-column: 1;
 	grid-row: 2;
	margin-left: 5%;
	text-align: center;
	height: 100px; 
  	width: 100px;  
  	border-radius: 50%;
  	background-color:black;
  	cursor: pointer;
	line-height: 100px;
}
.bottonetre {
  	grid-column: 1;
 	grid-row: 3;
	margin-left: 5%;
	text-align: center;
	height: 100px;
  	line-height: 100px;  
  	width: 100px;  
  	border-radius: 50%;
  	background-color:black;
  	cursor: pointer;
}

.bottonequattro {
  	grid-column: 1;
 	grid-row: 4;
	margin-left: 5%;
	padding-top: 35px;
	text-align: center;
	height: 100px;
  	line-height: 17px;  
  	width: 100px;  
  	border-radius: 50%;
  	background-color:black;
  	cursor: pointer;
}

.bottonecinque {
  	grid-column: 1;
 	grid-row: 5;
	margin-left: 5%;
	text-align: center;
	height: 100px;
  	line-height: 100px;  
  	width: 100px;  
  	border-radius: 50%;
  	background-color:black;
  	cursor: pointer;
}	
	

}
