/* file: styles0.css          */
/* date: 2019-10-01           */
/* site: theparishpump.online */
/* author:  david richmond    */

/* ---- global styling */
html {font-size: 62.5%; font-family: "Lucida Sans", sans-serif;}

body {
  background: #fff;
  font-size: 1.4rem; /* 14px*/
  color: #333;
  text-align: center;
  margin: 0;
  line-height: 2.5rem;
  }

* {box-sizing: border-box;}

.pump {width:750px; height:157px; margin-top: 6rem; border-top: 2px solid black; border-bottom: 2px solid black;}

h1 {margin-top: 7rem;  font-size: 5rem; color: #CA0000; font-family: "Times New Roman", Times, serif; font-weight: normal;}
h2 {margin-top: 0rem; font-size: 3rem; color: #CA0000; font-family: "Times New Roman", Times, serif; font-weight: normal;}
h3 {margin: 18rem 0 -18rem 0; font-size: 2rem; color: black; font-family: "Times New Roman", Times, serif; font-weight: normal;}














