footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1em;
	padding-bottom: 2em;
	text-align: center;
	background: #E4E4E4;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	footer {
		padding-bottom: 1em;
	}
}

.terms {
	text-align: center;
	color: #B4B4B4;
	display: flex;
	flex-wrap: wrap;
	font-size: 1em;
	align-items: center;
	justify-content: center;
	margin-top: 1em;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.terms {
		float: left;
		text-align: left;
		height: 1.1em;
		margin-top: 0.2em;
	}
}
.terms a {
	color: #414141;
	font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	margin: 0 1.2em;
}

.copyright {
	text-align: center;
	color: #B4B4B4;
	font-size: 0.7em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.5em;
}

#soundways-logo {
	max-height: 2em;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	#soundways-logo {
		float: right;
	}
}

#footer-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1em;
}
#footer-menu a {
	color: #414141;
	font-family: 'NovecentowideBookBold','Helvetica Neue',Helvetica,sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.25em auto;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	#footer-menu {
		display: none;
	}
}

.desktop-footer-menu {
	display: none;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.desktop-footer-menu {
		display: block;
		float: left;
		color: #B4B4B4;
		font-size: 1em;
		text-align: left;
		height: 1.1em;
		margin-top: 0.2em;
	}
	.desktop-footer-menu a {
		color: #414141;
		font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
		margin: 0 1.2em;
	}
}

.footer-mobile-item {
	/**/
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.footer-mobile-item {
		display: none;
	}
}
