html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.navbar {
    padding-left: 10px;
    padding-right: 10px;
}
.fa-home {
    padding-right: 5px;
}

/* bmc-btn-container and bmc-btn set the style of the BuyMeACoffee button */
.bmc-btn-container {
    padding: 0px;
    border: 0px;
    width: 125px;
    height: 36px;
}

a.bmc-btn {
    transform: scale(0.6);
    transform-origin: 0 0;
    margin: 0px 0px 0px 0px;
}

a.bmc-btn:visited {
    color: white;
}

a.bmc-btn:hover {
    color: white;
}
