html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
  font-family: 'Open Sans', sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
a:hover {
    text-decoration: none !important;
}
.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.site-header span {
    color: #fc5200;
}
.site-header a {
    color: #ffffff;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
.text-strava {
    color: #fc5200;
}
.btn-strava,
.bg-strava {
    background-color: #fc5200;
    color: #ffffff;
}
.font-weight-bold {
    font-weight: 700;
}
.font-weight-bolder {
    font-weight: 900;
}
.embed-responsive-4by6::before {
    padding-top: 76.25%;
}
.fas.text-muted {
    font-size: 175%;
    color: #666 !important;
}
.infoDetail .detail span {
    font-size: 75%;
}
#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: black url(spinner.gif) center center no-repeat;
    opacity: .5;
}