body {
	touch-action: pan-y;
}
a.btn-green {
    background: #475b2a;
    border-radius: 0px;
}
a.btn-green:hover {
    background: #29341E;
    border-radius: 0px;
}

@media (min-width: 1200px) {
    ul.sub-menu {
        width: 400px !important;
    }
}