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

@import url('footer.css');
@import url('header-24.css');
@import url('content-30.css');
@import url('home.css');

/* Colors 
Blue: #1B459C 
Gray: #8D9293
Light Gray: #F6F6F6 (Right Column, Background)
Black #090A0A
Red #731D14 (Alert)

*/

body { background: #FFFFFF; color: #090A0A; font-family: 'Montserrat', sans-serif; font-size: 17px; line-height: 27px; margin: 0; min-height: calc(100vh - 40px); }
h1 { font-family: 'BatmanForeverAlternate'; font-size: 60px; line-height: 72px; }
h2 { font-size: 36px; line-height: 42px; }
h3 { font-weight: 600; font-size: 24px; line-height: 28px; }
a { color: #134C8F; }
a:hover, a:active { text-decoration: none; color: #1968C2; }

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

/* Content */
.content { padding-top: 110px; min-height: calc(100vh - 826px); background: #FFFFFF; }
a.button { display: inline-block; background: #090A0A; color: #FFFFFF; padding: 10px 20px; margin: 0 4px 4px 0; text-decoration: none; font-weight: 700; transition: 500ms; }
a.button:hover { background: #333333; }
.clear { clear: both; }
.listHidden { display: none !important; }

/* 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: 1280px) { 
  .content { padding-top: 80px; }
}