@media screen and (min-width:900px) {
	#sticky {
		position:fixed;
		top: 0;
		left: 0;
	}
}
    body .logo_shrink img{
        transition: width 2s;
        width: 20vh;
        height: auto;
        padding-right: 20px;
    }

    body.scrolled .logo_shrink img{
        width: 10vh;
    }