:root {
  --image-width: 50vw;
}

* {
  font-family: 'Jura', sans-serif;
}

.twitch {
  width: 120px;
  border-radius: 15px;
}

.navbar-brand span {
  padding-left: 10px;
}

.hero {
  background-image: url(../images/02-portfolio-4.jpg);
  background-size: cover;
  background-position: center;
}

.jumbotron-text {
  font-family: 'Anton';
}

.card-custom {
  transition: ease-in-out 0.3s;
  z-index: 1;
  margin: 10px;
}

.card-custom:active, 
.card-custom:hover {
  transform: scale(1.2, 1.2);

  box-shadow: 0 0 20px;
  z-index: 2;

}

footer {
  padding: 10px;
  align-content: center;
}

.footer-link {
  border-radius: 15px;
}

.footer-link:active, .footer-link:hover {
  background-color: rgb(140, 189, 167);
  border: 2px solid;
  box-shadow: 0 0 5px black;
}

#topButton {
  display: none; 
  position: fixed; 
  bottom: 50px; 
  right: 50px;
  z-index: 5;
  padding: 10px;
  border-radius: 15px;
}

.contact-link {
  color: black;
}


@media only screen and (min-width: 992px) {
  .about, .grid {
    border-left: solid 5px;
  }
}