/**
 * BASE SETTINGS
 */
 
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  color: #666;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
body.under-construction {
  background: url('/under-construction.jpg') 0 0 no-repeat #e5e5e5;
  background-size: 100%;
  height: 100%;
  width: 100%;
}