 .navbar-toggler{
 	width: 40px;
 	height: 48px;
 }
.navbar-toggler-icon{
	display: inline;
}
.icon-bar+.icon-bar {
    margin-top: 4px;
}
.icon-bar {
    background: #FFF;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 0 auto;
}

.current-menu-item{
	text-decoration: underline;
	color: #FFFFFF;
	text-underline-offset: 6px;
}

.menu-item-type-custom a,
.menu-item a,
.menu-item-type-custom a>span{
	color: #FFFFFF;
	text-align: center;
	/*height: 50px;*/
}

.menu-item-type-custom a:hover>span{
	color: #f0f0f0;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    justify-content: flex-end;
}

.nav-link span{
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 20px;
	/*color: #8f98aa;*/
	text-transform: uppercase;
	letter-spacing: 5px;
}

@media (min-width: 768px){
	.menu-item-type-custom a,
	.menu-item-type-custom a>span{
		height: auto;
	}

	#bs-example-navbar-collapse-1{
		width: 100%;
	}

	#menu-main-menu{
		width: 100%;
	}
	.navbar-nav {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    padding-left: 0;
	    margin-bottom: 0;
	    list-style: none;
	    justify-content: space-evenly;
	}

	.navbar-expand-md .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	    flex-direction: row;
	    justify-content: space-evenly;
	    height: 64px;
	}
}