.buttonUp {
	-webkit-appearance: none;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 5px;
	z-index: 99;
	color: white;
	cursor: pointer;

}


.buttonUp a img{
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 2.75em;
	width: auto;		
}


@media screen and (min-width: 1500px) {

	#upnav{
		
		bottom: 50px;
	}
	
	#upnav img{
		height: 3.5em;
	}
}