<style>

*{


}
header {
  width: 100%;
	background-color: #003366;
	color: #f2f2f2;
	text-align: center;
	font-size: 40px;
	font-family: 'Aboreto';
}

nav{
  width: 100%;
	color: #f2f2f2;
	background-color:  #3973ac;
	font-size: 35px;
	font-family: 'Advent Pro';
  overflow: auto;
  }
nav a{
  float: left;
  text-decoration: none;
  width: 25%; /*four links of equal widths*/
  padding: 12px;
  text-align: center;
  color: #f2f2f2;
}

nav a:hover {
  background-color: #6699cc;
}

body {
	color: black;
	font-family: 'Arial';
	margin: 0;
  height: 100%;
  padding: 0;
}

.sidenav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 15%;
  background-color: #f1f1f1;
  position: absolute;
  height: 123%;
  font-family: "Advent Pro";
  font-size: 25px;
}

.sidenav a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none
}

.sidenav a:hover {
  background-color: #6699cc;
  color: #064579;
}
/*Up Sidenav*/
#mySidenav a {
  position: absolute;
  right: -20px;
  transition: 0.3s;
  padding: 15px;
  width: 100px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  font-family: "Advent Pro";
  border-radius: 5px 0 0 5px;
}

#mySidenav a:hover {
  right: 0;
  background-color: #00cc44;
}

#search {
  top: 20px;
  background-color: #009933;
}

#login {
  top: 80px;
  background-color: #009933;
}

#language {
  top: 140px;
  background-color: #009933;
}
#language2 {
  top: 200px;
  background-color: #009933;
}

/*imagine grip*/
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
/*collezioni*/
.collezioni{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 25px;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 80px;
  padding-right: 80px; 
}
.collezioni p:hover {
  background-color: lightgray;
  text-align: center;
  text-decoration: none;
  overflow: auto;
} 
.collezioni a:hover{
  text-decoration: none;
  text-align: center;
}

.mainM {
  margin-left: 15%; 
  padding-left: 20px;
  padding-right: 10px;
}
.Item{
  margin-left: 15%; 
  padding-left: 20px;
  padding-right: 10px;

}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/*Slide show gallerie*/
* {
  box-sizing: border-box;
}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 650px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/* pagination */
.pagination {
  display: inline-block;
  padding: 15px;
  text-align: center;
}

.pagination a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
}
.pagination a:hover:not(.active) {background-color: #ddd;}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  font-family: "Advent Pro";
}

ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: ">";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
/*aside */
aside {
  width: 25%;
  padding-left: 15px;
  margin-left: 15px;
  float: right;
  font-style: "Arial";
  background-color: lightgray;
}

/*map*/
.map{
  height: 100px;
  width: 100px;
  display: block;
  
}
/*gallery color cheker*/
div.gallery {
  padding-right: 15px;
  border: 1px solid #ccc;
  width: 100%;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}
div.desc {
  padding: 15px;
  text-align: center;
}
* {
  box-sizing: border-box;
}
.responsive {
  padding: 10px;
  width: 100%;
  column-count: 2;
}
/*adlab button*/
.button1 {
  font-family: Arial;
  font-size: 15px;
  text-align: center;
  padding: 8px;
  background-color: white;
  color: black;
  border: 2px solid #3973ac;
}

.button1:hover {background-color: #9fbfdf}

/* Scroll to top button*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #3973ac;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  font-family: "Advent Pro";
}

#myBtn:hover {
  background-color: #6699cc;
}
/*footer*/
footer{
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  font-family: 'Advent Pro';
  background-color:#cce6ff ;
  color: black;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  column-count: 2;

}

/* social media buttons*/

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
  padding: 10px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
  padding: 10px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  
}
.fa-instagram {
  background: #125688;
  color: white;
  padding: 10px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
/* Sidenav Web Project Plan*/
.sidenavw {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #003366;
  overflow-x: hidden;
  padding-top: 20px;
  font-family: "Advent Pro";
}

/* Testo sidenav*/
.sidenavw a {
  padding: 6px 8px 6px 40px;
  text-decoration: none;
  font-size: 30px;
  color: white;
  display: block;
}

/* Sidenav in hover*/
.sidenavw a:hover {
  color: #dfbfbf;
}

/* Testo Web Project Plan*/
.main {
  margin-left: 300px;  
  padding: 0px 10px;
  padding-right: 190px;
  font-size: 20px;
  margin-top: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/
</style>