.social_media {
   margin: .1em;
}

.fa-facebook-square {
  color: #3b5998;
}

.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  // Code from {}
  // https://stackoverflow.com/questions/38507734/fontawesome-instagram-icon-colorized {}
}

.fa-twitter-square {
  color: #00aced;
}

.fa-youtube-square {
  color: #bb0000;
}

.navbar {
  margin-bottom: 0em;
}

.btn-ticket {
  margin: .5em;
}

.committee-list {
  list-style-type: none;
}

.carousel img {
  width: 100%;
  height: auto;
}

a.link-color-inherit,
a.link-color-inherit:hover {
  color: inherit;
  text-decoration: none;
  // Code from {}
  // https://stackoverflow.com/questions/49554070/using-bootstrap-cards-as-a-hyperlink {}
}