.follow__col_header a {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid #000;
    line-height: 2.2rem;
    text-align: center;
    margin-right: 0.25rem;
    border-radius: 70%;
    transition: all .5s;
}
.follow__col_header a svg {
    height: 1.2rem;
    width: 1.2rem;
}

.follow__col_header .twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2;
    fill: #fff;
}

.follow__col_header .google_plus:hover {
    background: #db4437;
    border-color: #db4437;
    fill: #fff;
}
.follow__col_header .facebook:hover {
    background: #4267b2;
    border-color: #4267b2;
    fill: #fff;
}
.follow__col_header a svg path {
    fill: #000;
}

.member-img {
    height: 300px;
    object-fit: contain;
}

.header__logo a img {
    margin-right: 10px;
}

.header__logo a img {
    height: 8rem;
    object-fit: contain;
}

.logo-title {
    font-size: 20px;
}

.blink {
    animation: 2s linear 0s infinite normal none running blinker;
}

.blink-bg {
    background-color: green;
    padding: 0px 4px;
}