img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all linear 0.5s;
}

a:hover {
  color: #fea120;
}

.border_radius {
  border-radius: 30px;
}

.align-center {
  display: flex;
  align-items: center;
}

.justify-center {
  display: flex;
  justify-content: center;
}

p span {
  font-size: .5rem;
}

.porfolio_item {
  text-align: center;
  margin-bottom: 1.5rem;
}

.porfolio_item h4 {
  margin: .75rem 0;
  font-weight: bold;
}

.cover_image {
  overflow: hidden;
  border-radius: 30px;
}

.cover_image img {
  transition: all linear 0.5s;
}

a:hover .cover_image img {
  transform: scale(1.1);
}

.drupal_logo svg {
  max-width: 100%;
  height: auto;
}

.linkedin_title {
  flex-direction: column;
}

.linkedin {
  border-bottom: 5px solid transparent;
  padding-bottom: .25rem;
  transition: all linear 0.5s;
}

.linkedin:hover {
  border-color: #fea120;
}

@media screen and (min-width: 576px) {
  .linkedin_title {
    flex-direction: row;
  }
}

@media screen and (min-width: 1920px) {
  body {
    max-width: 1920px;
    margin: auto;
  }
}
