:root {
	--template-color-gradient-a: #A51F8A;
	--template-color-gradient-b: #A51F8A;
	--color-highlight: #A51F8A;
	--color-highlight-dark: #A51F8A;
}

/* PL Specific */
.site_logo {
	background-image: url(../skins/logo.png);
	background-size: auto 53px;
	width: 205px;
}

.menu_over .site_logo {
	background-image: url(../skins/logo.png);
	background-size: auto 60px;
	height: 7rem;
}

.menu_over,
.profilepage_mobile_skills,
.button_purple {
	background: #A51F8A !important; /* Old browsers */
	background: -moz-linear-gradient(top, #A51F8A 0%, #A51F8A 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #A51F8A 0%, #A51F8A 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #A51F8A 0%, #A51F8A 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.button_purple_off {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddddd+0,bebebe+100 */
	background: #dddddd !important; /* Old browsers */
	background: -moz-linear-gradient(top, #dddddd 0%, #bebebe 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dddddd 0%,#bebebe 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dddddd 0%,#bebebe 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


@media only screen and (max-height: 600px) {
	.menu_over .site_logo {
		background-size: auto 60px;
		height: 5.0rem;
	}
}

@media only screen and (max-height: 600px) and (max-width: 600px)  {
	.menu_over .site_logo {
		background-size: auto 60px;
		height: 5.0rem;
	}
}

@media only screen and (max-width: 600px) {
	.site_logo {
		background-size: auto 40px;
		width: 145px;
	}
	.menu_over .site_logo {
		background-size: auto 60px;
		width: 230px;
	}
}
