@media (min-width: 768px){
  body{
    line-height: 1.5;
    padding-top: 0;
    padding-left: 17rem;
  }

  .left-navbar{
    left: 0;
    height: 100vh;
    width: 17rem;
    position: fixed !important;
    text-align: center;
  }

  .navbar-nav{
    flex-direction: column !important;
    width: 100%;
  }

  .profile-picture{
    display: block !important;
    max-width: 10rem;
    max-height: 10rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
  }

  .navbar-brand{
    display: none !important;
  }
  
}

p, h3, h5 {
  font-family: 'Poppins' , sans-serif !important;
}

section {
  min-height: 100vh;
  max-width: 75rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: center;
}

.active {
  color: #00ccff !important;
}

.section-1{
  background-color: #212529A6;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.bg-section{
  max-width: 100%;
  background: #dedbd2;

}

.text-first {
  color: #2BC0E4;
}

.icons {
  margin-right: 3%;
  text-decoration: none;
  color: #2bc0e4;
}

.dev-icons{
  height: 48px;
}

.profile-picture{
  display: none;
 }

 .navbar-brand{
  display: block;
}

.img-background{
  height: 100vh;
  background-image: url(img/background/background_resume.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.img-sizing {
  width: 75%;
}

.card{
  background-color: #f0efeb !important;
  font-family: 'Poppins' , sans-serif !important;
}

.card-body{
  font-size: larger;
}

