@charset "utf-8";
/* CSS Document */
@font-face {src:url(fonts/GFSDidot-Regular.ttf);
font-: didot;}
.fontDidot {font-family: didot;}
.nav-link {font-family: didot;}
.cotactText {font-family: didot;}
.imagePortfolio {
    padding-top: 10px;
    padding-bottom: 10px;
}
.footerCopyright {
    font-family: didot;
	text-align: right;
    font-size: small;
    color: #B0B0B0;
}
.imageAbout {
    padding-top: 10px;
}
.contactDiv {
    text-align: center;
    color: #8B8B8B;
}
.contactDiv a {
    color: #3D3D3D;
}
.imagefade {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
} 
.imagefade:hover {
opacity:0.6;
filter: alpha(opacity=60);
}
.workDescription {
    color: #777777;
    font-family: didot;
}
