/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
}

.jumbotron {
  background-color: lightgoldenrodyellow;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.projects .title {
  color: blueviolet
}

.code {
  /*margin-bottom: 2rem;*/
  padding: 2rem;
}

.courses-tutorials .title {
  color: orange
}

.linkedin {
  color: #0077b5;
  fill: #0077b5;
  border-color: #0077b5;
}

.twitter {
  color: #007abc;
  fill: #007abc;
  border-color: #007abc;
}

.github {
  color: #770E76;
  fill: #770E76;
  border-color: #770E76;
}

.devto {
  color: #000000;
  fill: #000000;
  border-color: #000000;
}

.email {
  color: #666;
  fill: #666;
  border-color: #000000;
}