/*
Theme Name: Kalle lapsendatud teema
Version: 1.0
Description: A child theme of Twenty Seventeen
Template: twentyseventeen
Author: Administrator
*/
@import url("../twentyseventeen/style.css");
/* Your awesome customization starts here */

.menu-scroll-down {
	background-color: hsla(0,85%,45%,1);
	position: absolute;
	/*transform: translateY(-50px);*/
	
}

.menu-scroll-down>.screen-reader-text {
	width: auto;
	height:auto;
	position: static !important;
	margin-left: 10px;
}

@media screen and (min-width: 768px) {
	/*transform: translateY(-100px);*/
	.menu-scroll-down {
		top: -40px !important;
	}
}

@media screen and (min-width: 886px) {
	.menu-scroll-down {
		top: -100px !important;
	}
}