
/* Footer */
.footer--minno {
	background-color: var(--blue);
}

.footer--minno, .footer--minno .title {
	color: var(--white);
}

.footer__menu li {
	margin: .75rem 0;
	text-align: center;
}

.footer__menu a {
	color: var(--white);
	font-size: 1.25rem;
}

.footer__menu a:hover {
	text-decoration: underline;
}

.footer .footer__social {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.125rem;
}

.footer .footer__social li a {
	display: block;
	font-size: 2rem;
	color: var(--cloudy);
	text-align: center;
}

.footer .footer__social li a:hover {
	color: var(--teal-light);
}

.footer .footer__app {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .75rem;
}

.footer .footer__app li img {
	width: 100%;
	max-width: 150px;
	max-height: 60px;
}

.footer-blog-post-img {
	max-width: 320px;
	height: auto;
}

.footer__menus .column:not(:last-child) {
	margin-bottom: 3.75rem;
}

.footer__branding-columns {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .5rem;
}

.footer__branding-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.625rem;
	margin-bottom: 1.875rem;
}

.footer__logo-img {
	max-width: 120px;
}

.footer__branding-container {
	margin-top: 2.75rem;
}

@media screen and (min-width: 769px) {
	.footer .footer__app {
		align-items: start;
	}
	
	.footer__menu li {
		text-align: left;
	}
	
	.footer .footer__social {
		justify-content: start;
	}
	
	.footer__branding-columns {
		flex-direction: row;
		justify-content: space-between;
		align-items: start;
	}
	
	.footer__branding-logo {
		align-items: start;
		gap: .5rem;
		margin-bottom: 0;
	}
	
	.footer__branding-container {
		margin-top: 2rem;
	}
}

@media screen and (min-width: 1024px) {
	.footer--minno {
		padding-left: 0;
		padding-right: 0;
	}
	
	.footer--minno .columns, .footer--minno .content {
		max-width: 1460px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.footer__menus .column:not(:last-child) {
		margin-bottom: 1.5rem;
	}
}

@media screen and (min-width: 1215px) {
	.footer--minno .column {
		padding: 0 2rem;
	}
}
