a#giving, a#giving:visited {
	position: absolute;
	right: 0;
	top:0;
	width: 136px;
	height: 100%;
	background: #5C1213;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 19px;
	color: white;
	text-decoration: none;
	transition: all .7s;
}
a#giving:hover {
	background: #7e1f21;
}
.navigation {
    position: relative;
    width: 76%;
    display: block;
    float: right;
    z-index: 100;
    text-align: center;
}
.primary.scrolled #giving {
	font-size: 17px;
	padding: 20px;
}
@media (max-width:768px) {
	.primary #logo, .primary.scrolled #logo {
    width: 201px;
    padding: 19px 0;
    margin-left: 20px;
}
a#giving {
	display: none;
}
}