/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

img.home-avatar {
    width: 128px;
    height: 128px;
    margin: 10px;
    border: 3px dashed black;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    padding: 10px;
}


div.panel-row-style-dotted-column div.panel-grid-cell:first-child {
    border-right: 3px dashed black;
}

div.panel-row-style-dotted-column {
    border-top: 3px dashed black;
}

div.panel-grid {
    margin-bottom: 0 !important;
}

div.fa-contacts-container div.textwidget h4 i.fa {
    width: 30px;
    text-align: center;
}