/* CSS files add styling rules to your content */

@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic");

html,
body {
	background-color: #f1f2f5;
	background: #f1f2f5;
	font-family: Roboto;
	max-width: 100%;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
}


.logocontainer{
	display: flex;
	justify-content: center;
	width: 100%;
}

#logo {
	width: 100%;
	max-width: 250px; /* o la dimensione che vuoi per desktop */
	height: auto;
	box-shadow: 0px 0px 8px rgb(38 29 28 / 60%);
}

.icon{
	display: block;
	right: 36px;
	position: absolute;
	height: auto;
	max-width: 100%;
	width: 36px;
}

.mainsite {
  padding: 0 20px;
}

.section {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.article {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: inherit;
  justify-content: center;
  gap: 30px;
  position:fixed;
  top:50%;
  left:50%;
  transform: translate( -50%, -50%);
  width:100%;
}

.quote p  {
  color:  #002f54ff;
  line-height: 1 !important;
  font-family: "inherit";
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  font-stretch: normal;
  margin:0;
}

p {
  color:  #651209;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  font-style: normal;
  font-stretch: normal;
}

a {
  color:  #651209;
  font-family: inherit;
  font-size: 15px;
   font-weight: 600;
  text-decoration: none;
  font-style: normal;
  font-stretch: normal;
}

/*RESPONSIVE SETTING*/
@media screen and (max-width: 900px) and (orientation: landscape) {

}

@media screen and (max-width: 500px) and (orientation: portrait){

/* Inizio contenuto pagina */

.mainsite {
  padding-top: 0px;
  padding: 0 20px;
}

.section {
}

.article {
}

.quote p  {
  font-size: 18px;
  font-weight: 600;	
}

.click {
	font-size: 16px;
}

}