﻿html {
  font-size: 14px;
 color:black;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
    
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px; 
}

a.btn {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}