html {
    background-color: #002270;
    font-family: Raleway;
}

#header, #header:hover {
    line-height: inherit !important;
    text-decoration: none !important;
}

header {
    text-align: center;
    background-color: #002270;
    margin: 0 auto;
    max-width: 740px;
    color: #fff;
    background-image: url('educo-final-gold-landscape.png');
    background-repeat: no-repeat;
    background-position: top; 
}

#body {
    background-color: white;
	color: #222;
	font-size: 24px;
    max-width: 680px;
    margin: 0 auto;
	padding: 2px 30px 20px;
}

header a {
    display: block;
}

header h1 {
    padding: 100px 20px 0;
}

header h2 {
    margin-bottom: 45px;
    padding: 0px 20px;
}

header h1, header h2 {
    color: #fff;
}

video {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: cover;
    margin: 0 auto;
}

nav {
    border-bottom: 1px solid black;
}

nav ul {
    list-style-type: none;
    padding-left: 0;
}

nav li {
    display: inline-block;
}

nav li:not(:last-child) a::after {
    display: inline-block;
    color: #000;
    font-size: 80%;
    font-weight: bold;
    padding: 0 10px;
    content: '|';
}

#announcement a, #announcement a:hover, #announcement a:visited {
    color: #fff;
}
#announcement a {
    display: inline;
}
#announcement figcaption {
    margin-bottom: 15px;
}

p, blockquote {
	line-height: 1.5em;
}

a, a:visited {
    color: #002270;
    text-decoration-style: dotted;
    text-underline-offset: 6px;
}

a:hover {
    text-decoration: none;
}

ul {
    padding-left: 20px;
}

li {
    padding-top: 18px;
    line-height: 35px;
}

figure {
    margin: 40px 0;
}

figcaption {
    text-align: center;
    font-size: 0.8em;
    line-height: 1.3em;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: cover;
    margin: 0 auto;
}


article h3, article h4 {
    line-height: 1.5em;
}


#home footer {
    display: none;
}

footer {
    position: sticky;
    bottom: 0;
    width: inherit;
    max-width: inherit;
    background-color: white;
    height: 1.5em;
    padding-top: 5px;
    margin-bottom: 3px;
    text-align: right;
}

footer > a {
    text-decoration: none;
}

footer img {
    height: 0.8em;
    aspect-ratio: 1 /1;
    vertical-align: baseline;
    display: inline;
}