/* ___	UPGRADE CSS		*/

.container-GRID	{	border: 3px turquoise solid;			border-radius: 10px;				}
.container-GRID {	display: grid;	grid-template-columns: 1fr 2fr ;							}
.container-GRID {	max-width: 900px;	/*gap: 30px;	margin: 40px auto;	padding: 20px */	}
.container-GRID {	align-items: center; 														}


#ctnr-slogan {  height: 100%;		display: flex;		justify-content: center;	align-items: center;}
#ctnr-slogan {  background: linear-gradient(135deg, #FF7F9F, #40E0D0);	}
#ctnr-slogan {	border: 3px olive solid;			border-radius: 20px;					}

	#slogan 	{    text-align: center;	 		}
	#slogan h1 	{    font-size: 1.5rem;			font-family: "Orbitron", sans-serif;}
	#slogan h1	{	color: #000;	font-weight: bold; 	}


#ctnr-logo_lion {    display: flex;		justify-content: center;	align-items: center;}
#ctnr-logo_lion {  /*  height: 300px	*/												}

	#logo_lion 	{    width: 100%;    height: auto;    display: block;					}
	#logo_lion	{	/*border: 3px olive red;*/			border-radius: 20px;			}


/*	FIN  UPGRADE CSS	*/
