/*
Theme Name: Moving Mountains
Theme URI: https://mountainsmoving.org
Author: Matt
Author URI: https://mattpealing.co.uk
Version: 1.0.0
*/

/* ========================================
   UTILITY CLASSES
   ======================================== */
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}

.mt-1 {
	margin-top: 1rem;
}
.mb-1 {
	margin-bottom: 1rem;
}
.pt-1 {
	padding-top: 1rem;
}
.pb-1 {
	padding-bottom: 1rem;
}
