﻿@charset "UTF-8";

@media only screen and (max-width: 1024px) {

	#menuDesktop {
		position: absolute;
		top: 4rem;
		right: -1rem;
		background-color: #CCE6CC;
		padding: 1rem 4rem;
		z-index: 9990;
		border-bottom-left-radius: .5rem;
		box-shadow: -1rem 1rem 1rem 0 #333333;
	
		overflow-y: auto;
		overflow-x: hidden;
	
		border-bottom: 1px outset var(--darkslategrey);
		border-right: 1px outset var(--darkslategrey);
	
		max-width: 75vw;
		height: fit-content;
		max-height: calc( 100vh - 10rem );
	}

	#menuDesktop > a,
	#header-menu div.container a {
		font-size: unset;
		font-size: unset;
		display: block;
		text-align: right;
		line-height: 3rem;
	}
	#header-menu div.container a.lastMenuItem	{display: block; }

	#menuDesktop > div {
		font-size: 1.25rem;
	}

	

	#menuDesktop a img	{
		float: none;
	    width: 2em;
	    height: 2em;
	    display: inline-block;
	    vertical-align: -.5em;
	}
	
	#menuDesktop a span	{
		color: #333333 !important;
	    float: none;
	    display: inline-block !important;
	    margin-left: 1em;
	    font-size: 1.1em;
	    padding: 0;
	    margin-top: -.15em;
	}

	#menuDesktop a span br	{ display: none; }
	


}
