p {font-family: Century Gothic, Helvetica, sans-serif}




h1{font-family: Century Gothic, Helvetica, sans-serif}
h2{font-family: Century Gothic, Helvetica, sans-serif}
h3{font-family: Century Gothic, Helvetica, sans-serif}
h4{font-family: Century Gothic, Helvetica, sans-serif}
h5{font-family: Century Gothic, Helvetica, sans-serif}
h6{font-family: Century Gothic, Helvetica, sans-serif}
ul{font-family: Century Gothic, Helvetica, sans-serif}
a:link {
    color: #C22500;
    text-decoration: none;


}
a:visited {
        text-decoration: none;
color: #C22500;

}
a:hover {
text-decoration: none;
color: #000000;

}
html {
  font-size: 100%; /* 100% usually equals 16px */
} 

body {
  font-size: 1rem; /* Base text */
} 

h1 {
  font-size: 2rem; /* Will scale correctly on mobile */
} 

h2 {
  font-size: 1.75rem; /* Will scale correctly on mobile */
} h3 {
  font-size: 1.5rem; /* Will scale correctly on mobile */
}