@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: freeserifitalic;
	src: url(FreeSerifItalic.ttf) format('truetype');  
        font-weight: normal;
        font-style: normal;
}

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

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

}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#html { overflow-y: auto; }

a:link {
	color: #000000;
}
a:visited {
	color: #EFBF6A;
}
a:hover {
	color: #EFBF6A;
}
a:active {
	color: #EFBF6A;
}

body {
      background-image: url("../img/vincent_s_dev.jpg");
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-position: top; 
      background-color: #E8FAFA;
      #position: relative;
      
      #width: 100px;
      #height: 120px;
      #background-size: contain;
      #margin-right:100px;
      #margin-top : 0px;
      #top: 80px;
      #overflow:auto;
}

br {
    /* hide the BR tag for wider screens (i.e. no line break) */
    display: none; 
  }

h2{
#text
    font-family: 'promocyja';
    font-size: 20px;
    #font-weight: bold;
    font-style: italic;
    text-align: left;
    margin-right: 40px;
    margin-left: 40px;
    #margin-bottom: 500px;
    #color: #F1BF66;
    position: absolute;
    top: 225px;
    left: 8px;
    animation : fadein 20s;
    white-space: break-line;
    #line-break: loose;
    #line-height: 80px;
}
h1{
#back
    font-family: 'promocyja';
    font-size: 8px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    margin:10px;
#color: #000000;
    position: absolute;
    top: 10px;
    left: 350px;
    animation : fadein 40s;
    #line-height: 80px;
}


