
.uppercase {text-transform:uppercase;}

/* card_vision -------------- */


.card_vision:hover {transform: rotate(2deg);}

.card_vision div:nth-child(2) { transform: rotate(+2deg); }
.card_vision div:nth-child(3) { transform: rotate(-1deg); }
.card_vision div:nth-child(4) { transform: rotate(+4deg); }
.card_vision div:nth-child(5) { transform: rotate(-3deg); }
.card_vision div:nth-child(6) { transform: rotate(+1deg); }
.card_vision div:nth-child(7) { transform: rotate(-2deg); }

.card_vision {padding-top: 45px !important;}
.card_action {padding-top: 45px !important;}

.card_portrait.card_vision div {
	float:left;
	width:116px;
	height:100px;
	padding:0;
	border:0;
	overflow:hidden;
	scale:1.1;
}
.card_portrait.card_action div {
	float:left;
	width:116px;
	height:100px;
	padding:0;
	border:0;
	overflow:hidden;
	scale:1.1;
}

.card_portrait.card_vision img {
	width:100%;
	height:100%;
	scale:1.5;
	object-fit: cover;
}
.card_portrait.card_action img {
	width:100%;
	height:100%;
}
.card_portrait.card_vision div span {
    position: absolute;
	width:100%;
    z-index: 9;
    margin: 0;
    padding: 4px;
    background-color: #00000040;
	font-family:"Lato", Arial, sans-serif;
    color: white;
    text-shadow: 4px 4px 4px black;
    margin-top: 4px;
	font-size: 12px;
}
.card_portrait.card_action div span {
    position: absolute;
	width:100%;
    z-index: 9;
    margin: 0;
    padding: 4px;
    background-color: #00000040;
	font-family:"Lato", Arial, sans-serif;
    color: white;
    text-shadow: 4px 4px 4px black;
    margin-top: 4px;
	font-size: 12px;
}

.card_portrait .card_dreams_title    {display:none;}
.card_portrait .card_strengths_title {display:none;}


/* card_action -------------- */
.card_action_list{	width:120px !important;	height:200px !important;font-size:14px !important;}
.card_avatar     {	width:100px !important;	height:100px !important;font-size:10px !important;margin-left:10px;margin-bottom:20px;margin-top:-10px;}
.card_characters {	width:100px !important;	height:100px !important;font-size:10px !important;margin-left:10px;margin-bottom:10px;}
.card_strengths  { 	width: 58px !important;	height: 58px !important;font-size:10px !important;margin-top:10px;}

.card_avatar     span   { margin-top:70px !important;}
.card_characters span   { margin-top:70px !important;}
.card_strengths span { 
	font-size:90% !important;
    margin-top: 30px !important;
    height: 30px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	line-height:10px;
 }

.card_action_list span {top:4px;bottom:unset;}

.card_action .card_strengths_title {display:none;}
.card_action .card_strengths_title {display:none;}

.card_title {
   position: absolute;
	width:100%;
    z-index: 9;
    margin: 0;
    padding: 4px;
    background-color: #00000040;
	font-family: "Bangers", cursive;
    color: white;
    text-shadow: 4px 4px 4px black;
 	nofont-size: 12px;
	nobottom:4px;
	left: 0;
	font-size: 24px !important;
    font-weight: 100;	
	margin-top:-40px !important;
}

.pulse {
	font-size:20px;
	font-weight:600;
	nobackground: black;
	border-radius: 50%;
	margin: 10px;
	height: 20px;
	width: 20px;
	color:white !important;	

	text-shadow: 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}
.pulse:hover {
	color:gold !important;	
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		text-shadow: 0 0 0 rgba(0, 0, 0, 0.7);
	}

	60% {
		transform: scale(1.1);
		/*text-shadow: 10px 10px 10px rgba(0, 0, 0, 0);*/
		text-shadow: -2px +2px 9px #ffffcc99, 
		             +2px -2px 9px #ffffccaa,
					 -2px -2px 9px #ffffccbb,
					 +2px +2px 9px #ffffcccc; 
	}

	100% {
		transform: scale(0.95);
		text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
}

.text_cartoon {
	font-family: "Bangers", cursive;
    color: #FAFAFA;
	font-size: 24px !important;
	font-weight:100;
}

text_play_button {
	font-weight:800;
}



/* card_portrait -------------- */
.card_portrait {
    width: 235px;
    height: 350px;
    border: 0px solid black;
    border-radius: 10px;
    display: inline-block;
    nobackground: #00000099;
	background: linear-gradient(182deg, #1e2754, #260505d6);
    box-shadow: rgb(255 255 255) 0px 5px 15px;
	overflow: hidden;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	transform: rotate(-1deg);
} 
.card_portrait:hover {transform: rotate(2deg);}


.card_portrait div {
	padding:0;
	border:0;
	nooverflow:hidden;
	scale:1;
}

.card_portrait img {
	width:100%;
	height:100%;
	scale:1;
	noobject-fit: cover;
}
.card_portrait span {
    position: absolute;
	width:100%;
    z-index: 9;
    margin: 0;
    padding: 4px;
    background-color: #00000040;
	font-family: "Bangers", cursive;
    color: white;
    text-shadow: 4px 4px 4px black;
    margin-top: 4px;
	nofont-size: 12px;
	nobottom:4px;
	left: 0;
	font-size: 24px;
    font-weight: 100;	
}
