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

.SocialShare{
    position: absolute;
    right: 10px;
    top: 10px;
height: 20px;
    z-index: 20;
    text-align: right;
}
.ssbtn a{
    position: relative;
}
.ssbtn{
display: inline-block;
    padding:  0;
    border-radius: 1px;
    margin: 4px;
    height: 15px;

}
.ssbtn:hover{
    background-color: #666;
}
.ssbtn svg{
    height: 15px;
    margin-top: 2px;
}
.ssemail{
background-color: #0166ff;
}

.sstwitter{
background-color: #55acee;
}

.sslinkedin{
background-color: #0a66c2;
}
@media screen  and (max-width: 600px) {
    /* start of phone styles */

    .ssbtn svg {
        height: 40px;
        margin-top: -2px;
    }
    .ssbtn {
        display: inline-block;
        padding: 9px 2px 0px 2px;
        border-radius: 1px;
        margin: 4px 8px;
        height: 44px;
    }

}