

.logo {max-height: 100px; float: none; margin: auto; display: block;margin-bottom: -25px;}

.headlink {font-family: 'Montserrat', sans-serif !important; font-size: 16px; margin: 0px !important; font-weight: 600; color: #ffa900 !important;}

.social-li {
    display: inline-block;
    box-sizing: border-box !important;   
    width: 30px; margin: 1px;
}

.social-li > a > .fas {color: #ffa900 !important; font-size: 25px;}
.social-li > a:hover > .fas {color: #fff7e0 !important; transition-duration: .5s;}

.footiconspan {margin: auto; display: block; width: fit-content; transform: scale(0.9); margin-top: 5px;}
.footicon {height: 30px; width: 30px; text-align: center; display: block;}



.myicon {margin: 7px 7px 7px 7px; color: #fff7e0 !important; font-size: 25px !important; vertical-align: middle; display: inline-block; height: 25px; width: 25px;}
.myicon:hover {color:  black !important; transition-duration: .4s;}
.myicon2 {margin: 7px; color:white !important; font-size: 20px !important; vertical-align: middle; width: 40px;}
.myicon2:hover {}
.iconspan {float: right; padding-right: 15px; transform: scale(80%);}


.myheadrow {padding-top: 15px;}


/*===================== 
	my navbar 
=======================*/
.navbar-toggle {display: none;}
.navbar-header {display: none;}


.navbar-inverse {background-color: transparent !important; border-color: transparent !important; clear: both; box-shadow: 0px 0px 0px 0px transparent !important;}

.navbar-inverse .navbar-nav > li > a {
	background-color: transparent !important; border: 2px solid  #ffa900; margin: 2px;
	color: #fff7e0 !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 21px; 
	font-weight: 700;
}

.navbar {min-height: 0px !important; margin-bottom: 0px !important;}
.topspan {float: right;}
.toprow {background-color:  black !important; padding-top: 12px; padding-bottom: 12px;}

.navbar-inverse .navbar-nav > li > a:hover {background-color: #ffa900 !important; transition-duration: .4s; color: black !important; min-height: 0px !important;}
.navbar-nav {float: none !important; margin: auto !important; width: fit-content !important;}
.dropdown-menu {background-color: black !important; border: 2px solid white !important; z-index: 125; display: block;}


.dropdown-menu > li > a {font-family: 'Montserrat', sans-serif; color: #fff7e0 !important; font-size: 17px; padding: 5px 20px !important; font-weight: 500 !important;}
.dropdown-menu > li > a:hover {color: #fff7e0 !important; background-color: darkred !important; transition-duration: .3s;}


.navbar-nav > li {float: none !important; display: inline-block !important;}
.nav > li > a {position: relative; display: block; padding: 10px 8px !important;}
.headerwraprow {background-color:  black;}






/*Styling Links*/
.nav-links{
    display: flex;
    list-style: none; 
    width: 88vw;
    padding: 0 0.7vw;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
}
.nav-links li a{
    text-decoration: none;
    margin: 0 0.7vw;
}
.nav-links li a:hover {
    color: #61DAFB;
}
.nav-links li {
    position: relative;
}
.nav-links li a::before {
    content: "";
    display: block;
    height: 2px;
    width: 0%;
    background-color: #61DAFB;
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 0 0 0 10%;
}
.nav-links li a:hover::before{
    width: 80%;
}

/*Styling Buttons*/
.login-button{
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    margin-left: 2vw;
    font-size: 1rem;
    cursor: pointer;

}
.login-button:hover {
    color: #131418;
    background-color: #f2f5f7;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}
.join-button{
    color: #131418;
    background-color: #61DAFB;
    border: 1.5px solid #61DAFB;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
}
.join-button:hover {
    color: #f2f5f7;
    background-color: transparent;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 800px){
    nav{
        position: fixed;
        z-index: 3;
    }
    .hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }
    .nav-links{
        position: fixed;
        background: #131418;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
    }
    .nav-links.open{
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }
    .nav-links li{
        opacity: 0;
    }
    .nav-links li:nth-child(1){
        transition: all 0.5s ease 1s;
    }
    .nav-links li:nth-child(2){
        transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(3){
        transition: all 0.5s ease 0.6s;
    }
    .nav-links li:nth-child(4){
        transition: all 0.5s ease 0.7s;
    }
    .nav-links li:nth-child(5){
        transition: all 0.5s ease 0.8s;
    }
    .nav-links li:nth-child(6){
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }
    .nav-links li:nth-child(7){
        transition: all 0.5s ease 1s;
        margin: 0;
    }
    li.fade{
        opacity: 1;
    }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}


/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	}

/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: ;
	padding: ;
}

nav ul li a {
	font-family: ;
	font-size: ;
	font-weight: ;
	color:;
}	
			
nav ul li a:hover {
	color: ;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: ;
	color: ;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: ;
	text-align: ;
	font-size:  ;
	font-weight: ;
	}
	
nav.primary ul li li:hover { 
	}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: rgba(117,56,8,0.6);
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff7e0;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff7e0;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #2b2b2b;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}






/*========================= 
	 Responsive styles 
===========================*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1450px) {
.navbar-inverse .navbar-nav > li > a {font-size: 19px;}	

}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.navbar-inverse .navbar-nav > li > a {font-size: 16px;}	


}

@media only screen and (max-width : 1100px) {

.navbar-inverse .navbar-nav > li > a {font-size: 16px;}	

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	

.navbar-inverse .navbar-nav > li > a {font-size: 21px;}	
	
	
	.logo {margin: auto !important; float: none !important; max-height: 150px;}
	
.navbar-nav > li {display: inline-block !important; text-align: center !important;}
.navbar-nav {margin: auto !important; float: none !important; display: block; width: fit-content;}
	
	.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 5px !important;
}
	
	

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	

	
	
	
	.navbar-nav > li {float: none !important; display: block !important; text-align: center !important; width: 100%;}
.navbar-nav {margin: auto !important; padding-top: 20px; float: none !important; width: 100% !important;}

.navbar-inverse .navbar-toggle {margin: auto !important; display: block !important; float: none !important;}
.navbar-toggle .icon-bar + .icon-bar {margin-top: 8px !important;}
.navbar-toggle:focus {background-color: transparent !important;}
.navbar-toggle .icon-bar {display: block !important; width: 46px !important; height: 9px !important; margin-top: 2px; border-radius: 1px !important; background-color: #fff7e0 !important;}
.navbar-inverse .navbar-nav > li > a { font-size: 20px !important; line-height: 30px !important;}
.dropdown-menu > li { text-align: center !important; }

.navbar-inverse .navbar-toggle {border-color: transparent !important;}

	
	.myheadrow {padding-top: 25px;}
	
	.navbar-toggle {display: block !important; background-color: #ffa900 !important; padding: 0px !important; transform: scale(.5);}
	.navbar-header {display: block !important; background-color: #ffa900 !important; padding-bottom: 10px; margin-top: -10px;}
	.navbar {margin-top: 0px; margin-bottom: 0px !important;}
	.headerwraprow {background-color:  black !important;}
	.navbar-nav { padding-bottom: 20px;}
	.dropdown-menu > li > a {font-size: 20px !important; padding-top: 10px !important; padding-bottom: 10px !important;}
	
	
	
	
#hamburger {top: 0; left: 0; right: 0; bottom: 0; cursor: pointer; width:100px; height:100px; margin: auto; margin-top: -10px;}

.bar { display: block; width:100%; height:20%; margin-top:20%; background: black; transition:0.25s; -webkit-transition:0.25s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.animate .bar:nth-child(1) {transform:translateY(40px) rotate(135deg);}
.animate .bar:nth-child(2) {opacity: 0;}
.animate .bar:nth-child(3) {transform:translateY(-40px) rotate(-135deg);}
	
	
	.logo {margin: auto !important; float: none !important; padding-bottom: 20px;}
	.logo2 {margin: auto !important; float: none !important;}
	
	
.nav > li > a {
    position: relative;
    display: block;
    padding: 15px !important;
}
	

	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 580px) {

 
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

