@import url("https://use.typekit.net/eza6myz.css");
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

/* 

Main - Footer Background: #001111 | Footer Text: #FFEEEE
Credit - Footer Background: #000011 | Footer Text & Link: #FFFFEE

Dark Blue: #102E4F
Light Blue: #E8F6FB
Dark Green: #365E34
Green: #81AE80
Soft Green: #DFF0E1 (Backgrounds)
Yellow: #F4C35D
Black #151515
Red: #BF3E29 (alerts)

*/

/* Other CSS Files */

body { background: #FFFFFF; color: #151515; font-family: 'Merriweather', serif; font-size: 18px; font-weight: 300; line-height: 30px; margin: 0; }
h1 { font-size: 58px; font-family: 'museo-sans', sans-serif; line-height: 66px; margin: 35px 0; }
h2 { font-size: 42px; font-family: 'museo-sans', sans-serif; line-height: 50px; margin: 30px 0; }
h3 { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 26px; line-height: 34px; margin: 25px 0; color: #102E4F; }
b, strong { font-weight: 700; }

a { color: #102E4F; }
a:hover, a:active { text-decoration: none; color: #1D5087; }

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

/* Content */
.content { min-height: calc(100vh - 355px); }
a.button { display: inline-block; background: #F4C35D; color: #151515; padding: 10px 20px; margin: 0 4px 4px 0; text-decoration: none; font-weight: 600; transition: 500ms; border-radius: 2px; }
a.button:hover { background: #F7D792; }
.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%; }

/* Modules - Notifications */
form#notificationsForm { display: block; max-width: 800px; width: 100%; margin: 0 auto 60px; }
#notificationsForm ol { margin: 0; list-style-type: none; padding: 0; }
#notificationsForm ol label { display: block; font-size: 15px; line-height: 24px; }
#notificationsForm ol input[type="text"], #notificationsForm ol input[type="email"] { font-family: 'Merriweather', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #092841; margin-bottom: 1em; }
#notificationsForm input[type="submit"] { display: block; width: 150px; font-family: 'Merriweather', sans-serif; font-size: 16px; color: #FFF; text-align: center; border: 0; background: #25274D; padding: 10px 0; margin: 1.5em 0 0; }

@media screen and (max-width: 800px) { 
    h1 { font-size: 50px; line-height: 58px; }
    h2 { font-size: 35px; line-height: 42px; }
    h3 { font-size: 24px; line-height: 32px; }
}

/* Alerts */
.alert { width: calc(100% - 20px); padding: 10px; background: #BF3E29; color: #FFFFFF; font-size: 20px; line-height: 32px; font-weight: 600; text-align: center; }
.alert a { color: #FFFFFF; text-decoration: none; }
.alert a:hover { color: #E8E8E8; }
.alertButton { display: inline-block; background: rgb(0,0,0,.1); margin: -2.5px 0 -2.5px 10px; padding: 2.5px 10px; }