/* Nav Menu */
.rtila-sandbox-header {
    text-align: center;
    display: block;
}

.navigation-menu ul {
    margin: 0;
    padding: 0;
}

.navigation-menu ul:before,
.navigation-menu ul:after {
    content: "";
    display: table;
}

.navigation-menu ul:after {
    clear: both;
}

.navigation-menu ul {
    zoom: 1;
}

.navigation-menu ul li {
    list-style: none;
    float: left;
    margin-right: 3px;
}

.navigation-menu ul li a:link,
.navigation-menu ul li a:visited {
    display: block;
    padding: 12px 17px;
    text-decoration: none;
}

.navigation-menu ul li.current-menu-item a:link,
.navigation-menu ul li.current-menu-item a:visited {
    background-color: #4285f4;
    color: #ffffff;
    border-radius: 5%;
}
.navbar {
        max-height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center; /* Vertically center align items */
    }

.navbar img{
		margin-left:20px;
	}
.navigation-menu {
        margin-right: 20px; /* Adjust as needed */
        border: none; /* Remove the border */
    }

.navigation-menu a {
        color: white; /* Set text color to white */
    }
