
/*	Mobile  */
	@media screen and (max-width: 440px) {

		#Footer {
			width:92vw;
			margin-left: auto;
			margin-right: auto;
			display: block;
		    clear: both;
		    padding-bottom: 2rem;
		    margin-top: 2rem;
		    background: #121212;
		    width: 100%;
		}
		#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 A {
	        color: #b29c79;
	    }
		#Footer .Message P > img {
			margin-top: 1.5rem;
		}

	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		#Footer {
			display:block;
			clear: both;
			padding-bottom:2rem;
			margin-top:2rem;
			background: #121212;
			width: 100%;
		}
		#Footer .Message {
			max-width:71.222rem;
			display: block;
			margin-left: auto;
			margin-right: auto;
			padding-top:2rem;
		}
		#Footer .Message P {
			margin:0;
			padding: 0;
			text-align:center;
			font-size:0.75rem;
			line-height:1.5em;
			color: #ffffff;
			font-family: var(--Font_Normal);
		}
		#Footer .Message P > img {
			margin-top: 1.5rem;
		}
		#Footer .Message A {
			color: #b29c79;
		}

	}

