﻿
.clear{clear:both;}
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800&display=swap');
@import url("https://use.typekit.net/zeg6scq.css");
/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}
.nav-background {
	position: absolute; 
	background-color: rgba(44, 44, 44, 0.70); 
	padding-top: 45px; 
	padding-bottom: 45px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

nav.primary {
	padding:0px;
	display:flex;
	margin: 20px auto 0;
	width:100%;
	justify-content: flex-end;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:auto;
			}
			nav.primary ul li a {
				color:#fff;
				font-size:18px !important;
				line-height:20px;
				text-decoration:none;
				position:relative;
				display:block;
				margin-left:20px;
				text-align:center;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.4s ease-in;  
				-o-transition:.4s ease-in;  
				transition:.4s ease-in;	
				font-weight:700;
				padding:15px;
				font-family: 'golos-text', sans-serif;
				cursor: pointer;
				}	
			nav.primary ul li a:hover {
				background: #FFC77C;
				color:#2C2C2C;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:18px;
				line-height:24px;
				padding:15px 10px;
				color:#fff;
				background-color: #2C2C2C;
				text-align:left;
				margin-left: 0;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				color: #2C2C2C;
				background-color:#DED0EB;
			}
/* 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;z-index: 1000; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 1000;
}
nav.primary ul ul li {
    float: none; 
	width: 220px;
    position: relative;
    margin:0;
	display: block;
}

.heading-contact .flex {justify-content: flex-end;}

.heading-contact > ul li {margin-left: 60px;}
.heading-contact > ul span {margin-left: 15px;color: #fff;font-family: 'golos-text', sans-serif;font-size: 18px;}
.heading-contact > ul i {color: #fff;font-size: 20px;}
.heading-contact > ul a:hover {text-decoration: underline;color: #fff;}
.heading-contact > ul a:hover i {color: #FFC77C;}

.logo-header img{max-width: 250px;}
.logo-header{
	position: absolute;
	z-index: 500;
	top: 20px;
}


/******** End of primary Nav ***************/

@media screen and (max-width: 1240px)  {
	.upper-text h4{
		font-size:14px;
	}
	.upper-text{
		width:60%;
	}
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	width: 100%;
	display: inline-block;
	font-size: 35px;
	position: relative;
	line-height:60px; 
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	text-align: right;
	}
	#menu-button a{
		 color:#fff;
		 text-decoration: none;
		 font-weight:700;
        margin-right: 10px;
		cursor: pointer;
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background-color: rgba(44, 44, 44, 0.95);
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}

/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle {
	position: absolute;
	padding: 3px 8px 3px;
	font-family: Arial, sans-serif;
	font-size:24px;
	font-weight: bold;
	line-height: 1;
	background: #2C2C2C;
	color: #fff;
	text-decoration: none;
	top:25px;
	right:13px;
	cursor: pointer;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #FFC77C;
}

/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	position:relative;
}
	
.top-ul {margin-top: 80px!important;}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: block;
	font-size:18px;
	padding: 20px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-family: 'golos-text', sans-serif;
	cursor: pointer;
}
nav.mobile ul li a:hover {
	background:#FFC77C; 
	color: #2C2C2C; 
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #535353;
	position: relative;
	display: block;
	padding: 20px;
	color: #fff;
	text-decoration: none;
	font-family: 'golos-text', sans-serif;
}
nav.mobile ul li li a:hover {background:#DED0EB;}
	
/* Third LEVEL */
nav.mobile ul li li li a {
	background-color: #363636;
	position: relative;
	display: block;
	padding: 20px;
	color: #fff;
	text-decoration: none;
	font-family: 'golos-text', sans-serif;
}
nav.mobile ul li li li a:hover {background:#DED0EB;}

nav.mobile ul li .fa-chevron-down {color:#fff; margin-left: 20px;}
}
nav.mobile ul li a:hover .fa-chevron-down {color: #2C2C2C;}

@media screen and (max-width: 1020px)  {
	#menu-button{width:100%;}
}

@media screen and (max-width: 750px)  {
	.heading-contact > ul span {display: none;}
}

@media screen and (max-width: 480px)  {
	.heading-contact > ul li {margin-left: 20px;}
}

@media screen and (max-width:450px){
	#menu-button{width:100%;}
}

@media screen and (max-width:400px){
	.logo-header img {max-width: 200px;}
}

@media screen and (max-width:330px){
	.logo-header img {max-width: 180px;}
}