
/*	Mobile  */
	@media screen and (max-width: 440px) {

		#Footer {
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			display:block;
			clear: both;
			padding-bottom: 4rem;
			padding-top:0rem;
			background: var(--Palette1);
			margin-top: 3rem;
		}
		#Footer .Message {
			display: block;
			padding-top:2rem;
			border-top: none;
		}
		#Footer .Message P {
			margin:0;
			padding: 0;
			text-align:center;
			font-size:0.9rem;
			line-height:1.5em;
			color: #ffffff;
		}
		#Footer .Message P > img {
			margin-top: 1rem;
		}
		#Footer .Message P a {
			color: #ffffff;
		}

	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		#Footer {
			display:block;
			clear: both;
			padding-bottom:2rem;
			margin-top:0rem;
			background: var(--Palette1);
			margin-top: 2rem;
		}
		#Footer .Message {
			max-width:71.222rem;
			display: block;
			margin-left: auto;
			margin-right: auto;
			padding-top:2rem;
			border-top: none;
		}
		#Footer .Message P {
			margin:0;
			padding: 0;
			text-align:center;
			font-size:0.9rem;
			line-height:1.5em;
			color: #ffffff;
		}
		#Footer .Message P a {
			color: #ffffff;
		}
		#Footer .Message P img {
			margin-top: 1rem;
		}

	}

