:root {
  --primary: #BDA679;
  --light: #FBF7F2;
  --color: #EEE7D9;
  --color-2: #D8CDBA;
  --text-light: #ADA89C;
  --text-color: #736F61;
  --head-color: #4F4E4D;
  --head-font: 'Lekton';
  --text-font: 'Poppins';
  --skill-cirlce: 14px;
  --edu-cirlce: 18px;
  --edu-circle-sm: 14px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: var(--text-font), sans-serif;
  font-size: 1rem;
  line-height: inherit;
  color: var(--text-color);
  background-color: #ffffff;
  text-align: left;
}

.head-font {
  font-family: var(--head-font);
}

.head-color {
  color: var(--head-color);
}

.text-font {
  font-family: var(--text-font);
}

.text-light {
  color: var(--text-light) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-color {
  color: var(--text-color) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-light {
  background-color: var(--light) !important;
}

.bg-color {
  background-color: var(--color) !important;
}

.text-justify {
  text-align: justify;
}

.bb-dark {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--head-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* line-height: normal; */
  /* color: var(--head-color); */
  font-family: var(--head-font);
  position: relative;
}

/* 
h1,
h2 {
  font-weight: 100;
}

h3,
h4 {
  font-weight: 300;
}

h1 {
  font-size: 400%;
}

h2 {
  font-size: 350%;
  margin-bottom: 30px;
}

h3 {
  font-size: 250%;
  margin-bottom: 20px;
}

h4 {
  font-size: 200%;
  margin-bottom: 15px;
}

h5 {
  font-size: 150%;
  margin-bottom: 10px;
}

*/
h1.alt-font,
h2.alt-font,
h3.alt-font,
h4.alt-font,
h5.alt-font,
h6.alt-font {
  font-family: 'Lekton';
}

.fs-10 {
  font-size: 0.75rem;
}

.fs-11 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 1.25rem;
}

.fs-13 {
  font-size: 1.75rem;
}

.fs-14 {
  font-size: 3rem;
}

.fs-15 {
  font-size: 4rem;
}

p {
  margin: 15px 0;
}

.justify {
  text-align: justify;
}

strong {
  font-weight: 700;
}

a:not(.btn) {
  color: var(--primary);
}

a:not(.btn):hover,
a:not(.btn):focus,
a:not(.btn):active {
  color: var(--primary);
  text-decoration: none;
}

img {
  max-height: 100%;
  max-width: 100%;
}
.navbar {
  background-color: #ffffff;
}

#main-nav .navbar-nav {
  flex-grow: 1;
}

#main-nav .navbar-nav li {
  text-align: center;
}

#main-nav .navbar-nav li a {
  color: var(--head-color);
  font-weight: bold;
}

#main-nav .navbar-nav li a:hover,
#main-nav .navbar-nav li.active a {
  color: var(--primary);
}

.navbar-toggler {
  border: none;
  height: 40px;
  padding: 0;
  border-radius: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}
#profile-photo {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 280px;
    opacity: 0.9;
}

.resume-heading {
  font-weight: bold;
}

.skill-rating {
  white-space: nowrap;
}

.skill-circle {
  display: inline-block;
  width: var(--skill-cirlce);
  height: var(--skill-cirlce);
  border-radius: calc(var(--skill-cirlce) / 2);
  background-color: var(--color-2);
  vertical-align: middle;
}

.skill-circle.solid {
  background-color: var(--text-color);
}

.skill-circle+.skill-circle {
  margin-left: 5px;
}

.icon-box .icon {
  min-width: 40px;
  position: relative;
  font-size: 1.5rem;
  text-align: left;
}

.icon-box .icon img {
  width: 30px;
}

#education-timeline .edu-date {
  font-weight: bold;
}

#education-timeline .icon {
  min-width: 60px;
  font-size: 1rem;
  text-align: center;
}

#education-timeline .icon>* {
  position: relative;
}

#education-timeline .icon .circle {
  display: inline-block;
  vertical-align: middle;
  width: var(--edu-cirlce);
  height: var(--edu-cirlce);
  border-radius: calc(var(--edu-cirlce) / 2);
  background-color: var(--text-color);
  border: 2px solid var(--light);
}

#education-timeline .icon .circle-sm {
  display: inline-block;
  vertical-align: middle;
  width: var(--edu-circle-sm);
  height: var(--edu-circle-sm);
  border-radius: calc(var(--edu-circle-sm) / 2);
  background-color: var(--color-2);
  border: 2px solid var(--light);
}

#education-timeline .edu-meta .icon-desc {
  line-height: 1.75rem;
}

#education-timeline .icon:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 3px;
  box-sizing: border-box;
  background-color: var(--text-color);
  left: 50%;
  top: 0;
  z-index: 0;
  transform: translateX(-1.5px);
}

/* #education-timeline>div:first-child .icon:after {
  content: "\f106";
  font-family: "FontAwesome";
  position: absolute;
  top: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25rem;
}

#education-timeline>div:last-child .icon:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25rem;
}

*/ #education-timeline>div:first-child .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 15px;
  width: 100%;
  background: #FBF7F2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(251, 247, 242, 1) 85%);
}

#education-timeline>div:last-child .icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 15px;
  width: 100%;
  background: #FBF7F2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(251, 247, 242, 1) 85%);
}
#achievement-timeline .icon-desc,
#achievement-timeline .icon {
  display: flex;
  align-items: center;
}

#language .lang-img {
  max-width: 100%;
  max-height: 100%;
}

#language .col {
  position: relative;
  max-height: 130px;
    text-align: center;
}

#language .lang-name {
  position: absolute;
  text-transform: uppercase;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#language-meta {
  font-size: 0.75rem;
  text-align: center;
}

.arcwide-color {
  color: #ec008c;
}

.capgemini-color {
  color: #0070ad;
}
#social-connect:before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: var(--color-2);
  margin: -20px auto 15px auto;
}

#social-connect img {
  height: 30px;
  width: auto;
}

#social-connect a {
  text-decoration: none;
  color: var(--head-color);
}

.clients-collage>div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.clients-collage>div img {
  max-height: 100px;
  max-width: 100%;
  height: auto;
  width: auto;
}