html {
  font-size: 18px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bg-main {
   background-image: url("/Images/pexgolf1.jpg");
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
}

h1 {
  text-shadow: 1px 1px #111111;
}


.text-bold {
  font-weight:  bold;
}