
/*	Mobile  */
	@media screen and (max-width: 440px) {

		#Footer {
			width: 100%;
		    display: flex;
		    clear: both;
		    padding-bottom: 2rem;
		    padding-top: 2rem;
		    flex-direction: column;
		    align-items: center;
		    background: var(--Palette1);
		    margin-top: -3rem;
		}
		#Footer .Message {
			display: flex;
		    justify-content: center;
		    flex-direction: column;
    		align-items: center;
		    width: 100%;
			padding-top: 1rem;
		}
		#Footer > .Message > .footSponsor, .footImg P {
			margin:0;
			margin-bottom:2rem;
			padding-bottom: 0.9rem;
			padding: 0;
			text-align: center;
			font-size: 1.1rem;
			line-height: 1.5em;
			color: var(--Palette3);
			font-family: var(--Font_Condensed);
			font-weight: 500;
			text-transform: uppercase;
		}

		#Footer > .Message > .footImg {
			display: flex;
		    flex-direction: column;
		    width: 90%;
		    justify-content: center;
		    align-items: center;
		    border-bottom: 1px solid var(--Palette3);
		    margin-bottom: 2rem;
		}
		#Footer > .Message > .footSponsor {
			display: flex;
		    flex-direction: column;
		    width: 100%;
		    justify-content: center;
		    align-items: center;
		}
		#Footer > .Message > .footImg > #htImg {
		    width: 16rem;
		    margin-bottom: 3rem;
		}
		#Footer > .Message > .footSponsor > .innerSponsor > #comuneImg {
			margin-bottom: 0rem;
			width: 18rem;
		}
		#Footer > .Message > .footSponsor > .innerSponsor > #turismoImg {
			margin-bottom: -1rem;
			width: 16rem;
		}
		.lastFooterRow > p {
			font-size: 0.8rem;
		    color: var(--Palette3);
		    text-transform: uppercase;
		    font-weight: 100;
		    margin-top: 1rem;
		    margin-bottom: 0rem;
		    cursor: default;
		    width: 100%;
		    text-align: center;
		}



	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		#Footer {
			display:block;
			clear: both;
			padding-bottom:1rem;
			padding-top:1rem;
			background: var(--Palette1);
		}
		#Footer .Message {
			display: flex;
		    justify-content: center;
		    flex-direction: row;
    		align-items: center;
		    width: 100%;
			padding-top: 1rem;
			margin-bottom: -1rem;
		}
		#Footer > .Message > .footSponsor, .footImg P {
			margin:0;
			padding-bottom: 0.9rem;
			padding: 0;
			text-align:center;
			font-size: 0.9rem;
			line-height:1.5em;
			color:var(--Palette3);
			font-family: var(--Font_Condensed);
			font-weight: 500;
			text-transform: uppercase;
		}
		#Footer > .Message > .footImg {
			display: flex;
		    flex-direction: column;
		    height: 8rem;
		    min-height: 8rem;
		    width: 100%;
		    justify-content: center;
		    align-items: center;
		    border-right: 1px solid var(--Palette3);
		}
		#Footer > .Message > .footSponsor {
			display: flex;
		    flex-direction: column;
		    width: 100%;
		    justify-content: center;
		    margin-left: -1.5rem;
		    align-items: center;
		    margin-top: 0rem;
		}


		#Footer > .Message > .footImg > #htImg {
			margin-top: 1.9rem;
		    width: 17rem;
		    position: relative;
		}
		#Footer > .Message > .footSponsor > .innerSponsor > #comuneImg {
			margin-top: 0rem;
			width: 15rem;
			margin-right: 1rem;
		}
		#Footer > .Message > .footSponsor > .innerSponsor > #turismoImg {
			margin-top: 0rem;
			width: 11rem;
		}
		.lastFooterRow {
			margin-top: 3rem;
		}
		.lastFooterRow > p {
			font-size: 0.8rem;
		    color: var(--Palette3);
		    text-transform: uppercase;
		    font-weight: 100;
		    margin-top: 1rem;
		    margin-bottom: 0rem;
		    cursor: default;
		    width: 100%;
		    text-align: center;
		}

	}

