BODY {
	font-family: 'Armata', sans-serif;
}

.bungee {
	font-family: 'Bungee', cursive;
}
.text-shadow {
	text-shadow: 2px 2px 10px #000000;
}

#content {
	background-image: url(img/bg-home.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
}
.colorpicker .btn-outline-secondary:hover, .colorpicker .btn-outline-secondary:active, .colorpicker .btn-outline-secondary:focus {
	background-color: rgba( 0, 0, 0, .25 ) ! important;
}

.colorpicker .btn-outline-secondary.active {
	background-color: transparent ! important;
	position: relative;
}
.colorpicker .btn-outline-secondary.active::after {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 25px;
	left: 0;
	margin-top: -30%;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
.colorpicker .btn-outline-secondary.lightpicker.active::after {
	color: #000000;
}
.colorpicker .btn-outline-secondary.darkpicker.active::after {
	color: #FFFFFF;
}


@media screen AND ( max-width: 600px ) {
	#content H1 {
		font-size: 35px;
	}
}

@media screen AND ( min-width: 600px ) {
	#content H1 {
		font-size: 60px;
	}
}

.custom-file-input:lang(it)~.custom-file-label::after {
    content: "Sfoglia"
}

.dropdown-scroll {
    max-height: 320px;
    overflow-y: auto;
}