@font-face {
    font-family: ITCAvantGardeStd;
    src: url(../fonts/ITC/ITCAvantGardeStd-Bk.ttf);
}

* {
    margin: 0em; 
    padding: 0em;
}

body {
   background-color:#1a1942;
   font-family: ITCAvantGardeStd; 
   font-size: 14px;
}

h1 {
    display: none;
}

h2 {
    font-size: 2em;
	color: #e7344c;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 5px;
	margin-top: 1.4em;
}

ul {
    list-style-type: disc; 
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
    padding-bottom: 2em;
}

li{
    line-height: 25px;
}

p {
	margin-bottom: 5px;
}

img {
    border: 0px none;
    max-width: 100%;
    max-height: 100%; 
}

figcaption {
    display: none;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a img {
    border: 1px solid #e7344c;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

article header {
    width: 100%;
    text-align: center;
}

article {
    max-width: 870px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 30px;
    padding: 15px;
    min-height: 670px;
    background: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px #000000;
}

article > div {
    text-align: center;
    padding-bottom: 2em;
}

article > div + p {
    padding-bottom: 2em;
}

article > div:not(:has(a)) {
    font-size: 17px;
	font-weight: bold;
}

article > div:nth-child(2) p:nth-child(2) {
    font-size: 14px;
	font-style: italic;
}

article > div:has(a) {
    display: grid;
    grid-template-columns: 50% 50%;
}

article > div:has(a) figcaption {
    display: block;
}

article > div:has(a) > a:last-child {
    grid-column: 2;
    grid-row: 1 / span 2;
}

article > *:not(header):not(footer) {
    padding-left: 2em;
    padding-right: 2em;
}

.surbrillance {
	font-weight: bold;
}

.red {
    color: #e7344c;
}
