<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img.logo {
	width: 8rem;
	height: 100%;
}
ul.mainMenu {
	float: left;
}
div.menuItem {
    padding-bottom: 0.33rem;
    display: block;
}
div.menuItemInner {
    padding-bottom: 0.33rem;
}
div#menuItemMobile {
	display: none;
}

a.sel {
	font-weight: 700;
	border-bottom: 4px solid #fbf316;
	color: #333;
}
a:hover {
	border-bottom: 4px solid #fbf316;
	color: #333;
}

.menuButton {
    text-align: right; 
    font-size: 30px;
    cursor:pointer;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 21%;
    width: 100%;
    text-align: center;
    margin-top: 3px;
}

.overlay a {
    padding: 1px;
    text-decoration: none;
    font-size: 2em;
    color: #000000;
    display: block;
}

.overlay a:hover, .overlay a:focus {
    border: 0px;
}

.overlay .closebtn {
    position: absolute;
    top: 25px;
    right: 20%;
    font-size: 40px;
}

@media screen and (max-width: 1300px) {
    .overlay .closebtn {
        position: absolute;
        top: 0.9em;
        right: 13%;
        right: 5%;
        font-size: 40px;
    }
}


@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 0px;
    right: 15px;
  }
}

@media screen and (max-width: 350px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 24px}
  .overlay .closebtn {
    font-size: 40px;
    top: 0px;
    right: 15px;
  }
}

/*
@media (max-width: 950px) {
div.menuItem {
	display: none;
}
div.menuItemMobile {
	display: block;
}
}
*/

/* 820px */
@media (max-width: 820px) {
div.menuItem {
	display: none;
}
div#menuItemMobile {
	display: block;
}
}</pre></body></html>