.text-white{
	color:white;
}
.text-paper1{
	font-size: 2rem;
	text-align: center;
}
.text-paper2{
	font-size: 1.1em;
	text-align: center;
}
.display-1-1{
	font-size:calc(3.625rem + 1.5vw);
	font-weight:600;line-height:1.2
}
.fs-5-5{font-size:1.1rem !important}

.bg-whitegreen{
	background-color: #5d9a7d;
}
.bg-whiteyellow{
	background-color: #f1e2a1;
}
.text-justify{
	text-align: justify; 
}
.text-right{
	text-align:right;
}
.bg-whitesmoke
{
	background-color: whitesmoke;
}

.paddingbox{
	padding: 20px;
}
@media (max-width: 991.98px) {
	.display-1-1{font-size:calc(2.625rem + 1.5vw);font-weight:200;line-height:1.2}
	.paddingbox{
		padding: 0px;
	}
}