.center, .center-column, .top, .right, .bottom, .left {
	display: flex;
	justify-content: center;
	align-items: center;
}

.center-column {
    flex-direction: column;
}

.top    { align-items:     flex-start; }
.right  { justify-content: flex-end;   }
.bottom { align-items:     flex-end;   }
.left   { justify-content: flex-start; }

.single-spaced, .single-spaced * {
    line-height: 1;
}

@media (max-width: 1024px) {
	.desktop {
		display: none;
	}
}

.is-turquoise {
    background: #D5FAFC;
}

.is-turquoise-text {
    color: #2EC5CE;
}

.is-purple {
	background: #8287FF;
}

.is-purple-text {
	color: #8C30F5;
}

