﻿@import url('https://use.fontawesome.com/releases/v5.1.1/css/all.css');
._12 {
    font-size: 1.2em;
}
._14 {
    font-size: 1.4em;
}
ul {
    padding:0;
    list-style: none;
}
.header-soc-icons {
    font-size: x-large;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}
.soc-icon {
    color: #fff;
}
ul.soc-icons {
    margin-top: 10px;
}
.soc-icons li {
    vertical-align: top;
    display: inline;
}
.soc-icons a {
    color: #c0c0c0;
    text-decoration: none;
}
.fab, .fa, .fas {
    padding: 10px 12px;
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
    border-radius: 7px;
}
.fab:hover, .fa:hover, .fas:hover {
    color: #3b3b3b;
}