/* DEFAULT */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../font/quicksand-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../font/quicksand-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/quicksand-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../font/quicksand-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../font/quicksand-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../font/quicksand-v30-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}

html,
body {
    font-family: 'Quicksand', Geneva, sans-serif;
    font-size: 12pt;
    height: 100%;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

section:before {
  height: 50px;
  content: "";
  display:block;
}

.badge {
  background-color: #3a93d0;
  font-weight: normal;
}

.button {
  background-color: #0E468C;;
  color: white;
  display: block;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
}

.clean-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.card-header {
  font-weight: bold;
  color: #0E468C;
  text-transform: uppercase;
}

.card-title,
.card-subtitle {
  text-transform: none;
}

/* HEADER */
header {
  background-image: url("../image/header.png");
  background-position: center;
  height: 140px;
}

header img {
  margin: 20px;
}

#header-left {
  background-color: #3a93d0;
  position: relative;
  z-index: 2000; /* to overlay fixed-top if navbar */
}

/* NAVBAR */
.navbar {
  background-color: #3a93d0;
  padding: 4px 0;
}

.navbar a {
  text-transform: uppercase;
  color: white;
}

.nav-link {
  padding: 2px 0;
}

.navbar-brand img {
  height: 38px;
}

.navbar-toggler {
  border: none;
  padding: 0px 12px;
}

@media (min-width: 992.00px) {
  #navbar .active {
    border-bottom: 2px solid white;
  }

  .nav-link {
    border-bottom: 2px solid #3a93d0;
  }
}

@media (max-width: 991.98px) {
  #navbar .active {
    border-right: 2px solid white;
  }

  .nav-link {
    padding-right: 10px;
    border-right: 2px solid #3a93d0;
  }
}

/* ABOUTME */
#aboutme-sidebar {
  background-color: #eeeeee;
}

@media (max-width: 991.98px) {
  #aboutme-sidebar {
    background-color: #ffffff;
  }
}

.contact-info a {
  color: #3a93d0;
  text-decoration: none;
}

#contact .fa-solid,
#contact .fa-brands {
  color: #0E468C;
}

#contact td {
  padding: 0 10px 10px 0;
}

td.contact-icon {
  text-align: center;
  vertical-align: top;
}

.progress {
  background-color: #ffffff;
}

.progress-bar {
  background-color: #3a93d0;
}

/* EXPERIENCE */
.timeline {
  border-left: 2px solid #e6e6e6;
  list-style: none;
  position: relative;
}

.timeline a {
  text-decoration: none;
  color: #3a93d0;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  display: block;
  position: absolute;
  top: 0;
}

.timeline .timeline-item:after {
  background-color: #3a93d0;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: -40px;
  margin-top: 15px;
  width: 14px;
}

/* FOOTER */
footer {
  background-color: #3a93d0;
  padding-top: 15px;
}

footer .fab {
  color: #ffffff;
  margin: 0 10px 0 0;
}