/* DESKTOP NAVIGATION */

	* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@media (min-width: 901px) {
.navbar {
    display: flex;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    justify-content: right;
    align-items: center;
    background: #fff;
    font-family: "Verdana", sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-right: 2em;
    padding-bottom: 19px;
    min-height: 68px;
}
.navbar.index {
    justify-content: center;
}
	.navbar-menu {
		list-style: none;
		display: flex;
		align-items: center;
	}
	.nav-container {
		display: flex;
	}
	.navbar-menu .dropdown {
		list-style: none;
		display: none;
		position: absolute;
		top: 40px;
		left: 0;
    	width: 100vw;
    	background-color: white;
    	text-align: left;
    box-shadow: 0 6px 8px rgba(0,0,0,0.04); 
    }


/* LINK STYLING */

	.navbar-menu li {
		position: static;
		padding: 0 .5em;
}
	.navbar-menu li:hover .dropdown {
		display: block;
}
	.navbar-menu a {
		color: #121212;
		padding: 10px 15px;
		display: block;
	}
	.navbar-menu .dropdown li a:hover {
		background-color: #ffebe1;
	}
	nav a.top-link {
	}


/* DROPDOWN CONTAINER & COLUMN STYLING */

	.dropdown-row {
		display: flex;
		margin-top: 1.5em;
		background-color: transparent; 
		border-top: 4px solid white;
		border-bottom: 4px solid white;
    	width: 100vw;
		box-sizing: border-box;
	}
	.dropdown-column {
		flex: 1;
	}
	.col-left h2 {
			-top: 1em;
			padding-top: 28px;
			padding-left: 1.5em;
	}


/* LINKS COLUMN */

	.col-right {
		list-style: none;
		padding: 0;
		margin: 1.5em auto;
		border-left: 1px solid #000;
	}
	.dropdown-links li {
		margin-bottom: 10px;
	}
	.dropdown-links a {
		display: block;
		padding: 10px 15px;
		color: #121212;
		text-decoration: none;
	}
	.dropdown-links a:hover {
		background-color: #ffebe1;
	}


/* LOGO */

	.logo {
		position: absolute;
		line-height: .8;
		max-height: 50px;
		top: 0;
		left: 39px;
		padding: 0;
		display: block;
		z-index: 1002;
	}
	.frame a {
		font-family: "Verdana", sans-serif;
		font-size: 20px;
		letter-spacing: 3px;
		line-height: 1.2;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff !important;
		margin-top: -.5em;
	}
	.frame a:hover {
		opacity: .5;
	}
}


/* MOBILE MENU */

@media (max-width: 900px) {

/* BURGER LINES */

	.hamburger-menu {
		display: flex;
		position: absolute;
		top: 12px;
		flex-direction: column;
		cursor: pointer;
	}
	.hamburger-menu span {
		height: 2px;
		background: black;
		margin: 3px 23px;
		width: 25px;
		margin-left: 90vw;
	}


/* LOGO */

	.logo {
		position: absolute;
		line-height: .8;
		max-height: 50px;
		left: 4vw;
		top: 0;
		padding: 0;
		display: block;
		z-index: 100;
	}
	.frame a {
		font-family: "Verdana", monospace;
		font-size: 20px;
		letter-spacing: 3px;
		line-height: 1.2;
		font-weight: bold;
		text-transform: uppercase;
		color: #db7f53 !important;
	}
	.frame a:hover {
		opacity: .5;
	}


/* NAVIGATION MENU */

	.navbar {
		display: flex;
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		justify-content: left;
		padding: 9px 0 7px 0;
		font-weight: 500;
		font-size: 18px;
		border: none;
	}
	.navbar-menu {
		list-style: none;
		display: none;
		flex-direction: column;
		position: absolute;
		top: 4.2em; /*align with bottom of navbar */
		left: auto !important;
		padding: 3% 0 10% 0;
		height: 100vh;
		overflow-y: auto;
		z-index: 999;
		text-align: left;
		height: calc(100vh - 4.2em); /* adjust if needed based on navbar height */
		overflow-y: auto;
		background-color: white;
	}
	.nav-container {
		width: 100vw;
		padding: 1px 5%;
	}
	
	
/* MORE STYLING */

	.navbar-menu li {
		position: static;
		padding: 0 .5em;
	}
	.navbar-menu li:hover .dropdown {
		display: block;
	}
	.navbar-menu a {
		color: #121212;
		text-decoration: none;
		padding: 10px 15px;
		display: block;
	}
	.navbar-menu .dropdown li a:hover {
		background-color: #ffebe1;
	}
	nav a.top-link:hover {
		color: #ffebe1;
	}
	.navbar-menu.active {
		display: flex;
	}
	.top-link {
		background-color: #f6f6f6;
	}
	.top-link:hover {
		background-color: #f6f6f6;
	}
	.navbar-menu .dropdown li a:hover,
	.navbar-menu .dropdown li a:active {
		background-color: #ffebe1;
		cursor: pointer;
	}


/* DROPDOWN HIDDEN COLUMNS */

	.dropdown-row {
		display: flex;
		margin: 0 0 0 2em;
		background-color: none;
		border: none !important;
		box-sizing: border-box;
	}
	.dropdown-column {
		flex: 1;
	}
	.col-left {
		display: none;
	}


/* LINKS COLUMN */

	.col-right {
		list-style: none;
		margin-top: 1em;
		margin-bottom: 2em;
		border-left: none;
	}
	.dropdown-links li {
		margin-bottom: 10px;
	}
	.dropdown-links a {
		display: block;
		padding: 10px 15px;
		color: black;
		text-decoration: none;
	}
	.dropdown-links a:hover {
		background-color: #ffebe1;
	}

/* Prevent body scroll when hamburger menu is active */
	.no-scroll {
		overflow: hidden;
		height: 100vh; /* helps prevent weird mobile scrolling */
	}
}
