.card {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: 0;
	--bs-card-cap-padding-y: 0.5rem;
	--bs-card-cap-padding-x: 1rem;
	margin:0.5rem;
}

.input-color {
	border:2px solid black;
}


.norm {
	font-weight: 400 !important;
}

.strong {
	font-weight: 700;
}

.font_duru {
	font-family: "Duru Sans", sans-serif;
}

.font_sofia {
	font-family: "Sofia Sans Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.font_arial {
	font-family: "Arial", sans-serif;
}

.font_times {
	font-family: "Times", serif;
}

/* Font Sizes */
.font8 {
	font-size:8px;
}

.font9 {
	font-size:9px;
}

.font10 {
	font-size:10px;
}

.font11 {
	font-size:11px;
}

.font12 {
	font-size:12px;
}

.font13 {
	font-size:13px;
}

.font14 {
	font-size:14px;
}

.font15 {
	font-size:15px;
}

.font16 {
	font-size:16px;
}

.font17 {
	font-size:17px;
}

.font18 {
	font-size:18px;
}

.font19 {
	font-size:19px;
}

.font20 {
	font-size:20px;
}

.font21 {
	font-size:21px;
}

.font22 {
	font-size:22px;
}

.font23 {
	font-size:23px;
}

.font24 {
	font-size:24px;
}

.font25 {
	font-size:25px;
}

.font26 {
	font-size:26px;
}

.font27 {
	font-size:27px;
}

.font28 {
	font-size:28px;
}

.font29 {
	font-size:29px;
}

.font30 {
	font-size:30px;
}

.font31 {
	font-size:31px;
}

.font32 {
	font-size:32px;
}

.font33 {
	font-size:33px;
}

.font34 {
	font-size:34px;
}

.font35 {
	font-size:35px;
}

.font36 {
	font-size:36px;
}

.font37 {
	font-size:37px;
}

.font38 {
	font-size:38px;
}

.font39 {
	font-size:39px;
}

.font40 {
	font-size:40px;
}

.font41 {
	font-size:41px;
}

.font42 {
	font-size:42px;
}

.font43 {
	font-size:43px;
}

.font44 {
	font-size:44px;
}

.font45 {
	font-size:45px;
}

.font46 {
	font-size:46px;
}

.font47 {
	font-size:47px;
}

.font48 {
	font-size:48px;
}

.font49 {
	font-size:49px;
}

.font50 {
	font-size:50px;
}

.font51 {
	font-size:51px;
}

.font52 {
	font-size:52px;
}

.font53 {
	font-size:53px;
}

.font54 {
	font-size:54px;
}

.font55 {
	font-size:55px;
}
.font60 {
	font-size:60px;
	line-height:64px;
}
.font70 {
	font-size:70px;
	line-height:74px;
}
.font80 {
	font-size:80px;
	line-height:84px;
}
.font90 {
	font-size:90px;
	line-height:94px;
}

/* Scale large fonts on mobile so they fit better. */
@media screen and (max-width: 480px) { 
	.font40 {
		font-size:20px;
		line-height:24px;
	}
	.font41 {
		font-size:21px;
		line-height:25px;
	}
	.font42 {
		font-size:21px;
		line-height:25px;
	}
	.font43 {
		font-size:22px;
		line-height:26px;
	}
	.font44 {
		font-size:22px;
		line-height:26px;
	}
	.font45 {
		font-size:23px;
		line-height:27px;
	}
	.font46 {
		font-size:23px;
		line-height:27px;
	}
	.font47 {
		font-size:24px;
		line-height:28px;
	}
	.font48 {
		font-size:24px;
		line-height:28px;
	}
	.font49 {
		font-size:25px;
		line-height:29px;
	}
	.font50 {
		font-size:25px;
		line-height:29px;
	}
	.font51 {
		font-size:26px;
		line-height:30px;
	}
	.font52 {
		font-size:26px;
		line-height:30px;
	}
	.font53 {
		font-size:27px;
		line-height:31px;
	}
	.font54 {
		font-size:27px;
		line-height:31px;
	}
	.font55 {
		font-size:25px;
		line-height:29px;
	}
	.font60 {
		font-size:30px;
		line-height:34px;
	}
	.font70 {
		font-size:40px;
		line-height:44px;
	}
	.font80 {
		font-size:50px;
		line-height:52px;
	}
	.font90 {
		font-size:60px;
		line-height:62px;
	}
}

