@media screen and (max-width: 600px) {
  .display-4 {
    font-size: 42px;
    font-weight: 500;
  }
}

.display-4 {
  font-weight: 400;
}

.navbar-brand {
  color: black !important;
}

.curly-braces {
  font-size: 1.3em;
  color: #868686;
}

#code-response-wrapper {
  display: none;
}

a.black {
  color: black;
  font-weight: 500;
}

a:hover {
  color: #007bff;
  text-decoration: none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #eee;
}
