:root {

	--template-color-gradient-a: #5717AC;

	--template-color-gradient-b: #5717AC;

	--color-highlight: #5717AC;

	--color-highlight-dark: #5717AC;

}

/* Remove Facebook and Google options */

.signin_social {
    display: none;
}

/* PU Specific */

.site_logo {
	background-image: url(../skins/logo.png);
	background-size: 100% auto;
    width: 9.5rem;
    @media only screen and (max-width: 1000px) {
        width: 7.5rem;
    }
}

.menu_over .site_logo {
	background-size: 100% auto;
	height: 7rem;
}



.menu_over,

.profilepage_mobile_skills,

.button_purple {

	background: #5717AC !important;

}





@media only screen and (max-height: 600px) {

	.menu_over .site_logo {

		background-size: 100% auto;

		height: 5.0rem;

	}

}
