﻿/* WordPress extras — keep the live-site look */
a.logo {
    color: #ffffff;
    text-decoration: none;
}
a.logo:hover {
    color: #ffffff;
    opacity: 0.85;
}
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
