html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#headerImg {
    background-image: url("../img/World-canyon-road-01.webp");
}

.navbar-brand {
    font-weight: bold;
    letter-spacing: 2px;
}

.card:hover {
    border-color: black;
}

.clean-url {
    color: black;
    text-decoration: none;
}

.media {
    display: flex;
    align-items: flex-start;
}

.small-txt {
    font-size: 11pt;
}