
/*	Mobile  */
	@media screen and (max-width: 440px) {

		#Footer {
			width: 100%;
			display:block;
			clear: both;
			padding-bottom:2rem;
			padding-top:2rem;
			background: linear-gradient(214deg, #2eb4e8 20%, #095d93 90%);
		}
		#Footer .Message {
			display: block;
			padding: 0rem 1.5rem;
			padding-top: 1rem;
		}
		#Footer .Message P {
			margin:0;
			padding: 0;
			text-align:center;
			font-size: 1.1rem;
			line-height:1.5em;
			color: var(--Palette2);
		}
		#Footer .Message P > img {
			margin-top: 1rem;
			width: 12rem !important;
		}
		#Footer .Message P > a {
			color: var(--Palette2);
		}

	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		#Footer {
			display:block;
			clear: both;
			padding-bottom: 1rem;
			margin-top:2rem;
			background: linear-gradient(214deg, #2eb4e8 20%, #095d93 90%);
		}
		#Footer .Message {
			color: var(--Palette1light);
			max-width:71.222rem;
			display: block;
			margin-left: auto;
			margin-right: auto;
			padding-top:2rem;
			text-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.35);
		}
		#Footer .Message P {
			margin:0;
			padding: 0;
			text-align:center;
			font-size:0.9rem;
			line-height:1.5em;
			color:var(--Palette2);
			cursor: default;
		}
		#Footer .Message P A {
			color:var(--Palette2);
		}
		#Footer .Message P img {
			margin-top: 1rem;
		}

	}

