footer a, #information a {
  text-decoration: underline;
  color: #636363;
}

footer a:hover, #information a:hover {
  color: #929292;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}

#tony-picture p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
}

@media (min-width: 768px) {
  #tony-picture p {
    font-size: large;
  }
}

@media (min-width: 1200px) {
  #tony-picture p {
    font-size: x-large;
  }
}

.form-label-larger {
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: 600;
}

#contact-details-linked p {
  margin-bottom: 0px;
}

