/*  Basics about header, set color, shadow, font    */
header {
	color: #f5f5f5;
    background-color: rgb(27, 66, 37);
    font-weight: bold;
    box-shadow: 0px -5px 15px 10px rgba(0, 0, 0, 0.7);
}
header .container .header-nav .navbar-header {
	margin-top:0;
    padding-bottom:; 
}
/* the next element handles collapsed nav bar */
header .container .header-nav {
    display: flex;
    justify-content: space-between;
 /*   align-items: ; */
    flex-wrap: wrap;
    width: 100%;
    max-height: 100vh;
    overflow-y: visible;
}
header .container .header-nav-top {
    /*display: block;*/
    padding-top: 0;
    z-index: -1;
   /* position: relative;*/
}    
header .submenu-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0rem;
    width: 50px;
    height: 45px;
    appearance: none;
    border: 2px #1b4225c4 solid;
    cursor: pointer;
    background-color: rgba(19, 45, 25, 0.38);
    /*border-radius: 7px;*/
}


/*header .container .header-nav .header-logo .navbar-brand {
    width: 80px;
    height: 80px;
    margin-top: 0px;
}*/

header .navbar-collapse, header .navbar-collapse.collapse {	
	justify-content: center;
	align-items: center;
    padding-bottom: 2em;
}
header .navbar-collapse {
    margin-top: 0;
    padding: 0;
}


header .navbar-collapse .sf-menu > li > a {
    font-size: inherit;
    text-transform: inherit;
    font-weight: 500;
    padding: .5em 1em;
}
header .container .header-nav .header-menu .sf-menu > li > a {
    font-size: inherit;
    text-transform: inherit;
    font-weight: 500;
    padding: .5em 1em;
}

header .container .header-nav .header-menu .sf-menu > li > a {
	font-weight: bold;
}

header .container .header-nav-top .login p a {
	color:#f1f1f1;
    font-weight: bold;
}

header ul.sf-menu li {
    
}
header ul.sf-menu li.active a {
	color: #f3f3f3;
    /*border-bottom: 1px solid #fefefe;*/
}



header .sf-menu .has-submenu.is-active > ul {
    display: block;
    text-align: center;
    /*background: #888C8A;*/
    background:#28733c;
    box-shadow: none;
    /*border: 1px solid #E5E7EB54;*/
}
header .sf-menu .has-submenu {
    position: relative;
    background-color: rgba(27, 66, 37, 0.73);
}
header .sf-menu .has-submenu.is-active {
    border-bottom: 2px solid #1b4225;
    background-color: #1b42259c;
}
header .sf-menu .has-submenu.is-active > ul ul {
    padding-left: 0;
    background-color: #276837;
}

.navbar-toggle {
	border: 1px solid #fefefe;
}

.sf-menu a {
	color: #f3f3f3;
    text-align: center;
}
.sf-menu ul li {
    background-color: #262626;
    border-bottom: 1px solid #E5E7EB54;
    padding-bottom: 0;
}
.sf-menu {
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* LOGIN BUTTON */
.top-mobile a {
	color:#f1f1f1;
    /*border-top: 1px solid #e1e1e11f;*/
}
header .container .header-nav-top .login p a {
    color: #5c8466;
    font-weight: bold;
}




/*.sf-menu ul li {
    border-bottom: 1px solid #E5E7EB;
}*/

.has-submenu {
    color: #f3f3f3;
}

.sf-menu.sf-arrows .sf-with-ul::after {
    border-top-color: #F3F3F3;
}

.sf-menu.sf-arrows .sf-with-ul {
    color: #F3F3F3;
}



header .navbar-collapse.in .sf-menu, header .navbar-collapse.in .top-mobile {
    opacity: 1;
    transform: translateY(0);
    text-align: center;
}


.path.has-submenu.is-active.sfHover, .path.has-submenu.sfHover {
	color:black;
}



/*    FOOOTER SECTION STARTS HERE         */

footer {
    color: #fff;
    background-color: #1B4225;
    padding: 30px;
        padding-top: 30px;
}
.social-icons li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    padding-left: 11px;
    background-color: #1e1e1e;
    color: #F7F7F7;
    font-size: 30px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    border-radius: 25px;
}
.social-icons li a.facebook {
    font-size: 28px;
    padding-left: 15px;
}
section#copyright {
    color: #828282;
    background: #13181C;
    border-top: solid 1px rgba(255, 255, 255, 0);
    line-height: 50px;
    font-size: 15px;
}