body {
  scroll-behavior: smooth;
  background-color: #fdfdfd;
}

#sidebarMenu {
  background: #3b3b3b;
}

#sidebarMenu .nav-link:hover,
#sidebarMenu .nav-link.active {
  background-color: #6c63ff;
  color: #fff !important;
}

#hero {
  background: url('../img/tudorita.jpg') center/cover no-repeat;
  color: #fff;
}

section {
  padding-left: 270px;
}

@media (max-width: 991px) {
  #sidebarMenu {
    position: static;
    width: 100%;
    height: auto;
  }
  section {
    padding-left: 0;
  }
}
