<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  background: #7e7e7e;
}

a {color: #003f65;}
a:hover{color: #00253c; text-decoration: none;}

/* ! Header */

.header{padding: 0; position: relative;}
.social-header { position: absolute; right: 25px; bottom: 13px; z-index: 2;}
.social-header i{font-size: 20px;}

/* ! Slide home */

.slide{padding: 0;}



/* ! Main content */

.main-content{font-size: 18px; font-style: italic;}

.main-content.container{
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;

}


.main-content.home {
	text-align: center;
	min-height: 200px;
	padding-top: 70px;
	padding-bottom: 70px;
}

.main-content.collaborazioni img{max-width: 240px;}


/* ! Footer */

.footer{padding: 15px 25px;}
.footer.bg-light{ background: #a3a3a3 !important; }

.social-footer{max-width: 80px; text-align: center; margin: 5px auto 0 auto;}
.social-footer p:first-child{margin-bottom: 5px;}
.social-footer p{margin-bottom: 0; font-size: 12px;}
.social-footer i{font-size: 25px;}

@media (max-width: 768px) {
  .social-footer{max-width: 100%; text-align: left; margin: 10px 0 0 0;}
  .social-footer p:first-child {	margin-bottom: 0; width: 25px; float: left; }

}
</pre></body></html>