@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #2b90d9;
}

.nav-pills .nav-link {
  color: #555;
}

.text-uppercase {
  letter-spacing: 0.1em;
}

#ProPic {
  padding: 10px;
  /*text-align: left;*/
}

#Promo {
  text-align: center;
  padding: 40px;
}

.Profile {
  padding-top: 50px;
  text-align: center;
}

#AboutMe {
  padding-top: 50px;
}

.Projects-small {
  hight: 550px;
  height: 550px;
  padding: 40px;
  margin: 0 0 10px 10 px;
  margin: 0 0 10px 10px;
  text-align: center;
}

.Sec_Projects {
  padding: 50px;
}

#CV {
  padding: 50px;
}

.Teaching {
  padding-top: 80px;
}

.simple-slider {
  padding-left: 200px;
  padding-right: 200px;
}

