.cursor:hover {
opacity: 0.6;
}

.cursor:hover{
	opacity:0.7;
}

.full_width {
	position: absolute;
	left:0;
	width:100%;
	min-width:750px;
}

html {
  scroll-behavior: smooth;
}