:root {
	--main-bg-color: #c49a6c;
	--main-color: #c49a6c;
	--font-color-menu: #5a5a5a;
	--font-color: #1d6548;
	--font-color-gray: #5a5a5a;
	--link-color: #c49a6c;
}
#wrap_logo{
	width: 65px !important;
	margin-top: -3px !important;
}
#container{
	top: 113px !important;
}

@media only screen and (max-width: 767px)
{
	#wrap_logo{
		width: 55px !important;
        margin-top: -5px !important;
	}
}