html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

h1 {
    font-weight: bold;
}

.navbar {
    background-image: url('/images/SnookerBalls.png');
    width: 100%;
    height: 167px;
    /* Background properties */
    background-repeat: no-repeat;
    background-position: center center;
    /* Force the image to scale exactly to the bounds of the navbar */
    background-size: 100%;
    /* Flexbox positioning for interior nav links */
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    padding: 0 20px;*/

}

.navbar-brand img {
    max-width: 240px;
}
