/* ================================ */
/* Westgate Trucking (westgate.css) */
/* ================================ */


html, body {
  background-color: #000000;
  color: #ffffff;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 16px;
}


#master {
  text-align: center;
  width: 100%;
  max-width: 640px;
  padding: 16px;
  margin: auto;
}

h1,h2,h3,h4 {
  margin-top: 2px;
  margin-bottom: 4px;
}

p  { font-size: 1em; font-weight: 500;}
h1 { font-size: 1.5em; font-weight: 700;}
h2 { font-size: 1.4em; font-weight: 700;}
h3 { font-size: 1.3em; font-weight: 700;}
h4 { font-size: 1.2em; font-weight: 700;}

/* set font sizes to 80% on smaller screens */

@media screen and (max-width: 480px) {
  p  { font-size: .8em; font-weight: 500;}
  h1 { font-size: 1.2em; font-weight: 700;}
  h2 { font-size: 1.12em; font-weight: 700;}
  h3 { font-size: 1.04em; font-weight: 700;}
  h4 { font-size: .96em; font-weight: 700;}
}


/* === */
/* EOF */
/* === */
