html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%; 
  min-height: 100%; 
  height: auto !important;
  width: 100%; 
  min-width: 100%;
  max-width: 100%;
  position: absolute; 
  margin: 0px; 
  padding: 0px;
  overflow: auto; 
}

body {padding-top: 56px; background-color: #000000; color: #ffffff;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}

.container:first-of-type h1 {border-bottom: 1px solid #292929;}
.events h3 {font-size: 1.25em;}
.top-border {border-top: 1px solid #292929; margin-top: 25px;}

#btn-back-to-top {position: fixed; bottom: 20px; right: 20px; display: none;}