﻿
/***********************************************************************************************/
/* TYPOGRAPH */
/***********************************************************************************************/

/* Typograph > Size */

.text-small {
	font-size: 0.8rem;
}

.text-medium {
	font-size: 0.9rem;
}

.text-large {
	font-size: 1rem;
}

.text-super {
	font-size: 1.1rem;
}

.text-strong {
	font-weight: bold;
}

.text-underline {
	text-decoration: underline;
}


/***********************************************************************************************/
/* VISIBILITY */
/***********************************************************************************************/

.invisible {
	position: absolute;
	margin-top: -9999px;
}

/***********************************************************************************************/
/* IMAGES */
/***********************************************************************************************/

.img-contained {
	object-fit: contain;
	background-color: #999;
}







/*
	grid boot w3c

	justify
	.text-center 
	w-100
	h-100
*/

