.navbar {
    color: #fff;
    padding: 1.5rem 1rem;
}

.navbar-toggler {
    background: none;
    border: none;
}
  
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: 0;
}
  
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin: 4px 0 4px 0;
  transition: all 0.2s;
}

.navbar-dark .navbar-toggler .icon-bar {
  background: #ffffff;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

#navigation img {
  max-width: 160px;
}

.social-list a i {
  height: 32px;
  width: 32px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  text-align: center;
  padding-top:8px;
  background-color: #39c1fb;
  color: black;
}

header {
  background-color: rgb(30, 42, 56);
  text-align: center;
  position: static;
  width: inherit;
  height: auto;
  border-bottom: 1px solid #495057;
  overflow-y: auto;
}

header h1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 1.3rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

header h1 a:hover {
  text-decoration: none;;
}

header .btn-primary {
  width: 100%;
  margin-top: 1em;
}

header .bio {
  font-size: 0.875rem;
}

body {
  background-color: #111821;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .btn, h1 a {
  color: white;
}

a {
  text-decoration: none;
  background-color: transparent;
}

hr {
  border-color: rgba(255,255,255,0.15);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.section-title, .resume-title {
  padding-left: 1em;
  position: relative;
}

.section-title:before, .resume-title:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 100%;
  background:  #39c1fb;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-primary {
  background-color: #1e65b1e0;
  border-color: #1e65b1e0;
}

.navbar-nav .nav-item.active .nav-link {
  color: #1e65b1e0;
}

a {
  color: #39c1fb;
}

.nav-link, .btn {
  font-weight: 700;
}

.nav-link i {
  width: 1.25em;
}

#about-me img {
  max-width: 100%;
}

@media (min-width: 768px) {
  #about-me img {
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 280px;
    border-bottom: none;
  }
  header h1 {
    position: inherit;
  }
  .main-container {
    margin-left: 280px;
  }
  #about-me img {
    max-width: 250px;
  }
  article .resume-aside {
    border-left : 1px solid grey;
  }
}

article {
  background-color: rgb(30, 42, 56);
}

article h2, article h3, article a {
  color: rgb(57, 193, 251);
}

article hr {
  border-color: grey;
}

article .muted {
  color: #8db1d2;
}

.resume-title {
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
}

.resume-contact {
  font-size: 0.9rem;
}

.resume-name {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
}

.resume {
  font-size: 0.95rem !important;
}

section.experience ul {
  padding-left: 16px;
}

@media (min-width: 1200px) {
  #about-me img {
    max-width: 300px;
  }
}

.axis {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.axis.label {
  font-size: 13px;
}

section h3 i {
  font-size: 24px;
}

section h3 i.fa-phone-alt, section h3 i.fa-calendar-alt {
  position: relative;
  bottom: 2px;
}

.tile > div {
  background-color: #151e29;
  padding: 1rem;
}

#contact i {
  color: #39c1fb;
}

.chart-container > div{
  height: 300px;
}
