
html {
  scroll-behavior: smooth;
}

li {
	margin: 1.5rem;
}

.li-title {
	font-family: 'Poppins', sans-serif, 'arial';
	font-weight: 600;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

a {
  color: #505ed8;
}

.arrow a{
	color: inherit;
}

body {
	/*background: #fff;*/
	/*background: rgba(66,66,66,.8);*/
	background-color: whitesmoke;
	color: #333;
	font-family: 'Ubuntu', sans-serif;
	position: relative;
}

h3 {
  font-weight: 400;
}

.center {
	text-align: center;
}

.webstack-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'Jost', sans-serif;
	padding: 10px;
	margin-top: 2%;
}

#stack-background {
	position: absolute;
	top: 10%;
	width: 30%;
	opacity: 0.2;
}

/* Singoli item dello stack */
.webstack-container div {
	padding: 10px;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
	font-size: 32px;
}

/* Sottolinea testo */
.un{
    border-bottom: 1px solid transparent;    
    transition: all .6s ease-in;
}
.un:hover{
    border-bottom: 1px solid black;    
}

.font-highlight {
	font-weight: 600;
	font-size: 120%;
}

.text-left {
	text-align: start;
	align-self: flex-start;
}

.recaptcha-container {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	margin-top: 8%;
}

.dynamic-flex-direction {
	flex-direction: row;
}

.dynamic-max-width {
	max-width: 450px;
}

.dynamic-footer-pb {
	padding-bottom: 1rem !important;
}

.dynamic-small-font-size {
	font-size: .875em;
}

.dynamic-header-graphic-mt {
	margin-top: 6% !important;
}

@media only screen and (max-width: 768px) {
	/* Singoli item dello stack */
	.webstack-container div {
		padding: 10px;
		opacity: 1;
		z-index: 1;
		cursor: pointer;
		font-size: 24px;
	}

	h3 {
		font-weight: 400;
		font-size: 22px;
	}

	.font-highlight {
		font-weight: 600;
		font-size: 110%;
	}

	.dynamic-flex-direction {
		flex-direction: column;
	}

	.dynamic-max-width {
		max-width: 550px;
	}

	.dynamic-img-scale {
		transform: scale(0.7);
	}

	.dynamic-footer-pb {
		padding-bottom: 2rem !important;
	}

	.dynamic-small-font-size {
		font-size: .775em;
	}

	.dynamic-header-graphic-mt {
		margin-top: 15% !important;
	}
}