/* Defaults */
body { font-family: 'Avenir Book'; color: #221f20; font-size: 16px; line-height: 150%; overflow-x: hidden; }
h1 { margin: 0px 0px 10px 0px; font-family: 'Inter Bold'; font-size: 44px; font-style: normal; font-weight: 400; line-height: 114%; }
h2 { margin: 0px 0px 10px 0px; font-family: 'Inter Bold'; font-size: 32px; font-style: normal; font-weight: 400; line-height: 114%; }
h3 { margin: 0px 0px 10px 0px; font-family: 'Inter Bold'; font-size: 24px; font-style: normal; font-weight: 400; line-height: 114%; }
h4 { margin: 0px 0px 10px 0px; font-family: 'Inter Bold'; font-size: 18px; font-style: normal; font-weight: 400; line-height: 114%; }
p { margin: 0px 0px 10px 0px; font-size: 16px; line-height: 150%; }
a { color: #000; text-decoration: underline; }

input[type=text] { display: inline; width: 100%; height: 48px; padding: 24px 12px; margin: 0px 0px 10px 0px; background-color: #fff; color: #1d1d1b; font-size: 14px; line-height: 14px; border: 1px #ddd solid; border-radius: 5px; text-align: left; z-index: 1005; position: relative; }
input[type=text].loading { background-image: url('../img/loading.gif'); }
input[type=email] { display: inline; width: 100%; height: 48px; padding: 24px 12px; margin: 0px 0px 10px 0px; background-color: #fff; color: #1d1d1b; font-size: 14px; line-height: 14px; border: 1px #ddd solid; border-radius: 5px; text-align: left; z-index: 1005; position: relative; }
input[type=password] { display: inline; width: 100%; height: 48px; padding: 24px 12px; margin: 0px 0px 10px 0px; background-color: #fff; color: #1d1d1b; font-size: 14px; line-height: 14px; border: 1px #ddd solid; border-radius: 5px; text-align: left; z-index: 1005; position: relative; }
input[type=file] { display: inline; width: 100%; height: 48px; padding: 14px 0px 0px 14px; margin: 0px 0px 10px 0px; background-color: #fff; color: #1d1d1b; font-size: 14px; line-height: 14px; border: 1px #ddd solid; border-radius: 5px; text-align: left; z-index: 1005; position: relative; }
select { display: inline; width: 100%; height: 48px; padding: 0px 12px; margin: 0px 0px 10px 0px; background-color: #fff; color: #8e8e8e; font-size: 14px; line-height: 14px; border: 1px #ddd solid; border-radius: 5px; text-align: left; z-index: 1005; position: relative; }
textarea { display: inline; width: 100%; height: 160px; padding: 12px 12px; margin: 0px 0px 10px 0px; background-color: #fff; color: #1d1d1b; font-size: 14px; line-height: 20px; border: 0px; border: 1px #ddd solid; border-radius: 5px; text-align: left; z-index: 1005; position: relative; }

input:focus { outline: 0px; border: 1px #aaa solid; }
input:focus-visible { outline: 0px; border: 1px #aaa solid; }
select:focus { outline: 0px; border: 1px #aaa solid; }
select:focus-visible { outline: 0px; border: 1px #aaa solid; }
textarea:focus { outline: 0px; border: 1px #aaa solid; }
textarea:focus-visible { outline: 0px; border: 1px #aaa solid; }

input:read-only { background-color: #eee; }

input::-webkit-input-placeholder { /* Edge */ color: #8e8e8e; }
input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #8e8e8e; }
input::placeholder { color: #8e8e8e; }
select::-webkit-input-placeholder { /* Edge */ color: #8e8e8e; }
select:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #8e8e8e; }
select::placeholder { color: #8e8e8e; }
textarea::-webkit-input-placeholder { /* Edge */ color: #8e8e8e; }
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #8e8e8e; }
textarea::placeholder { color: #8e8e8e; }

button { padding: 10px 36px; margin: 0px 0px 10px 0px; max-width: 300px; border-radius: 100px; background: #221f20; border: 0px; color: #fff; text-align: center; font-family: 'Inter Bold'; font-size: 14px; font-style: normal; font-weight: 400; line-height: 114%; cursor: pointer; }
button.pressed { opacity: 0.8; }
button.loading span { margin: 0px 12px 0px -12px; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
button.loading .button-loading { opacity: 1; -webkit-transition: 0.4s ease-in-out 0.2s; -moz-transition: 0.4s ease-in-out 0.2s; -o-transition: 0.4s ease-in-out 0.2s; transition: 0.4s ease-in-out 0.2s; }
button.disabled { background-color: #aaa!important; border: none!important; }
button:hover { opacity: 0.8; }
button:focus { outline: none!important; box-shadow: none!important; }
button:disabled { background-color: #aaa!important; border: none!important; }

@keyframes spinner { 0% { transform: translate(-50%,-50%) rotate(0deg); } 100% { transform: translate(-50%,-50%) rotate(360deg); } }
.button-loading { display: inline-block; position: absolute; opacity: 0; margin-top: -3.5px; width: 22px; height: 22px; overflow: hidden; background: none; }
.spinner { position: relative; right: 3px; width: 100%; height: 100%; transform: translateZ(0) scale(0.22); backface-visibility: hidden; transform-origin: 0 0; }
.spinner div { position: absolute; width: 60px; height: 60px; border: 10px solid #fff; border-top-color: transparent; border-radius: 50%; }
.spinner div { animation: spinner 1s linear infinite; top: 50px; left: 54px; }
.spinner div { box-sizing: content-box; }

.swiper-container { overflow: hidden; }
.swiper-slide { padding-right: 2px; }

.animate-tick svg { width: 80px; display: block; margin: 210px auto 20px; }
.animate-tick .path { stroke-dasharray: 1000; stroke-dashoffset: 0; }
.animate-tick .path.circle { -webkit-animation: dash 0.9s ease-in-out; animation: dash 0.9s ease-in-out; }
.animate-tick .path.line { stroke-dashoffset: 1000; -webkit-animation: dash 0.9s 0.35s ease-in-out forwards; animation: dash 0.9s 0.35s ease-in-out forwards; }
.animate-tick .path.check { stroke-dashoffset: -100; -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards; animation: dash-check 0.9s 0.35s ease-in-out forwards; }
@-webkit-keyframes dash { 0% { stroke-dashoffset: 1000; } 100% { stroke-dashoffset: 0; } }
@keyframes dash { 0% { stroke-dashoffset: 1000; } 100% { stroke-dashoffset: 0; } }
@-webkit-keyframes dash-check { 0% { stroke-dashoffset: -100; } 100% { stroke-dashoffset: 900; } }
@keyframes dash-check { 0% { stroke-dashoffset: -100; } 100% { stroke-dashoffset: 900; } }

.btn-close { width: 2em; height: 2em; background: transparent var(--bs-btn-close-bg) center / 1.3em auto no-repeat; z-index: 1000000000000; }
.form-validation-error { border: 1px #C90349 solid!important; }

.container { max-width: 1000px; }
.modal-content { min-height: 400px; border-radius: 20px; }
.modal-content .btn-close { position: absolute; top: 12px; right: 12px; opacity: 1; }
.modal-content .btn-close:hover { color: unset; background-color: transparent; text-decoration: none; }

strong { font-family: 'Inter Bold'; }
.grey { color: #aaa; }

/* Mobile menu */
.menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); z-index: 999; display: none; align-items: center; justify-content: center; opacity: 0; transition: all 0.3s ease; }
.menu-overlay.show { display: flex; opacity: 1; }
.menu-overlay ul { list-style: none; padding: 0; text-align: center; }
.menu-overlay ul li { margin: 20px 0; }
.menu-overlay ul li a { color: #fff; font-size: 24px; line-height: 150%; text-decoration: none; font-family: 'Inter Bold'; transition: color 0.3s; }
.menu-overlay ul li a:hover { color: #f0f0f0; }
.menu-overlay ul li button { margin-top: 10px; background-color: #fff; color: #221f20; }
.burger-icon { position: fixed; top: 15px; right: 15px; width: 30px; height: 22px; transition: all 0.3s ease; cursor: pointer; z-index: 1000; }
.burger-icon div { width: 100%; height: 3px; background-color: #fff; position: absolute; left: 0; transition: all 0.3s ease; }
.burger-icon div:nth-child(1) { top: 0; }
.burger-icon div:nth-child(2) { top: 50%; transform: translateY(-50%); }
.burger-icon div:nth-child(3) { bottom: 0; }
.burger-icon.open div { background-color: #fff!important; }
.burger-icon.open div:nth-child(1) { transform: rotate(45deg); top: 50%; transform: translateY(-50%) rotate(45deg); }
.burger-icon.open div:nth-child(2) { opacity: 0; }
.burger-icon.open div:nth-child(3) { transform: rotate(-45deg); bottom: 50%; transform: translateY(50%) rotate(-45deg); }
.nav { right: -5px; z-index: 1000000000000; }

/* Fonts */
@font-face { font-family: 'Inter Medium'; src: url('../fonts/Inter-Medium.ttf') format('TrueType'); }
@font-face { font-family: 'Inter Bold'; src: url('../fonts/Inter-Bold.ttf') format('TrueType'); }
@font-face { font-family: 'Avenir Book'; src: url('../fonts/AvenirLTStd-Book.otf') format('OpenType'); }

/* Header */
header { position: absolute; width: 100%; top: 0px; left: 0px; }
header img { height: 72px; width: auto; padding: 0px; margin: 10px; }
header ul li { padding: 11px 4px!important; }
header ul li:nth-of-type(4) { padding: 0px 0px 0px 0px!important; }
header ul li:nth-of-type(4) button { background-color: #fff; color: #221f20; }
header ul li:last-of-type { padding: 0px 0px 0px 0px!important; }
header ul li a { color: #fff!important; font-family: 'Inter Bold'; font-size: 16px!important; font-style: normal; font-weight: 400!important; line-height: 114%; letter-spacing: 1px; }
header ul li a button { margin: 0px; letter-spacing: 1px; }
header.light { position: relative; }
header.light ul li:nth-of-type(4) button { background-color: #221f20; color: #fff; }
header.light ul li a { color: #000!important; }

/* Hero */
#hero { position: relative; min-height: 740px; padding: 0px; background-color: #221f20; background-image: url('../img/hero-bg.jpg'); background-size: cover; background-position: bottom center; background-repeat: no-repeat; }
#hero-content { position: absolute; width: 100%; bottom: 80px; }
#hero-content h1 { color: #fff; font-size: 40px; font-style: normal; line-height: 130%; letter-spacing: 2px; }
#hero-content p { color: #fff; font-size: 24px; font-style: normal; line-height: 130%; letter-spacing: 1px; }
#hero-content button { margin: 15px 0px; letter-spacing: 1px; background-color: #fff; color: #221f20; }

/* About */
#about { position: relative; min-height: 400px; margin-top: -120px; }
#about img { width: 100%; height: auto; border-radius: 20px; }
#about h2 { margin: 30px 0px 20px 0px; font-size: 28px; }
#about p { }
#about p img { height: 80px!important; width: auto!important; max-width: 100%; margin: 0px 10px 10px 10px; border-radius: 15px!important; }
#about p.partners img { height: 40px!important; margin: 0px 25px 25px 25px; border-radius: 0px!important; }

/* Interest Groups */
#interest-groups { min-height: 400px; background-color: #f6f6f6; }
#interest-groups h2 { margin: 10px 0px 10px 0px; font-size: 32px; line-height: 130%; }
#interest-groups p.line1 { margin: 0px; font-size: 20px; }
#interest-groups .interest-group { position: relative; margin: 0px 0px 20px 0px; }
#interest-groups .interest-group img { width: 100%; border-radius: 20px; }
#interest-groups .interest-group h3 { margin: 30px 0px 20px 0px; }
#interest-groups .interest-group p { }

/* Events */
#events { min-height: 400px; }
#events #hero-content { position: unset; display: flex; width: 100%; min-height: 320px; padding: 0px; background-color: #221f20; background-image: url('../img/hero-bg.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; align-items: center; justify-content: center; border-radius: 20px; }
#events #hero-content h1 { color: #fff; font-size: 40px; font-style: normal; line-height: 130%; letter-spacing: 2px; }
#events #hero-content p { color: #fff; font-size: 20px; font-style: normal; line-height: 130%; letter-spacing: 1px; }
#events h1 { margin: 10px 0px 10px 0px; font-size: 32px; }
#events h2 { margin: 10px 0px 10px 0px; font-size: 32px; }
#events p.line1 { margin: 0px; font-size: 20px; }
#events .event { position: relative; margin: 0px 0px 40px 0px; }
#events .event a { color: #221f20; text-decoration: none; }
#events .event a img { width: 100%; height: auto; border-radius: 20px; }
#events .event a h3 { margin: 20px 0px 10px 0px; font-size: 20px; line-height: 130%; }
#events .event a p { }
#events .event a button { position: absolute; right: 12px; bottom: 0px; margin: 0px; background-color: #221f20; color: #fff; }
#events .event a button:hover { opacity: 0.8; }
#events a button { position: relative; right: unset; bottom: unset; background-color: #fff; color: #221f20; border: 1px #221f20 solid; }

/* Membership Enquiries */
#membership-enquiries { min-height: 200px; padding: 40px 0px; background-color: #f6f6f6; }
#membership-enquiries img { width: 100%; }
#membership-enquiries h2 { font-family: 'Inter Bold'; font-size: 38px; font-style: normal; line-height: 130%; letter-spacing: 1px; }
#membership-enquiries p { font-size: 18px; font-style: normal; line-height: 130%; letter-spacing: 1px; }
#membership-enquiries button { margin: 10px 0px; letter-spacing: 1px; background-color: #fff; color: #221f20; border: 1px #221f20 solid; }

/* Footer */
footer { min-height: 200px; background-color: #221f20; }
footer img { height: 80px; }
footer p { margin: 0px 10px; color: #fff; font-size: 14px; font-style: normal; font-weight: 400; line-height: 167%; /* 33.4px */ }
footer p a { color: #fff; margin: 0px 0px 0px 6px; }
footer p img { height: 40px; width: 40px; margin: 6px 0px 6px 0px; }

/* Sign Up Modal */
#sign-up { }
#sign-up img { width: 100%; height: auto; border-radius: 20px; }
#sign-up .member-sign-up-errors { display: none; font-size: 14px; font-family: 'Inter Bold'; color: #C90349; margin: 0px 0px 10px 0px; }
#sign-up .forgot { font-family: 'Inter Bold'; font-size: 14px; }
#sign-up .sign-in { font-size: 14px; }
#sign-up .sign-in strong { font-family: 'Inter Bold'; }
#sign-up button { padding: 17px 44px; }
#sign-up textarea:nth-of-type(1) { height: 200px; }
#sign-up textarea:nth-of-type(2), #sign-up textarea:nth-of-type(3) { height: 80px; }
#sign-up h3.confirmation { display: none; text-align: center; line-height: 130%; }
#sign-up p.confirmation { display: none; text-align: center; line-height: 130%; }
#sign-up p.forwarding { display: none; text-align: center; line-height: 130%; font-size: 20px; line-height: 24px; font-family: 'Inter Bold'; }

/* Sign In Modal */
#sign-in { }
#sign-in img { width: 100%; height: auto; border-radius: 20px; }
#sign-in .member-sign-in-errors { display: none; font-size: 14px; font-family: 'Inter Bold'; color: #C90349; margin: 0px 0px 10px 0px; }
#sign-in .forgot { font-family: 'Inter Bold'; font-size: 14px; }
#sign-in .membership-enquiries { font-size: 14px; }
#sign-in .membership-enquiries strong { font-family: 'Inter Bold'; }
#sign-in button { padding: 17px 44px; }

/* Signed In Modal */
#signed-in { }
#signed-in h3 { margin: 20px 0px 10px 0px; font-size: 28px; }
#signed-in p { margin: 0px 0px 8px 0px; }
#signed-in a { text-decoration: none; }
#signed-in .signed-in-link { display: block; width: 100%; padding: 40px 20px; margin: 0px 0px 20px 0px; border: 1px #000 solid; border-radius: 20px; font-size: 18px; font-family: 'Inter Bold'; }
#signed-in .signed-in-link:hover {  }

/* Member Menu */
#member-image { cursor: pointer; width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
#member-menu { display: none; position: absolute; top: 85px; left: unset; right: 40px; min-width: 220px; padding: 15px 0px; margin: 0px; background-color: #ffffff; border: 1px solid #f1f1f1; border-radius: 10px; filter: drop-shadow(0px 0px 2px #f1f1f1); font-family: 'Inter Bold'; overflow: hidden; z-index: 1000; }
#member-menu.show { display: block; }
#member-menu p { color: #221f20; padding: 5px 15px; margin: 0px; text-decoration: none; display: block; }
#member-menu button { margin: 5px 0px; width: 100%; }
#member-menu p:nth-of-type(1) { padding: 5px 15px 0px 15px; font-size: 12px; line-height: 100%; }
#member-menu p:nth-of-type(2) { padding: 0px 15px 0px 15px; font-size: 18px; line-height: 150%; }
#member-menu p:nth-of-type(3) { padding: 0px 15px 5px 15px; font-size: 12px; color: #aaa; }
#member-menu hr { margin: 10px 0px 12px 0px; }
#member-menu a { color: #221f20; padding: 4px 15px; margin: 0px; text-decoration: none; display: block; }
#member-menu a:last-of-type { color: #aaa; }
#member-menu a:hover { background-color: #f8f9fa; }

/* Event */
#event { min-height: 400px; }
#event h1 { margin: 10px 0px 10px 0px; font-size: 32px; }
#event p.line1 { margin: 0px; font-size: 20px; color: #aaa; }
#event #map { width: 100%; min-height: 300px; margin: 0px 0px 0px 0px; }
#event .gm-style .gm-control-active { width: 20px; height: 20px; }
#event img { width: 100%; height: auto; margin: 0px 0px 20px 0px; border-radius: 20px; }
#event button { margin: 10px 0px 20px 0px; }

/* Book Event Modal */
#book-event-modal h3 { margin: 0px 0px 15px 0px; }
#book-event-modal h4 { margin: 0px 0px 4px 0px; }
#book-event-modal img { width: 100%; height: auto; margin: 0px 0px 20px 0px; border-radius: 20px; }
#book-event-modal p strong { font-family: 'Inter Bold'; }
#book-event-modal p:nth-of-type(1) { margin: 0px 0px 20px 0px; }
#book-event-modal p:nth-of-type(2) { margin: 0px 0px 0px 0px; }
#book-event-modal p:nth-of-type(3) { margin: 0px 0px 20px 0px; }
#book-event-modal p:nth-of-type(4) { margin: 0px 0px 40px 0px; }
#book-event-modal .book-event-errors { display: block; font-size: 14px; font-family: 'Inter Bold'; color: #C90349; margin: 0px; }
#book-event-modal .animate-tick svg { margin: 110px auto 20px; }
#book-event-modal h3.confirmation { display: none; text-align: center; line-height: 130%; }
#book-event-modal p.confirmation { display: none; text-align: center; line-height: 130%; max-width: 300px; margin: 0px auto; }
#book-event-modal label.card-element { display: block; padding: 16px; margin-bottom: 10px; background-color: #fff; border-radius: 5px; border: 1px #ddd solid !important; }
#book-event-modal img.cards { height: 28px; margin: 0px 0px 20px 0px; width: auto; border-radius: 0px; }
#book-event-modal .terms { margin: 10px 0px 10px 0px; }
#book-event-modal button { margin: 0px 0px 20px 0px; }
#book-event-modal .payment-errors { display: block; font-size: 14px; font-family: 'Inter Bold'; color: #C90349; margin: 0px!important; }

/* Become a Member */
#membership { min-height: 400px; }
#membership #hero-content { position: unset; display: flex; width: 100%; min-height: 320px; padding: 0px; background-color: #221f20; background-image: url('../img/hero-bg.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; align-items: center; justify-content: center; border-radius: 20px; }
#membership #hero-content h1 { color: #fff; font-size: 40px; font-style: normal; line-height: 130%; letter-spacing: 2px; }
#membership #hero-content p { color: #fff; font-size: 20px; font-style: normal; line-height: 130%; letter-spacing: 1px; }
#membership h3 { margin: 0px 0px 10px 0px; }
#membership h3 small { font-family: 'Avenir Book'; font-size: 16px; }
#membership .col1 p:nth-of-type(1) { padding: 0px 0px 0px 0px; margin: 0px; font-size: 16px; line-height: 100%; }
#membership .col1 p:nth-of-type(2) { padding: 0px 0px 0px 0px; margin: 0px; font-size: 32px; line-height: 150%; }
#membership .col1 p:nth-of-type(3) { padding: 0px 0px 30px 0px; margin: 0px; font-size: 14px; color: #aaa; }
#membership .col2 p:nth-of-type(1) { line-height: 130%; padding-bottom: 20px; }
#membership .col2 p:nth-of-type(3) { padding-bottom: 20px; }
#membership label.card-element { display: block; padding: 16px; margin-bottom: 10px; background-color: #fff; border-radius: 5px; border: 1px #ddd solid !important; }
#membership .col2 img.cards { height: 28px; margin: 0px 0px 20px 0px; width: auto; border-radius: 0px; }
#membership .col2 .terms { margin: 10px 0px 10px 0px; }
#membership .col2 button { margin: 0px 0px 20px 0px; }
#membership .payment-errors { display: block; font-size: 14px; font-family: 'Inter Bold'; color: #C90349; margin: 0px!important; }
#membership-confirmation-modal .animate-tick svg { margin: 60px auto 20px; }
#membership-confirmation-modal h3.confirmation { display: none; text-align: center; line-height: 130%; }
#membership-confirmation-modal p.confirmation { display: none; text-align: center; line-height: 130%; max-width: 300px; margin: 0px auto 10px auto; }

/* Page */
#page { min-height: 400px; }
#page h1 { margin: 10px 0px 10px 0px; font-size: 32px; }
#page p.line1 { margin: 0px; font-size: 14px; color: #aaa; }
#page p strong { font-family: 'Inter Bold'; }

/* Privileges */
#privileges { min-height: 400px; }
#privileges h1 { margin: 10px 0px 10px 0px; font-size: 32px; }
#privileges img { width: 100%; height: auto; border-radius: 20px; }
#privileges button { margin: 5px 0px 10px 0px; }

/* Account */
#account { min-height: 400px; }
#account h1 { margin: 10px 0px 10px 0px; font-size: 32px; }
#account table { margin: 0px 0px 5px 0px; }
#account button { margin: 5px 0px 10px 0px; }
#account label.card-element { display: block; padding: 16px; margin-bottom: 10px; background-color: #fff; border-radius: 5px; border: 1px #ddd solid !important; }
#account img { height: 28px; margin: 0px 0px 0px 0px; }
#account .payment-errors { display: block; font-size: 14px; font-family: 'Inter Bold'; color: #C90349; margin: 8px 0px 0px 0px; }

/* Profile */
#profile { min-height: 400px; }
#profile h1 { margin: 10px 0px 10px 0px; font-size: 32px; }
#profile #member-image { width: 80px; height: 80px; margin: 0px 20px 0px 0px; }
#profile table { margin: 0px 0px 10px 0px; }
#profile button { margin: 0px 0px 10px 0px; }

/* Status */
#status { min-height: 400px; }
#status h1 { margin: 10px 0px 10px 0px; font-size: 32px; }
#status .animate-tick svg { margin: 0px 0px 20px; }

/* Media queries */
@media only screen and (max-width: 576px) {
	.nav { position: fixed; right: -5px; z-index: 1000000000000; }
	.nav img { border: 1px #bbb solid; }
	#member-menu { position: fixed; right: 20px; z-index: 1000000000000; }
	#hero { min-height: 500px; background-size: auto 500px; }
	#hero-content { bottom: -10px; }
	#hero-content h1 { font-size: 32px; }
	#hero-content p { font-size: 20px; }
	#hero-content button { margin: 5px 0px 15px 0px; }
	#about { margin-top: 0px; padding-top: 40px; }
	#about p.partners img:last-of-type { margin: 0px 25px 0px 25px; }
	#events .event a button { position: unset; left: unset; right: unset; }
}

@media only screen and (max-width: 768px) {
	.nav { position: fixed; right: -5px; z-index: 1000000000000; }
	.nav img { border: 1px #bbb solid; }
	#member-menu { position: fixed; right: 20px; z-index: 1000000000000; }
}
