.site-header .profile_photo {
	display: none;
}
.site-title {
	display: none;
}
.site-header nav a {
	border: 1px solid #f6ae73;
    font-size: 1em;
}
.custom_footer {
    display: none;
}
a {
    border-bottom: 2px solid #f6ae73;
    transition: none;
}
hr {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    max-width: 100%;
    height: 2px;
}