
/*  DISPLAY FEATURES */

.flex {
	display: flex;
}

.block {
	display: block;
}

.inline {
	display: inline-block;
}

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

.flex-row {
	flex-direction: row;
}

.flex-wrap {
	flex-wrap: wrap;
}

.items-center {
	align-items: center;
}

.items-start {
	align-items: flex-start;
}

.justify-between {
	justify-content: space-between;
}

.justify-evenly {
	justify-content: space-evenly;
}

.justify-center {
	justify-content: center;
}

.justify-start {
	justify-content: start;
}

.flow-row {
	flex-flow: row wrap;
}

/* BORDER */

.border-bottom-gray {
	border-bottom: 1px solid #e7e7e7;
}

.border-top-gray {
	border-top: 1px solid #e7e7e7;
}



/* MARGIN */

.m-auto {
	margin: auto;
}

.mt-0 {
	margin-top: 0;
}

.mt-2 {
	margin-top: 0.2rem;
}
.mt-4 {
	margin-top: 0.4rem;
}
.mt-6 {
	margin-top: 0.6rem;
}
.mt-8 {
	margin-top: 0.8rem;
}
.mt-10 {
	margin-top: 1rem;
}
.mt-12 {
	margin-top: 1.25rem;
}
.mt-15 {
	margin-top: 1.5rem;
}
.mt-20 {
	margin-top: 2rem;
}


.me-2 {
	margin-right: 0.2rem;
}
.me-4 {
	margin-right: 0.4rem;
}
.me-6 {
	margin-right: 0.6rem;
}
.me-8 {
	margin-right: 0.8rem;
}
.me-10 {
	margin-right: 1rem;
}
.me-15 {
	margin-right: 1.5rem;
}
.me-20 {
	margin-right: 2rem;
}


.mb-0 {
	margin-bottom: 0;
}
.mb-2 {
	margin-bottom: 0.2rem;
}
.mb-4 {
	margin-bottom: 0.4rem;
}
.mb-6 {
	margin-bottom: 0.6rem;
}
.mb-8 {
	margin-bottom: 0.8rem;
}
.mb-10 {
	margin-bottom: 1rem;
}
.mb-15 {
	margin-bottom: 1.5rem;
}
.mb-20 {
	margin-bottom: 2rem;
}


.ms-2 {
	margin-left: 0.2rem;
}
.ms-4 {
	margin-left: 0.4rem;
}
.ms-6 {
	margin-left: 0.6rem;
}
.ms-8 {
	margin-left: 0.8rem;
}
.ms-10 {
	margin-left: 1rem;
}
.ms-15 {
	margin-left: 1.5rem;
}
.ms-20 {
	margin-left: 2rem;
}

/* PADDINGS */


.pt-2 {
	padding-top: 0.2rem;
}
.pt-4 {
	padding-top: 0.4rem;
}
.pt-6 {
	padding-top: 0.6rem;
}
.pt-8 {
	padding-top: 0.8rem;
}
.pt-10 {
	padding-top: 1rem;
}
.pt-15 {
	padding-top: 1.5rem;
}
.pt-20 {
	padding-top: 2rem;
}


.pe-2 {
	padding-right: 0.2rem;
}
.pe-4 {
	padding-right: 0.4rem;
}
.pe-6 {
	padding-right: 0.6rem;
}
.pe-8 {
	padding-right: 0.8rem;
}
.pe-10 {
	padding-right: 1rem;
}
.pe-15 {
	padding-right: 1.5rem;
}
.pe-20 {
	padding-right: 2rem;
}


.pb-2 {
	padding-bottom: 0.2rem;
}
.pb-4 {
	padding-bottom: 0.4rem;
}
.pb-6 {
	padding-bottom: 0.6rem;
}
.pb-8 {
	padding-bottom: 0.8rem;
}
.pb-10 {
	padding-bottom: 1rem;
}
.pb-15 {
	padding-bottom: 1.5rem;
}
.pb-20 {
	padding-bottom: 2rem;
}


.ps-2 {
	padding-left: 0.2rem;
}
.ps-4 {
	padding-left: 0.4rem;
}
.ps-6 {
	padding-left: 0.6rem;
}
.ps-8 {
	padding-left: 0.8rem;
}
.ps-10 {
	padding-left: 1rem;
}
.ps-15 {
	padding-left: 1.5rem;
}
.ps-20 {
	padding-left: 2rem;
}

.p-10 {
	padding: 1rem;
}

.py-15 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-20 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}



/* COLORS */

.text-red,
.red {
	color: #df3226;
}

.black {
	color: black;
}


/* TEXT FEATURES & PUNCTUATION */
.text-center{
	text-align: center;
}

.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

.font-bolder, .f-xb {
	font-weight: 900;
}

.font-bold, .f-b {
	font-weight: 700;
}

.font-regular {
	font-weight: 600;
}

.f-13 {
	font-size: 13px;
}

.f-14 {
	font-size: 13px;
}

.f-16 {
	font-size: 16px;
}

.f-20 {
	font-size: 20px;
}


.f-24 {
	font-size: 24px;
}

.f-28 {
	font-size: 28px;
}

.f-32 {
	font-size: 32px;
}

.f-48 {
	font-size: 48px;
}

/* WIDTH */

.w-10 {
	width: 10%;
}

.w-20 {
	width: 20%;
}

.w-30 {
	width: 30%;
}

.w-34 {
	width: 30%;
}

.w-40 {
	width: 40%;
}

.w-50 {
	width: 50%;
}

.w-60 {
	width: 60%;
}

.w-66 {
	width: 60%;
}

.w-70 {
	width: 70%;
}

.w-80 {
	width: 80%;
}

.w-90 {
	width: 90%;
}

.w-100 {
	width: 100%;
}


/* MISC */

.shadow {
	box-shadow: 0 2px 20px rgba(51,51,51,0.12);
}


/* MEDIA QUERIES */

/* Extra small devices (phones, 600px and down) xs */
@media only screen and (max-width: 400px) {
	.text-large {
		font-size: 1.3rem;
	}
}


/* small devices (phones, 600px and down) sm */
@media only screen and (max-width: 600px) {
	.sm\:justify-center{
		justify-content: center;
	}

	.text-large {
		font-size: 1.5rem;
	}

	.sm\:flex-col {
		flex-direction: column;
	}

	.sm\:flex-row {
		flex-direction: row;
	}

	.sm\:hidden {
		display: none !important;
	}

	.sm\:block {
		display: block !important;
	}

	.sm\:flex {
		display: flex !important;
	}

	.sm\:w-100 {
		width: 100% !important;
	}

	.sm\:d-initial {
		display: initial;
	}
}

/* Medium devices (landscape tablets, 768px and up) MD */
@media only screen and (max-width: 992px) {
	.md\:justify-start {
		justify-content: start;
	}

	.md\:justify-between {
		justify-content: space-between;
	}

	.md\:justify-center{
		justify-content: center;
	}

	.md\:flex-col {
		flex-direction: column;
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.text-large {
		font-size: 1.5rem;
	}

	.md\:hidden {
		display: none !important;
	}

	.md\:block {
		display: block !important;
	}

	.md\:flex {
		display: flex !important;
	}

	.w1-3 {
		width: 30%;
	}

	.w2-3{
		width: 70%;
	}

	.md\:w-100 {
		width: 100%;
	}
}

/* Large devices (laptops/desktops, 992px and up) LG */
@media only screen and (max-width: 1200px) {

	.text-large {
		font-size: 1.6rem;
	}

	.lg\:justify-start {
		justify-content: start;
	}

	.lg\:justify-between {
		justify-content: space-between;
	}

	.lg\:hidden {
		display: none !important;
	}

	.lg\:block {
		display: block !important;
	}

	.lg\:flex {
		display: flex !important;
	}

	.w1-3 {
		width: 40%;
	}

	.w2-3{
		width: 60%;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) XL */
@media only screen and (min-width: 1200px) {
	.text-large {
		font-size: 2.2rem;
	}

	.w1-3 {
		width: 30%;
	}

	.w2-3{
		width: 70%;
	}
}

