.menu-right-mobile{
	text-align:center;
}

.menu-element a{
	text-align:center !important;
	font-size:16px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 1.5em;
    border-bottom: none;
}

@media screen and (max-width:450px){
	.mobile-ul{
		display:none;
	}
	#toggleElement{
		text-align:center;
	}
	.hero-relative{
		height: 200px;
	}
	#hero-img{
		width: 100%;
    	overflow: hidden;
	}
}

@media screen and (max-width:768px){
	.mobile-ul{
		display:none;
	}
	.menu-right-desktop{
		display:none;
	}
}
@media screen and (min-width: 769px){
	#toggleElement, .menu-right-mobile {
		display: none !important;
		text-align: center;
	}
}