.clear {
	clear: both;
}

/***** Start of primary nav ******/
.top-nav{
	width: 100%;
    display: block;
    background: #ffab00;
    padding: 12px 0;
		display: flex;
	justify-content: space-between;
	
	a{
		color: #fff !important;
		font-size: 18px !important;
		color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
	}
	
	ul{
		display: flex;
		justify-content: flex-end;
	}
	
	i{
		font-size: 20px;
	}
}

.bottom-nav{
			display: flex;
	justify-content: space-between;
	align-items: center;
	    width: 100%;
    background: #eee url('../siteart/pattern-bg.jpg') repeat;
    padding: 15px 0;
	
	.width-2{
		display: flex;
				justify-content: space-between;
	align-items: flex-end;
	}
	
}

.width-2{
	width: 88%;
	margin: 0 auto;
}


/***** Added CSS ******/

#menu-button {
	display: none;
}

nav.mobile {
	display: none;
}

nav.primary {
	padding: 0;
	display: inline-block;
	margin: 0;
	width: 100%;
	position: relative;
}

nav.primary ul {
	display: flex;
	list-style: none;
}

.bottom-links{
	gap: 32px;
	justify-content: flex-end;
	align-items: flex-end;
	
	a{
			color: #FFFFFF;
	padding: 0px !important;
	}
}

nav.primary ul li{
	position: relative;
}

nav.primary ul li a {
	margin: 0;
	text-align: center;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 500;
}

nav.primary ul li a:hover {
	z-index: 9999999999;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	transition: 0.30s;
	border-bottom: 1px solid #666;
	font-size: 14px;
    padding: 7px 7px 7px 10px !important;
	width: 200px;
    color: #000;
	white-space: nowrap;
}

/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	background-color: #000;
	color: #FFFFFF;
}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
}

nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

nav.primary ul li:hover>ul {
	display: block;
	line-height: 18px;
	z-index: 100;
}

nav.primary ul ul li {
	float: none;
	width: auto;
	position: relative;
	margin: 0;
	display: block;
	top: 15px;
}

/******** End of primary Nav ***************/

@media screen and (max-width: 768px) {

	/*==============================
	Mobile Nav Styles			
================================*/
	nav.primary {
		display: none;
	}

	#menu-button {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 24px;
		z-index: 400;
		/* needs to be lower than nav.mobile, adjust as needed */
		background: black;
		text-align: right;
		border-bottom: rgba(255, 255, 255, 0.25) 0.25px solid;
		background: url(../siteart/pattern-bg.jpg) repeat;
    	padding: 15px 0;
		
		.width-2{
			display: flex;
			justify-content: space-between;
		}

	}

	#menu-button a {
		color: #000;
		text-decoration: none;
		font-weight: normal;
		font-size: 18px;
		font-weight: 700;
	}

	nav.mobile {
		display: block;
		position: fixed;
		top: 0;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #000000;
		z-index: 500;
		/* needs to be higher than #menu-button, adjust as needed */
		overflow: hidden;
		background: url(../siteart/pattern-bg.jpg) repeat;
		margin-top: 0px;
		
		li{
			display: inherit;
		}
	}

	/* MENU HEADER STYLES */

	nav.mobile .mobile_top {
		padding: 0px 15px;
		text-align: right;
	}



	/* MENU CLOSE 'X' BUTTON */

	.mobile-top-menu {
		display: flex;
		justify-content: space-between;
		align-items: center;

	}

	nav.mobile .menu-toggle {
		color: #000;
		font-size: 24px;
	}


	*/ nav.mobile .menu-toggle:hover {
		/* Menu close button on hoveer */
		color: #86C94A;
	}
	

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin: 0;
		padding: 0;
	}

	nav.mobile ul li {
		border-bottom: 1px solid #999;
		position: relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size: 15px;
		padding: 0 15px;
		color: #000000;
		text-decoration: none;
		text-align: left;
		font-weight: bold;
		transition: .25s;
		font-family: 'Montserrat', Arial, sans-serif;
		text-transform: inherit;
		line-height: 40px !important;
	}

	nav.mobile ul li a:hover {
		color: #000;
		background: #ddd;
	}

	/* SECOND LEVEL */

	nav.mobile ul li li a {
		position: relative;
		display: block;
		text-decoration: none;
	}

	nav.mobile ul li li a:hover {
		;
	}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {
		border: none;
	}

	nav.mobile ul li li li a {
		background: #ddd;
		position: relative;
		display: block;
		text-decoration: none;
		font-size: 14px;
	}

	nav.mobile ul li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}

	a.click {
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
	}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a .fa {
		width: 25px;
		font-weight: 100;
		padding: 8px 3px;
		margin: 0 6px 0 0;
		text-align: center;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	}


	nav.mobile ul li .fa-chevron-down {
		color: #FFFFFF;
	}

	.mobile:not(.open)+.menu-toggle.exit-click {
		display: none;
	}

	.mobile.open+.menu-toggle.exit-click {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		z-index: 499;
		pointer-events: none;
		background: rgba(36, 32, 33, 0.5);
		opacity: 0;
		transition: ease opacity 0.3s;

	}

	/******** End of Toggle Overlay ***************/

	/******** Menu Overlay ***************/

	.mobile.open+.menu-toggle.exit-click {
		pointer-events: auto;
		opacity: 1;
		box-shadow: 0 0 10px 2px rgba(0, 0, 0, .4);
	}

	body.menu-toggle.exit-click {
		overflow: hidden !important;
	}


}





