/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@media (min-width: 769px) {
	._desktop_logo{
	flex: 0 0 20%;
    max-width: 20%;
	}
	._desktop_top_menu{
	flex: 0 0 80%;
    max-width: 80%;
	}
}

@media (min-width: 992px) {
	#_desktop_logo{
	flex: 0 0 20%;
    max-width: 20%;
	}
	#_desktop_top_menu{
	flex: 0 0 80%;
    max-width: 80%;
	}
}