:root {
    --color-primary: #5888aa;
    --color-callout: #fad188;
    --color-text: #fff;
    --color-dark-bg: #2a6787;
    --color-dark-border: #2a6787;
    --color-light-bg: rgb(255 255 255 / 15%);
    --color-light-border: rgb(255 255 255 / 60%);
    --color-gold: #ffda71;
    --color-silver: #ced0ca;
    --color-bronze: #bba6a2;
    --section-padding: clamp(85px, 15vw, 150px);
    --container-padding: clamp(15px, 4vw, 30px);
    --header-color: var(--color-silver);
    --mm-size: calc( 100% - 64px );
    --mm-min-size: calc( 100% - 64px );
    --mm-max-size: 100%;
}

.high-contrast {
    --color-primary: #265d79;
    --color-callout: #fff;
    --color-dark-bg: #22526c;
    --color-dark-border: #22526c;
    --color-light-bg: #fff;
    --color-light-border: #fff;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
[id] {
    scroll-margin-top: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 130%;
}

a {
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 1.2em;
}

body {
    --mm-min-size: 190px;
}

#menu:not(.mm-menu):not(.mm) {
    display: none;
}

.mm-listview {
    font-family: 'futura_cyrillic_book', 'sourcesanspro_regular', Tahoma, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 0.05em;
}

.mm-listitem:after {
	left: 0;
}

.mm-listitem:last-child:after {
	content: none;
	display: none;
}

.mm-listitem a,
.mm-listitem span {
	text-align: center;
	padding-right: 20px !important;
}

.mm-listitem a:hover,
.mm-listitem a:hover + span {
}

.mm-navbar {
    font-family: 'futura_cyrillic_book', 'sourcesanspro_regular', Tahoma, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

.mm-navbar input {
	text-align: center;
}

.mm-navbar:first-child {
	align-content: center;
	justify-content: center;
	align-items: center;
}

.mm-navbar img {
	flex-grow: 0;
	opacity: 0.6;
	border: 2px solid #FFFFFF;
	border-radius: 50px;
	width: 100px;
	height: 100px;
	padding: 0px;
	margin: 0 10px;
}

.mm-navbar .fa {
	flex-grow: 0;
	border: 2px solid currentColor;
	border-radius: 30px;
	color: rgb(0 0 0 / 70%);
	line-height: 50px;
	width: 50px;
	height: 50px;
	padding: 0;
}

.mm-navbar .fa:hover {
	color: #000;
}

.mm-navbars--top .mm-navbar:first-child {
    margin: 20px 0 20px 0;
}

.mm-panels {
	--mm-color-background: rgb(95 95 95 / 15%);
}

.mm-panels > .mm-panel:after {
	content: none;
	display: none;
}

.mm-panel--parent {
	transform: translateX(-100%);
}

.mm-wrapper__blocker {
	background: none;
}

.mm-wrapper--opened #mmenu-header a[href="#menu"] {
  display: none;
}

.mm-wrapper--opened #mmenu-header a[href="#page"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mmenu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    <!--position: -webkit-sticky;-->
    <!--position: sticky;-->
    display: block;
    position: relative;
    top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    z-index: 999;
}

#mmenu-header a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#mmenu-header a[href="#menu"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mmenu-header a[href="#page"] {
  display: none;
}