@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

/* COLORS

#2E368F Blue
#FFDE0C Gold
#EBEDEF Gray
#000000 Black

*/

body { background: #FFFFFF; color: #000000; font-size: 20px; line-height: 32px; font-family: 'Poppins', sans-serif; margin: 0; min-height: calc(100vh - 40px); }
h1 { font-family: 'Merriweather', serif; font-size: 60px; line-height: 66px; }
h2 { font-family: 'Merriweather', serif; font-size: 48px; line-height: 54px; }
h3 { font-size: 28px; font-weight: 600; line-height: 34px; color: #2E368F }
a { color: #2E368F; }
a:hover, a:active { color: #363FA7; }

@media screen and (max-width: 800px) { 
    h1 { font-size: 56px; line-height: 62px; }
    h2 { font-size: 32px; line-height: 38px; }
    h3 { font-size: 24px; line-height: 32px; }
}

@media screen and (max-width: 800px) { 
    h1 { font-size: 44px; line-height: 52px; }
}

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

/* Content */
.content { }
a.button { display: inline-block; background: #000000; color: #FFFFFF; padding: 10px 20px; margin: 0 4px 4px 0; text-decoration: none; transition: 500ms; font-size: 20px; font-weight: 500; }
a.button:hover { background: #333333; }
.clear { clear: both; }
.listHidden { display: none !important; }

/* Videos */
.embed-container { position: relative; height: 0; padding-bottom: 450px; overflow: hidden; max-width: 800px; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@media screen and (max-width: 840px) { 
    .embed-container { padding-bottom: 56.25%; width: 100%; }
}

/* Anchor Links */
a[id] {  scroll-margin-top: 100px; }