@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* 

Icons
Light

Colors
Dark Blue: #455CAA
Light Blue: #A0DDF9
Lightest Blue (background color): #E9F7FE
Red (also for alert): #5F0303 (White text)
Brown: #65514B
Green: #8DAA42
Text Color: #211E1D

Fonts:
Galada Regular / Lobster
Open Sans

*/

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

/* Other CSS Files */

body { background: #FFFFFF; color: #211E1D; font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 28px; margin: 0; }
h1 { font-size: 52px; line-height: 58px; font-family: 'Lobster'; font-weight: 400; }
h2 { font-size: 42px; line-height: 48px; font-family: 'Lobster'; font-weight: 400; }
h3 { font-size: 26px; line-height: 34px; }

a { color: #455CAA; }
a:hover, a:active { text-decoration: none; color: #374A88; }

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

/* Content */
.content { min-height: calc(100vh - 355px); }
a.button { display: inline-block; margin: 0 auto; background: #A0DDF9; color: #211E1D; padding: 10px 15px; margin: 0 6px 6px 0; text-decoration: none; transition: 500ms; border-radius: 5px; }
a.button:hover { background: #53C1F4; }
.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%; }