@font-face {
    font-family: 'nimbus_roman_no9_lRgIt';
    src: url('NimbusRomNo9L-RegIta-webfont.eot');
    src: url('NimbusRomNo9L-RegIta-webfont.eot?#iefix') format('embedded-opentype'),
         url('NimbusRomNo9L-RegIta-webfont.woff2') format('woff2'),
         url('NimbusRomNo9L-RegIta-webfont.woff') format('woff'),
         url('NimbusRomNo9L-RegIta-webfont.ttf') format('truetype'),
         url('NimbusRomNo9L-RegIta-webfont.svg#nimbus_roman_no9_lRgIt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nimbus_roman_no9_lRg';
    src: url('NimbusRomNo9L-Reg-webfont.eot');
    src: url('NimbusRomNo9L-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('NimbusRomNo9L-Reg-webfont.woff2') format('woff2'),
         url('NimbusRomNo9L-Reg-webfont.woff') format('woff'),
         url('NimbusRomNo9L-Reg-webfont.ttf') format('truetype'),
         url('NimbusRomNo9L-Reg-webfont.svg#nimbus_roman_no9_lRg') format('svg'); 
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'urw_chancery_l_medium_italic';
    src: url('urw_chancery_l_medium_italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face{ 
	font-family: 'promocyja';
	src: url('promocyja-webfont.woff') format('woff');  
}

@font-face{ 
	font-family: 'lmroman10-bold-webfont';
	src: url('lmroman10-bold-webfont.woff') format('woff');  
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
#html { overflow-y: auto; }

body {
      background-image: url("../img/credits_1536.JPG");
      margin: 0;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-color: #000000;
      background-position: center;
}


h2{
    font-family: 'nimbus_roman_no9_lRgIt';
    font-size: 1em;
    color: #3e3f3e;
    position: absolute;
    top: 380px;
    left:450px;
    animation : fadein 10s;
    #line-height: 80px;
}

h3 {
    #display: block;
    font-family: 'nimbus_roman_no9_lRgIt';
    font-size: 0.9em;
    color: #3e3f3e;
    position: absolute;
    top: 260px;
    right: 380px;
    animation : fadein 15s;

#margin-top: 0.67em;
    #margin-bottom: 0.67em;
    #margin-left: 0;
    #margin-right: 0;
    #font-weight:normal;
#text-align: inherit;
} 

h4 {
    font-family: 'nimbus_roman_no9_lRgIt';
    font-size: 0.9em;
    color: #3e3f3e;
    position: absolute;
    top: 800px;
    right: 500px;
    animation : fadein 20s;
    #line-height: 40px;
} 


h5{
    font-family: 'nimbus_roman_no9_lRgIt';
    font-size: 1em;
    color: #3e3f3e;
    position: absolute;
    top: 265px;
    right: 485px;
    animation : fadein 20s;
    line-height: 40px;
    text-decoration: none; 
}



/* unvisited link */
a:link {
  color: #3e3f3e;
  text-decoration: none;

}


/* visited link */
a:visited {
  color: #67661f;
}


