﻿
.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://fonts.googleapis.com/css2?family=Ruda:wght@400..900&display=swap');
/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}
.nav-background {box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.10);}

nav.primary {
	display:flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 auto;
	}
	nav.primary ul {
		margin:20px 0;; 
		padding:0;
		float:right;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:auto;
			}
			nav.primary ul li a {
				color:var(--dark-grey);
				font-size:24px !important;
				line-height:30px;
				text-decoration:none;
				position:relative;
				display:block;
				margin:0px 2px;
				text-align:center;
				text-transform:uppercase;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.4s ease-in;  
				-o-transition:.4s ease-in;  
				transition:.4s ease-in;	
				font-weight:800;
				padding:20px;
				font-family: 'Ruda', sans-serif;
				cursor: pointer;
				border-radius: 15px;
				}	
			nav.primary ul li a:hover {
				background: var(--red);
				color:#fff;
				}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute;
	margin: 0;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 1000;
}
nav.primary ul ul li {
    float: none; 
	width: 250px;
    position: relative;
    margin:0;
	display: block;
}
nav.primary ul li li a { 
	color:#fff;
	background-color: #000;
}

/** header styles **/

.my-site-header {background: linear-gradient(90deg, #040404 0%, #040404 70%, #ec0909 84.81%, #ec0909 85%);}
.my-site-header .wrapper {position: relative;}
.my-site-header .flex {padding-top: 30px; padding-bottom: 30px; justify-content: right; gap: 20px;}
.my-site-header .flex a {color: #fff;font-family: 'Ruda', sans-serif; font-size: 24px;}
.my-site-header .flex a:hover, .my-site-header .flex a:hover i {text-decoration: underline;}
.my-site-header .flex a i {margin-right: 10px;}

.logo-desktop img{max-width: 200px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.50);
	border-radius: 100px;
}
.logo-desktop{
	position: absolute;
	top: 23px;
	left: 0;
	z-index: 500;
	padding-left: 15px;
}

.logo-desktop-2 img{max-width: 200px;}
.logo-desktop-2{position:absolute;top:23px;left: 0;z-index: 500;padding-left: 15px; display:flex; gap:10px;}


.logo-desktop-3 img{max-width: 200px;}
.logo-desktop-3{position:absolute;top:23px;left: 0;z-index: 500;padding-left: 15px; display:flex; gap:10px;}

/******** End of primary Nav ***************/

@media screen and (max-width: 1130px)  {
	
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	font-size: 24px;
	position: relative;
	line-height:60px; 
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	text-align: right;
	display: flex;
    justify-content: flex-end;
	}
	#menu-button a{
		 color:var(--dark-grey);
		 text-decoration: none;
		 font-weight:700;
		font-size: 40px;
		margin: 20px 0;
		cursor: pointer;
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: var(--dark-grey);
	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:20px;
	font-weight: bold;
	line-height: 1;
	background: var(--red);
	color: #fff;
	text-decoration: none;
	top: 38px;
	right:13px;
	cursor: pointer;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}

/* 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: 100px!important;}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: block;
	font-size:20px;
	padding: 20px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-family: 'Ruda', sans-serif;
	text-transform:uppercase;
}
nav.mobile ul li a:hover {
	background:var(--red); 
}
	
nav.mobile ul li li a {background:#444;}

 
	
}

@media only screen and (max-width: 1330px) {
nav.primary ul li a {font-size:20px !important;}
}

@media only screen and (max-width: 1240px) {
nav.primary ul li a {font-size:16px !important;}
}

@media only screen and (max-width: 722px) {
.logo-desktop-2 img {max-width: 150px;}
.logo-desktop-2{position:absolute;top:66px;left: 0;z-index: 500;padding-left: 15px; display:flex; gap:10px;}
}

@media only screen and (max-width: 480px) {
	.my-site-header span {display: none;}
}

@media only screen and (max-width: 400px) {
.logo-desktop-2 img {max-width: 90px;}
.logo-desktop-2{top:92px;}
}
