@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap');

/* Other CSS Files */

@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');

/* Core Colors 

Dark Slate: #193542
Maroon: #501014
Cream: #EFEBDC
Ash Gray: #b8b3a0
Muddy Brown: #87692D
Camel: #C8A562
Black: #101012

*/

body { background: #FFFFFF; color: #101012; font-family: 'museo-sans', sans-serif; font-weight: 300; font-size: 18px; line-height: 28px; margin: 0; }
b, strong { font-weight: 700; }

h1 { font-size: 60px; line-height: 68px; margin: 35px 0; }
h2 { font-size: 44px; line-height: 50px; margin: 30px 0; }
h3 { font-family: 'Baskervville', sans-serif; font-size: 28px; line-height: 34px; margin: 25px 0; font-weight: 600; }

a { color: #87692D; }
a:hover, a:active { text-decoration: none; color: #6C5425; }

hr { margin-block-start: 20px; margin-block-end: 20px; border: 0px; border-top: 2px solid #87692D !important; }

/* Content */
.content { min-height: calc(100vh - 355px); }
a.button { display: inline-block; margin: 0 auto; background: #C8A562; color: #101012; padding: 10px 20px; margin: 0 4px 4px 0; text-decoration: none; font-weight: 500; transition: 500ms; border-bottom: 3px solid #87692D; text-transform: uppercase; font-size: 20px; }
a.button:hover { border-bottom: 3px solid #C8A562; }
.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%; }

@media screen and (max-width: 800px) { 
    h1 { font-size: 52px; line-height: 60px; }
    h2 { font-size: 36px; line-height: 44px; }
    h3 { font-size: 24px; line-height: 32px; }
}

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