/* Start Sizing - Line Length */
.text-max-40ch { max-width: 40ch; } /* Shorter paragraphs, captions */
.text-max-60ch { max-width: 60ch; } /* Ideal for mobile */
.text-max-75ch { max-width: 75ch; } /* Best for readability */
.text-max-90ch { max-width: 90ch; } /* Wider content */
/* End Sizing - Line Length */

/* Start Sizing - Icons */
.icon-sm { width: 1rem; height: auto; } /* Small */
.icon-md { width: 1.5rem; height: auto; } /* Medium */
.icon-lg { width: 2rem; height: auto; } /* Large */
.icon-xl { width: 3rem; height: auto; } /* Extra Large */
.icon-xxl { width: 4rem; height: auto; } /* Double Extra Large */
/* End Sizing - Icons */

/* Start Buttons */
.btn-primary {
	padding: .5rem 1.25rem;
	border-radius: 1.75rem;
	text-decoration: none !important;
	transition: all 300ms ease;
	border-width: 1px;
	border-color: transparent;
}

.btn-light {
	padding: .5rem 1.25rem;
	border-radius: 1.75rem;
	text-decoration: none !important;
	transition: all 300ms ease;
	border-width: 1px;
	border-color: transparent;
}
/* End Buttons */

/* Start Embed Responsively - embedresponsively.com */
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}
/* End Embed Responsively */

/* Start Language */
.spanish[lang="es"]::before {
	content: "In Spanish";
	display: block;
	font-style: italic;
}

.spanish[lang="es"] p:first-of-type {
	margin-top: 0; /* Remove spacing between language indicator and copy */
}
/* End Language */