
 body {
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 color: #4f4f4f;
   margin-top: 40px;
}
 h1, h2, h3, h4, h5, h6 {
	 color: #292929;
	 font-weight: bold;
}
 a.theme-link {
	 color: #292929;
	 text-decoration: underline;
	 -webkit-text-decoration-color: rgba(41, 41, 41, 0.3);
	 text-decoration-color: rgba(41, 41, 41, 0.3);
}
 a.theme-link:hover {
	 color: #54b689;
	 -webkit-text-decoration-color: rgba(84, 182, 137, 0.8);
	 text-decoration-color: rgba(84, 182, 137, 0.8);
}
 .btn {
	 font-weight: bold;
	 padding: 0.375rem 1rem;
	 height: 2.5rem;
	 font-size: 1rem;
   background-color: #54b689;
   border-color: #54b689;
}
.btn:hover {
  background-color: #388361;
  border-color: #388361;
}
 .btn:focus, .btn.focus {
	 box-shadow: none !important;
}
 .btn-primary {
	 color: #fff;
}
 .demo-btn-on-bg {
	 background: rgba(0, 0, 0, 0.2);
}
 .demo-btn-on-bg:hover {
	 background: rgba(0, 0, 0, 0.3);
}
/*********** Resume **********/
 .resume-wrapper {
	 border: 1px solid rgba(0, 0, 0, 0.025);
}
 .resume-section-heading {
	 position: relative;
	 padding-left: 1rem;
	 font-size: 1.125rem;
	 letter-spacing: 0.15rem;
	 color: #54b689;
}
 .resume-section-heading:before {
	 content: "";
	 display: inline-block;
	 width: 5px;
	 height: 100%;
	 background: #54b689;
	 position: absolute;
	 left: 0;
	 top: 0;
}
 .resume-name {
	 font-size: 2.75rem;
	 font-weight: 900;
	 letter-spacing: 0.4rem;
	 color: #54b689;
}
 .resume-tagline {
	 font-size: 1.25rem;
	 font-weight: 300;
}
 .resume-contact {
	 border-left: 1px solid rgba(0, 0, 0, 0.08);
	 font-size: 0.75rem;
}
 a.resume-link {
	 color: #4f4f4f;
}
 a.resume-link:hover {
	 color: #54b689;
}
 .resume-profile-image {
	 max-width: 120px;
}
 .resume-intro {
	 font-size: 0.875rem;
}
 .resume-main .item-title {
	 font-size: 1rem;
}
 .resume-main .item-meta {
	 font-size: 0.75rem;
}
 .resume-main .item-content {
	 font-size: 0.875rem;
}
 .resume-aside {
	 border-left: 1px solid rgba(0, 0, 0, 0.08);
}
 .resume-aside .item {
	 font-size: 0.875rem;
}
 .resume-aside .item-title {
	 font-size: 1rem;
}
 .resume-education-list, .resume-awards-list {
	 font-size: 0.875rem;
}
 .resume-degree-time-org, .resume-degree-time {
	 font-size: 0.75rem;
}
 .resume-lang-list, .resume-interests-list {
	 font-size: 0.875rem;
}
 .resume-social-list {
	 font-size: 0.75rem;
}
 .fa-heart {
	 color: #fb866a;
}
.material-symbols-outlined {
  font-size: 0.85rem;
}
