@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('content.css');
@import url('department.css');
@import url('elections.css');
@import url('footer.css');
@import url('header.css');
@import url('home.css');
@import url('services.css');

/* Other CSS Files */

body { background: #FFFFFF; color: #000000; font-family: 'Quicksand', sans-serif; font-size: 18px; line-height: 30px; font-weight: 500; margin: 0; min-height: calc(100vh - 40px); }
h1, h2 { font-family: 'Cormorant Garamond', serif; font-weight: 600; }
h1 { font-size: 60px; line-height: 68px; }
h2 { font-size: 48px; line-height: 56px; }
h3 { font-size: 32px; line-height: 36px; color: #174963; }
a { color: #174963; }
a:hover, a:active { text-decoration: none; color: #21698C; }

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

/* Content */
.content { min-height: calc(100vh - 410px); }
a.button { display: inline-block; margin: 0 auto; background: #CDE8E5; color: #000000; padding: 10px 20px; margin: 0 4px 4px 0; text-decoration: none; transition: 500ms; border-radius: 5px; font-weight: 600; }
a.button:hover { background: #90CBC7; }
.clear { clear: both; }

/* Videos */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
Dark Grey Blue: #174963
Grey Blue: #4D879D
Green Gray: #9FB385
Mint Green/Ice Blue: #CDE8E5
Light Blue/Gray: #EFF8FD
Alerts: #7C1416
Black: #000000
*/