/* Import Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

/* Global Styles */
header ul {
	padding-left: 0;
	margin-bottom: 0;
}

p,
span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 2rem;
}

a {
	word-wrap: break-word;
}

img.profile {
	margin-top: 20px;
	border-radius: 50%;
	width: 50%;
	border: 3px solid #5c0f8b;
	box-shadow: 5px 5px 10px grey;
}

.link a {
	font-family: 'Open Sans Bold';
	color: #ff8300;
	font-size: 12px;
}

.completed-status-updated.redeem-now-btn p {
	background: #ff8300;
	color: #ffffff;
	border-radius: 2em;
	margin-top: 0;
	padding: 10px;
	justify-content: right;
}

.in-progress-status.redeem-now-btn p {
	background: #f9f9f9;
	color: #757679;
	border-radius: 2em;
}

.freeunit {
	text-align: right;
}

.na {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.unit {
	font-size: 20px;
}

.potential-text {
	font-size: 20px;
	color: #490870;
	text-align: right;
	margin-right: 20px;
	margin top: 0px;
}

.progress-bar-purple {
	color: #490870;
}

.contact-text {
	font-size: 14px;
	font-weight: 500;
}
.block {
	border: solid #DAD3D3;
	width: 100%;
	height = 150px;
	padding-top: 20px;
	border-radius: 10px;
}

@media screen and (max-width:768px) {
	img.profile {
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 4%	0%
	}

}

@media (max-width:600px) {
	.mobile-text {
		text-align: center;
		margin: 0;
	}

	.potential-text {
		text-align: center;
		font-size: 15px;
		color: #490870;
	}

}




