#footer {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#footer .copyright {
	background-color: #301e38;
	border: 1px solid #583270;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media screen and (max-width: 767px) {
	#footer .theme {
		margin-bottom: 1rem;
		text-align: center;
	}
}

#footer .theme-link:link,
#footer .theme-link:visited {
	color: #ababab;
	display: inline-flex;
	align-items: center;
	transition: color .1s ease-in-out;
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer .theme-link:active,
#footer .theme-link:hover,
#footer .theme-link:focus {
	color: #ffffff;
}

#footer .theme-icon {
	width: 50px;
	height: auto;
	margin-right: 1rem;
}

#footer .theme-text {
	margin-bottom: 0;
}

#footer .cms {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 50px;
}

@media screen and (max-width: 767px) {
	#footer .cms {
		justify-content: center;
	}
}

#footer .cms-text {
	margin-bottom: 0;
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #918a8f;
	text-align: right;
}

@media screen and (max-width: 767px) {
	#footer .cms-text {
		text-align: center;
	}
}


#footer .cms-link:link,
#footer .cms-link:visited {
	color: #ababab;
	transition: color .1s ease-in-out;
}

#footer .cms-link:active,
#footer .cms-link:hover,
#footer .cms-link:focus {
	color: #ffffff;
}