/* ======= Base ======= */
body {
  font-family: 'Lato', arial, sans-serif;
  color: #d1d5db;
  background: #121212;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #e2e8f0;
}
a {
  color: #4ade80;
  transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #34d399;
}
a:focus {
  text-decoration: none;
}
.btn,
a.btn {
  transition: all 0.4s ease-in-out;
  font-family: 'Montserrat', arial, sans-serif;
  padding: 8px 16px;
  font-weight: bold;
}
.btn .fa,
a.btn .fa {
  margin-right: 5px;
}
.btn:focus,
a.btn:focus {
  color: #fff;
}
a.btn-cta-primary,
.btn-cta-primary {
  background: #166534;
  border: 1px solid #22c55e;
  color: #fff;
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #22c55e;
  border-color: #22c55e;
  color: #fff;
}
a.btn-cta-secondary,
.btn-cta-secondary {
  background: #0284c7;
  border: 1px solid #0284c7;
  color: #fff;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #0ea5e9;
  border-color: #0ea5e9;
  color: #fff;
}
.text-highlight {
  color: #f9fafb;
}
.label-theme {
  background: #4ade80;
  font-size: 12px;
}
a.dotted-link {
  border-bottom: 1px dotted #a1aab4;
  color: #a1aab4;
}
a.dotted-link:hover {
  text-decoration: none;
  color: #e5e7eb;
}
/* ======= Header ======= */
.header {
  padding: 30px 0;
  background: #1e293b;
}
.header .btn {
  margin-top: 60px;
}
.header .profile-image {
  margin-right: 30px;
  border-radius: 10%;
}
.header .profile-content .name {
  color: #e2e8f0;
  font-size: 38px;
}
.header .profile-content .desc {
  color: #94a3b8;
  font-size: 24px;
}
.header .profile-content .social a {

}
.header .profile-content .social a:hover {
  background: #475569;
}
/* ======= Sections======= */
.sections-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section {
  margin-bottom: 30px;
}
.section .section-inner {
  background: #1f2937;
  padding: 30px;
  border-radius: 25px;
}
.section .heading {
  color: #f8fafc;
  font-size: 24px;
}
/* Latest Section */
.latest .item .title a {
  color: #e2e8f0;
  font-size: 15px;
}
.latest .item .title a:hover {
  color: #a5b4fc;
}
.latest .featured .summary {
  color: #cbd5e1;
}
.latest .featured-image .text {
  background: #4ade80;
  color: #fff;
}
.latest .featured-image .ribbon .text {
  background-color: #0284c7;
  color: #fff;
}
.latest .featured-image .ribbon .text:before,
.latest .featured-image .ribbon .text:after {
  border-top-color: #0369a1;
}
/* Projects Section */
.projects .item .title a {
  color: #e2e8f0;
}
.projects .item .title a:hover {
  color: #a5b4fc;
}
/* Work Section */
.experience .item .title .place,
.experience .item .title .year,
.experience .item .title .place a {
  color: #9ca3af;
}
.experience .item .title .place a:hover {
  color: #f3f4f6;
}
/* Info Section */
.info .fa {
  color: #94a3b8;
  width: 25px;
}
/* Skills Section */
.skills .skillset .level-title .level-label {
  color: #94a3b8;
}
.skills .skillset .level-bar {
  background: #374151;
}
.skills .skillset .level-bar-inner {
  background: #4ade80;
}
/* Testimonials section */
.testimonials .item .quote {
  color: #d1d5db;
  border-left-color: #10b981;
}
.testimonials .item .quote .fa {
  color: #34d399;
}
.testimonials .item .source .name {
  color: #e0f2fe;
}
.testimonials .item .source .title {
  color: #94a3b8;
}
/* Education section */
.education .item .university {
  color: #94a3b8;
}
.education .item .university .year {
  color: #cbd5e1;
}
/* Language Section */
.languages .item .title {
  color: #f1f5f9;
}
.languages .item .level {
  color: #9ca3af;
}
.languages .item .fa {
  color: #34d399;
}
/* Blog Section */
.blog .item .title a {
  color: #e2e8f0;
}
.blog .item .title a:hover {
  color: #a5b4fc;
}
/* List and Credits */
.list ul li a,
.credits ul li a {
  color: #e2e8f0;
}
.list ul li a:hover,
.credits ul li a:hover {
  color: #a5b4fc;
}
.credits .btn {
  margin-bottom: 15px;
}
/* ======= Footer ======= */
.footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 10px 0;
}
.footer .copyright {
  color: #64748b;
}
.footer a {
  color: #ffffff;
}
.footer .fa-heart {
  color: #f87171;
}
