.resize_fit_center {
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}

.bio {
    text-align: center;
}

.pad {
    padding-top: 24px;
}

.pad-bottom {
    padding-bottom: 8px;
}

.pad-fa {
    vertical-align: middle;
}

/*html {
    height: 100%;
    display: flex;
    flex-direction: column;
}*/

body {
background: #0f161e;
//background-image: url("http://link2x.us/i/WebsiteBG.png");
background-repeat: no-repeat;
background-position: center center;
color: #00a8ac;
}

/*body > * {
    flex-shrink: 0;
}*/

#email {
unicode-bidi:bidi-override; 
direction: rtl; 
}

.footer {
background-color: #085766;
color: #0f161e;
/*flex-grow: 1;*/
}

.showcenter {
height: 100%;
width: 100%;
vertical-align: middle;
text-align: center;
}