/* to activate scrollspy */
body {
  position: relative;
}

/* theming */
.bg-primary {
  background-color: #004040 !important;
}
#aboutMe {
  background-color: whitesmoke;
}
.nav-pills .active {
  background-color: #008080 !important;
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color: #16161d !important;
}
p a {
  color: #008080;
}
p a:hover {
  color: #40e0d0;
  text-decoration: none;
}
.card {
  background-color: whitesmoke !important;
}
.card a {
  color: #212529 !important;
}
.card a:hover {
  text-decoration: none;
}
#footer a {
  color: whitesmoke;
  text-decoration: none;
}

/* spacing adjustments */
section {
  padding: 30px 0px;
}
#portfolio {
  padding: 15px 0px;
}
#portfolio .card {
  margin: 15px 0px;
}
#social i {
  padding: 0px 6px;
}
