@charset "UTF-8";
/**{*/
    /*margin:0;*/
    /*padding: 0;*/
    /*outline: none;*/
    /*border: none;*/
/*}*/
html{
    height: 100%;
}
body{

    height: 100%;
    background-color: #333;
    color: #fffff0;
    /*background:linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;*/
    /*background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;*/

    /*background-image: linear-gradient(to right, #434343 0%, black 100%);*/

    background-image: linear-gradient(60deg, #485563 0%, #29323c 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.25) 200%);*/
    /*background-blend-mode: multiply;*/

}



hr{
    background-color: #fffff0;
    transform: scale(0.5);

}
footer {
    text-align: center;
    /*margin: 0;*/
    position: absolute;
    /*bottom: 0;*/
    width: 100%;
    margin-top: 2em;
    bottom-max: 0;
    height: 3.5em;
    /*clear: both;*/
    /* Set the fixed height of the footer here */
    /*height: 5px;*/
    /*line-height: 60px; !* Vertically center the text there *!*/

}
.stickBottom{
    bottom:0;
}
.fa span{

    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}
.portfoliofoto{
    background-image: url("../img/ZonderBrilMetOogRuimte.jpg");
    background-size:100%;
    background-repeat: no-repeat;
    height: 19em;
}
.portfoliofoto:hover{
    background-image: url("../img/BrilMetOogRuimte.jpg");
}

.about{
   max-width: 55ch;
}

.table td{
   border-top-width: 0;
}