

/* ===== Global Styles ===== */
div.inner ul {
    font-family: tangak;
    list-style: none;
    padding: 0px;
    min-width: 10em;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 8px 4px 8px 4px;
}

div.inner .margin {
    margin-top: 5px;
}

div.inner .child {
    display: none;
    opacity: 0.0;
}

div.inner .child li a {
    color: #FFF;
}

div.inner .parent li:hover {
    background-color: #017EBC;
}

div.inner {
    margin: 0 auto;
}

/* ===== Navigation Menu ===== */
ul#menu {
    background-color: #0073BE;
    border-radius: 0px 0px 20px 20px;
    display: inline-block;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px !important;
}

ul#menu li {
    display: inline;
}

ul#menu > li {
    cursor: pointer;
}

ul#menu > li:after {
    content: " ";
    letter-spacing: .9em;
    color: white;
    background: url(/images/circle.png?1774383677) center center no-repeat;
}

ul li a {
    z-index: 100 !important;
}

ul li.parent {
    position: relative;
    font-size: calc(10px + 1.0vmin);
}

ul .parent li {
    line-height: 30px;
    clear: both;
    font-size: 80% !important;
    display: inline-block;
    float: left;
    background-color: #0085FB;
    margin: 3px;
    border-radius: 23px;
    line-height: 120%;
    padding: 8px 5px 8px 5px;
}

li > ul {
    white-space: nowrap !important;
}

ul.child {
    margin-top: -5px important; /* typo: should be !important */
}

li > ul.child {
    margin-top: -10px !important;
}

ul.child > li.parent {
    padding: 6px 9px 6px 9px;
}

/* ===== Special Elements ===== */
div.inner ul#menu [class*="brick"] {
    text-align: center;
    margin: 0px;
}

div.inner .sep {
    transform: translateY(5px); /* consistent across devices */
    color: white;
}

div.inner .nosep {
    opacity: 0.0;
    display: none;
}

li[class*="brick"] {
    color: yellow;
}

/* ===== Sticky Navigation ===== */
nav.navigation.sticky-fixed {
    position: fixed !important;
    top: 0 !important;
    z-index: 1000;
    background: inherit;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}

body.has-sticky nav.navigation.sticky-fixed + * {
    margin-top: 60px;
}

nav.navigation.sticky-fixed .outer,
nav.navigation.sticky-fixed .inner {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
}

/* ===== Layout Helpers ===== */
nav div.outer,
nav div.inner {
    text-align: center;
    transition: 400ms transform;
    line-height: 1.0;
}

.inner,
.outer {
    text-align: center;
    line-height: 1.0;
}

/* ===== Responsive ===== */
@media (min-width: 320px) {
    ul#menu {
        line-height: 150%;
    }
}

@media screen and (min-width: 392px) and (max-width: 859px) {
    .inner,
    .outer {
        line-height: 1.3;
    }
}


  img#starmenu {
        width: 2rem !important;
        height: 2rem !important;
    }
	
	@media (max-width: 768px) and (pointer: coarse) {
		
		 img#starmenu {
        width: 1.5rem !important;
        height: 1.5rem !important;
    }
		
		
	}