/* CSS Document */

@font-face {
font-family: "Agency FB";
src: url("../fonts/agencyr.eot"); /* IE9 Compat Modes */  
src: 
url("../fonts/agencyr.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */    
url("../fonts/agencyr.otf") format("opentype"), /* Open Type Font */    
url("../fonts/agencyr.svg") format("svg"), /* Legacy iOS */    
url("../fonts/agencyr.ttf") format("truetype"), /* Safari, Android, iOS */    
url("../fonts/agencyr.woff") format("woff"), /* Modern Browsers */    
url("../fonts/agencyr.woff2") format("woff2"); /* Modern Browsers */  
}

@font-face {
font-family: "Calibri";
src: url("../fonts/CALIBRI.eot"); /* IE9 Compat Modes */  
src: 
url("../fonts/CALIBRI.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */    
url("../fonts/CALIBRI.otf") format("opentype"), /* Open Type Font */    
url("../fonts/CALIBRI.svg") format("svg"), /* Legacy iOS */   
url("../fonts/CALIBRI.ttf") format("truetype"), /* Safari, Android, iOS */    
url("../fonts/CALIBRI.woff") format("woff"), /* Modern Browsers */    
url("../fonts/CALIBRI.woff2") format("woff2"); /* Modern Browsers */  
}

body {
	background-color: #000000;
	color: #ffffff;
	font-family: "Calibri", sans-serif;
	text-shadow: 2px 2px 2px #000000;
	margin: 0px 0px 0px 0px;
	background-image: url("../images/BG.webp");
	background-repeat: repeat-y;
	background-position: top center;
	top: 100px;
}
  
a {
	font-family: "Agency FB", sans-serif;
	color: #ffffff;
	text-decoration: none; 
}
a:hover {
	text-shadow: 0px 0px 5px #119ff1, 0px 0px 10px #119ff1, 0px 0px 20px #119ff1;
}

h1 {
	font-family: "Agency FB", sans-serif;
	font-size: 7mm;
	text-shadow: 1px 1px black;
}
h2 {
	font-family: "Agency FB", sans-serif;
	font-size: 6mm;
	font-style: "italic"
	text-shadow: 1px 1px black;
}