html, body {
    width: 100%;
    height: 100%;
}
body { background-color: #f0f0f0; }
.container { height: 100%; }
.e span:nth-child(8) { display: none; }
.e2 span:nth-child(4) { display: none; }
.row {
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.column.vcard {
  text-align: center;
  /*background-color: #f8f8f8;
  border: 1px solid #e8e8e8;*/
  padding: 5rem 1rem 4rem 1rem;
}

h4 { font-size: 2.5rem; }

ul.ci {
    list-style: none;
}
ul.ci li {
    display: inline-block;
    font-size: 2.5rem;
    margin: 1rem 0;
}

ul.ci li a {
    display: inline-block;
    padding: 1.8rem 2.5rem;
    border-right: 1px solid #dfdfdf;
}
ul.ci li:last-child a {
    border-right: 0px;
}


a:link, a:visited {
    color: #606c76;
}



a:focus, a:hover, a:active {
    xcolor: #9b4dca;
    color: #3d4851;
    background-color: #f8f8f8;
}

a:focus i.fa-linkedin, a:hover i.fa-linkedin, a:active i.fa-linkedin {
    color: #0077b5;
}

a:focus i.fa-square-upwork, a:hover i.fa-square-upwork, a:active i.fa-square-upwork {
    color: #14a800;
}


