@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather:wght@400;700&display=swap');

@import url('content.css');
@import url('department.css');
@import url('footer26.css');
@import url('header26.css');
@import url('home26.css');
@import url('services.css');

/* Other CSS Files */

body { background: #FFFFFF; color: #211E1D; font-family: 'Lato', sans-serif; font-size: 1em; line-height: 1.7em; margin: 0; min-height: calc(100vh - 40px); }
h1, h2, h3 { font-family: 'Merriweather', serif; }
h1 { font-size: 44px; line-height: 56px; }
h2 { font-size: 34px; line-height: 46px; }
h3 { font-size: 30px; line-height: 42px; }
a { color: #0654A3; }
a:hover, a:active { text-decoration: none; }

hr { margin-block-start: 20px; margin-block-end: 20px; border: 0px; border-top: 1px solid #E7E6E8 !important; }

a.button { display: inline-block; margin: 0 auto; background: #F79420; color: #211E1D; padding: 7px 12px; margin: 0 4px 4px 0; text-decoration: none; font-weight: 700; }
a.button:hover { background: #F9B463; }

/* Clear */
.clear { clear: both; }

/* Service Buttons */
.pageAlert a.button { background: #CB1E00; color: #FFF; border: 2px solid #FFF; }
.pageAlert a.button:hover { background: #FFF; color: #CB1E00; }