body {
	background-color: #101419 !important;
	padding-bottom: 80px;
}

a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

a:active, a:focus, a:hover, a:visited {
	text-decoration: none;
	outline: 0;
}

.main {
	max-width: 900px;
	padding-top: 36px;
	padding-right: 0px;
	padding-left: 0px;
}

.hero {
	object-fit: cover;
}

.hero-image {
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}

.logo {
	position: relative;
	margin-top: -62px;
	padding-right: 0px;
	padding-left: 0px;
}

.logo-image {
	height: 136px;
	width: 136px;
	border-radius: 50%;
	border: 6px solid rgba(154, 183, 221, 0.12);
}

.bio-section {
	margin-top: 32px;
	margin-bottom: 40px;
}

.main-title {
	font-family: Barlow, sans-serif, Arial;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 40px;
}

.bio-text {
	font-family: Roboto, Arial, Helvetica;
	font-size: 15px;
	font-weight: 400;
	color: #A1A6B0;
	margin-bottom: 25px;
}

.sub-title {
	font-family: Barlow, sans-serif, Arial;
	font-size: calc(1.0rem + 0.2vw);
	font-weight: 500;
	color: #ffffff;
	margin-top: 40px;
}

.social-icons a {
	display: inline-block;
	width: 52px;
	height: 52px;
	line-height: 52px;
	background-color: #242d38;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	margin-right: 9px;
	border-radius: 50%;
}

.social-icons a:last-child {
	margin-right: 0;
}

.social-icons a:hover {
	background-color: #7BD706;
	color: #242d38;
}

.link-row {
	padding-top: 40px;
}

.button-image {
	border-radius: 15px;
}

.card {
	background-color: #101419 !important;
}

.card {
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
}

.card-title {
	font-family: Roboto, Arial, Helvetica;
	font-size: calc(1.1rem + 0.2vw);
	line-height: calc(1.1rem + 0.2vw);
	font-weight: 600;
	color: #ffffff;
}

.link-icons {
	font-size: 30px;
	line-height: 30px;
}

.button-link-spacer {
	padding-top: 0px;
}

.footer {
	margin-top: 60px;
	margin-bottom: 30px;
}

.line {
	width: 90%;
	height: 0;
	border: 1px solid #454851;
	margin-left: auto;
	margin-right: auto;
}

.footer-title {
	font-family: Barlow, sans-serif, Arial;
	font-size: calc(1.0rem + 0.2vw);
	font-weight: 500;
	color: #ffffff;
	margin-top: 40px;
}

.copyright-text {
	font-family: Roboto, Arial, Helvetica;
	font-size: 13px;
	color: #454851;
	margin-top: 0px;
	margin-bottom: 0px;
}

.copyright-text a {
	color: #7BD706;
}

.copyright-text a:hover {
	color: #ffffff;
}

@media (max-width: 767px) {
.bio-section {
	margin-bottom: 20px;
}

.sub-title {
	margin-top: 20px;
}

.link-row {
	padding-top: 25px;
}

.button-link-spacer {
	padding-top: 25px;
}

.link-icons {
	font-size: 26px;
	line-height: 26px;
}

.social-icons a {
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 21px;
}
}