.sdiv-center-bak{
    /*background-image: url('imgs/ice_planet.png');*/
    width: 100%;
    background-image: linear-gradient(to top, rgba(134,141,160,.99), rgba(134,141,160,.86));
}
.sdiv-center-bak-uc{
    /*background-image: url('imgs/ice_planet.png');*/
    width: 100%;
    background-image: linear-gradient(to top, rgba(134,141,160,.79), rgba(134,141,160,.56));
}
.section-center{
    /*display:flex;*/
    
    width: 85%;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 16px 9px -13px rgba(14,21,27,.99);
    color:  rgba(14,21,27,.99);
    padding: 64px 64px;
}
.sdiv-float-cell{
    margin: 64px;
    display:flex;
}
.sdiv-float-imgL{
    display: inline-block;
    vertical-align: top;
    width: 33%;
    justify-content: center;
    align-items: center;
    margin-right: -74px;
}
.sdiv-float-imgR{
    display: inline-block;
    vertical-align: top;
    width: 33%;
    justify-content: center;
    align-items: center;
    margin-left: -74px;
}
.simage-float{
    width:95%;
    border-radius: 30%;
    filter: drop-shadow(5px 5px 13px rgba(14,21,27,.9));
    /*filter: drop-shadow(9px 5px 13px rgba(194,213,228,.99));*/
}
.sdiv-float-text-wrap{
    margin-top: 48px;
    display: inline-block;
    width:60%;
    background-color: rgba(227,224,222,.27);
    padding:48px 64px;
}
.sdiv-float-h{
    margin-top: 12px;
    font-size:42px;
    font-family: "Audiowide", sans-serif;
}
.sdiv-float-text{
    box-shadow: inset 0 3px 3px -3px rgba(194,213,228,.99);
    margin-top:23px;
    padding-top:8px;
    font-size:24px;
    font-family: 'Verdana';
}


.bio-header{
    position:relative;
    background-color: #333;
    background-image: url('imgs/horse.png');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}
.sdiv-bio-img{
    position: absolute;
    /*margin: 100px;*/
    height: 500px;
    left:100px;
    bottom: -200px;
}
.proj-header{
    background-color: #333;
    background-image: url('imgs/roachnet.png');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}
.art-header{
    background-color: #333;
    background-image: url('imgs/ai_art.png');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}