@charset "utf-8";
@font-face {
	font-family: "HeidelbergGothicMl";
	src: url("../fonts/HeidelbgGothicMl.otf");	
}
@font-face {
	font-family: "HeidelbergGothicMlbold";
	src: url("../fonts/HeidelbgGothicMl-Bold.otf");	
}
* {     
		font-family: "HeidelbergGothicMl", Arial, sans-serif;
		margin: 0;
		padding: 0;
				
}

html {
  margin: 0;  
  text-align: center;
  box-sizing: border-box;
  overflow: auto; 
  
}

body {
 margin: 0 auto;
 min-height: 100dvh;
 display: flex;
 flex-direction: column;
 background-image: url('Background.png'); 
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: cover;
}
h1 {
 font-family: "HeidelbergGothicMlbold", Arial, sans-serif;
 font-size: 1em;
 margin-top: 1em;
 color: transparent;

 
}
main {
 min-height: 5em;
 flex: 1;
}


main div p a {
font-family: "HeidelbergGothicMlbold", Arial, sans-serif;
 color: #fff;  
 text-decoration: none;
 
}
main div p {
 background-color: #00417d; 
 padding:0.4em;
 border-radius: 3px;
 border-color: #00417d;
 display: inline-block;
 margin-top: 0.5em;
 margin-bottom: 3em;
}
main div p.more a {
 color: #00417d;
}
main div p.more {
 padding:0.4em;
 color: #00417d;
 display: block;
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 background-color: transparent;
}

video {
 max-width: 85%;
 height: auto;
 margin-top: 1.5em;
 margin-bottom: 1em;
}
footer {
 color: #60656B; 
 padding-bottom: 1em;
 line-height: 2em;
}
footer a {
 color: #00417d;
}



