@font-face{
    /*
        If you like the font of this page and 
        you are looking at this page because you want to steal it. 
        don't do it. Why? Because my it is from a small type foundry
        which creates innovative high quality typefaces.
        https://luzi-type.ch/cadiz.html
    */
    font-family:'CadizWeb';
    src: url('./fonts/CadizWeb-Bold_gdi.eot');
    src: url('./fonts/CadizWeb-Bold_gdi.eot?#iefix') format('embedded-opentype'),
         url('./fonts/CadizWeb-Bold_gdi.woff') format('woff'),
         url('./fonts/CadizWeb-Bold_gdi.svg#CadizWeb-Regular') format('svg');
    font-weight: 700;
    font-style: bold;
    font-stretch: normal;
    unicode-range: U+000D-FB02;
}

@font-face{
    font-family:'CadizWeb';
    src: url('./fonts/CadizWeb-Light_gdi.eot');
    src: url('./fonts/CadizWeb-Light_gdi.eot?#iefix') format('embedded-opentype'),
         url('./fonts/CadizWeb-Light_gdi.woff') format('woff'),
         url('./fonts/CadizWeb-Light_gdi.svg#CadizWeb-Regular') format('svg');
    font-weight: 200;
    font-style: light;
    font-stretch: normal;
    unicode-range: U+000D-FB02;
}

body{ font-family: 'CadizWeb'; font-style: light;}
h1{ font-size: 38pt; font-style: bold; letter-spacing: 1px; }

.container{
    margin-left: 2em;
}

.portrait_bottom_right {
    position:absolute;
    bottom:0px;
    right:0px;
    margin-bottom: 0px;
    overflow: hidden;
}

#portrait{
    width:  450px;
    height: 450px;
    background-image:url('../p.png');
    background-repeat: no-repeat;   
}

.digiges_logo{
    position:absolute;
    bottom:40px;
    left: 5%;   
}

.contact{
    display:block; 
    margin:0;
    font-size: 14pt;
    line-height: 1.4;
}

.contact span.line{     
    display:inline-block;   
    width: 8em;  
}

.contact span{  
    display:inline-block;   
    width: 3.2em;  
}