.header {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 300px;
  background-color: #333;
  color: #fff;
  overflow-y: auto;
  scrollbar-color: rgba(0,0,0,0.2) #5D6BA7;
  scrollbar-width: thin;
  z-index:1;
}

.navbar-brand {
  font-size:1.5rem;
  font-weight:bold;
  color:white;
  margin:0!important;
}

.nav-link {
  color:gray;
}

.nav-link:hover {
  color:black;
}

.navbar-brand:hover {
  color:white;
}

.btn-social {
  height: 2.2rem;
  width: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
  border:0;
  color: #333;
}

.btn-black {
  background-color:#111;
  color:white;
}

.btn-black:hover {
  color:white;
}

.list-none {
  list-style:none;
}

.hr-gray {
  border-bottom:1px solid gray;
}

.main-wrapper {
  margin-left: 300px;
  background: #fff;
}

.logo {
  width:150px;
  padding-left:5px;
}

.icon {
  width:50px;
  text-align:center;
  color:white;
  background-color:rgb(38, 159, 66);
}

.card {
  height:100%;
}

h1 {
    font-size:2.5rem;
    font-weight:bold;
}

h2 {
    font-size:2rem;
    font-weight:bold;
    padding-left:20px;
    border-left:5px solid green;
}

h3 {
    padding-left: 1rem;
    font-size: 1.125rem;
    letter-spacing: 0.15rem;
    color: #54B689;
    border-left:5px solid #54B689;
    text-transform:uppercase;
    font-weight:bold;
}

footer a {
    color:black;
    text-decoration:underline;
}

footer a:hover {
    color:black;
}

#tabs .border {
    border-top:0!important;
    border-radius:0 0 5px 5px;
}

@media only screen and (max-width: 991px) {
  .header {
    height: auto;
    width: 100%;
  }
  .navbar-brand {
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin:0 80px!important;
    z-index:5;
  }
  .main-wrapper {
    margin-left:0!important;
    margin-top:56px;
  }
  h2 {
    font-size:1.7rem;
  }
}

@media only screen and (max-width: 359px) {
  .nav {
    font-size:13px;
  }
}

@media only screen and (min-width: 992px) {
  .resume-contact {
    border-left: 1px solid rgba(0,0,0,0.08);
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 992px) and (min-height: 730px) {
  .bottom {
    position:absolute;
    bottom:0;
    width: calc(100% - 300px);
  }
}

.resume-name {
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 0.3rem;
    color: #54B689;
}

a.resume-link{
    color:#4f4f4f;
}

a.resume-link:hover{
    color:#54B689;
}

.bw {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.resume-aside {
    border-left: 1px solid rgba(0,0,0,0.08);
}

