.socialbar{
    outline:1px dotted transparent;
    line-height:1.4;
}
.socialbar a{
    color: var(--secondary-dark);
    font-size: 1.4rem;
    margin-right: 0.5rem;
}
.socialbar a:visited{color:var(--secondary-dark);}
.socialbar a:active,
.socialbar a:focus{color:var(--secondary-dark);}
body .socialbar a:hover{color:var(--primary);}

#content .flex-content-column{
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
@media(min-width:768px){
    #content .flex-content-column.flex-md-row{
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}


.rot-contact:not(:last-child){margin-bottom:0.7rem;}
.rot-contact.only-fa{font-size:1.4rem;}