@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Six+Caps&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.cdnfonts.com/css/georgia");

@font-face {font-family: "e-Ukraine";
    src: url("../fonts/a44207bfe4040f536c824dbbf82f5ed1.eot"); /* IE9*/
    src: url("../fonts/a44207bfe4040f536c824dbbf82f5ed1.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/a44207bfe4040f536c824dbbf82f5ed1.woff2") format("woff2"), /* chrome firefox */
    url("../fonts/a44207bfe4040f536c824dbbf82f5ed1.woff") format("woff"), /* chrome firefox */
    url("../fonts/a44207bfe4040f536c824dbbf82f5ed1.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("../fonts/a44207bfe4040f536c824dbbf82f5ed1.svg#e-Ukraine") format("svg"); /* iOS 4.1- */
}
@font-face {
    font-family: 'e-Ukraine Light';
    src: url('../fonts/e-Ukraine-Light.eot');
    src: url('../fonts/e-Ukraine-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/e-Ukraine-Light.woff2') format('woff2'),
        url('../fonts/e-Ukraine-Light.woff') format('woff'),
        url('../fonts/e-Ukraine-Light.ttf') format('truetype'),
        url('../fonts/e-Ukraine-Light.svg#e-Ukraine-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
html {
	scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hide {
  display: none !important;
}

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

::selection {
  background-color: #0a4fde;
  color: #fff;
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #333;
}

::-webkit-scrollbar-thumb:hover {
  background: #0a4fde;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
  *transition: all ease 0.5s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body { 
  font-family: "e-Ukraine", "georgia", sans-serif;
  color: #111111;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  body {
    flex-direction: column;
  }
}

body header,
body main,
body footer {
  flex: 1;
  height: 100vh;
}
body main {
  position: relative;
  flex: 2;
}
body header,
body footer {
  min-width: 240px;
}
body footer {
background: url('../images/bg2.png'); 
background-size:cover;
}
body.dark footer {
background: none; 
}
body .allkiri-light {
  display: none;
}
body.dark {
  background-color: #222;
}
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark p,
body.dark a {
  color: #fff;
}
body.dark section {
  background-color: #222;
}
body.dark form input {
  padding-left: 0.75rem;
}
body.dark form a::after {
  color: #e3e3e3;
}
body.dark header {
  background-color: #222;
}
body.dark nav > ul > li > a::before,
body.dark nav > ul > li ul li a::before {
  color: #fff;
}
body.dark .content-menu li::before {
  color: #fff;
}
body.dark header nav > ul > li p {
  opacity: 0.5 !important;
}
body.dark header {
  border-left: 1px solid #444;
}
body.dark footer {
  border-left: 5px solid #666 !important;
  border-right: 1px solid #444 !important;
}
body.dark footer .logo {
  background-color: #222;
}
body.dark .nav-separator {
  border-bottom: 1px solid #444;
}
body.dark ::selection {
  background-color: #fff;
  color: #222;
}
body.dark ::-webkit-scrollbar {
  width: 2px;
}
body.dark ::-webkit-scrollbar-track {
  background: #222;
}
body.dark ::-webkit-scrollbar-thumb {
  background: #222;
}
body.dark ::-webkit-scrollbar-thumb:hover {
  background: #222;
}
body.dark .allkiri {
  display: none;
}
body.dark .allkiri-light {
  display: block;
}
body.dark .artwork h3 {
  color: #222;
}

h1,
h2,
h3,
h4,
h5 {
  color: #111111;
}

p {
}

a {
  color: #111111;
}
a:hover {
  color: #0a4fde;
}

.logo2 {
  margin-bottom: 20px;
  text-decoration: none;
}
.logo2:hover {
  color: inherit;
}
.logo2 h1 {
  font-size: 160%;
  line-height: 140%;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #0a4fde;
}
.logo2 p {
  font-size: 90%;
  max-width: 100%;
  line-height: 120%;
}

i {
  font-style: italic;
}

sup {
  position: relative;
  top: -0.9em;
  font-size: 80%;
  padding-left:2px;
  display:inline-block;
}

sub {
  font-size: 50%;
}

form {
  position: relative;
  margin-bottom: 3rem;
}
form input {
	width:100%;
  font-size: 1rem;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
}
form button {
  position: absolute;
  right: 0;
  border: none;
  background: none;
  padding: 7px 5px 0 0;
}
form button svg {
  fill: #666;
}
form a {
  text-decoration: none;
  padding: 0.4rem 0;
  font-size: 1rem;
  margin: 1rem 0 0 0;
  align-items: center;
  gap: 10px;
}
form a::after {
  width: 15px;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNi45NjUgMi4zODFjMy41OTMgMS45NDYgNi4wMzUgNS43NDkgNi4wMzUgMTAuMTE5IDAgNi4zNDctNS4xNTMgMTEuNS0xMS41IDExLjVzLTExLjUtNS4xNTMtMTEuNS0xMS41YzAtNC4zNyAyLjQ0Mi04LjE3MyA2LjAzNS0xMC4xMTlsLjYwOC44MDljLTMuMzUzIDEuNzU1LTUuNjQzIDUuMjY3LTUuNjQzIDkuMzEgMCA1Ljc5NSA0LjcwNSAxMC41IDEwLjUgMTAuNXMxMC41LTQuNzA1IDEwLjUtMTAuNWMwLTQuMDQzLTIuMjktNy41NTUtNS42NDMtOS4zMWwuNjA4LS44MDl6bS00Ljk2NS0yLjM4MXYxNC44MjZsMy43NDctNC42MDQuNzUzLjY2Ni01IDYuMTEyLTUtNi4xMDEuNzM3LS42NzkgMy43NjMgNC42MDh2LTE0LjgyOGgxeiIvPjwvc3ZnPg==");
  color: #111111;
  display: block;
  height: 20px;
  width: 20px;
  background-size: cover;
}

.highlight {
  background-color: #0a4fde;
  color: #fff;
}

header {
  aaz-index: 1001;
  padding: 2rem;
  overflow-x: hidden;
  overflow-y: scroll;
  border-left: 1px solid #e3e3e3;
  font-size:95%;
}
header.active {
  left: 0;
}
nav { margin-left:15px;}

.open-section > ul { list-style:none; }
.open-section > ul ul { list-style:outside; }
nav.open-section h3 { font-size:100%;margin-left:-15px;}
nav.open-section h2 {
  color: #0a4fde;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
nav.open-section .active, a.active {
  color: #0a4fde;
}
nav.content-menu li {
  margin: 0;
}
nav.content-menu li.active > a {
	color: #0a4fde;
}
nav > ul > li {
  margin-right: 3rem;
  margin-bottom: 1.5rem;
}
nav > ul > li > a {
  position: relative;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0;
}
nav > ul > li > a:hover {
  color: #0a4fde;
}
nav > ul > li p {
  line-height: 1.2rem;
  opacity: 0.75;
}
nav > ul > li ul {
	display:none;
  margin: 10px 0;
}
nav > ul > li ul li a {
  text-decoration: none;
  display: block;
  padding: 0.4rem 0;
  line-height: 1.25rem;
}
nav > ul > li ul li a:hover {
  color: #0a4fde;
}
nav > ul > li.open ul {
  display: block;
}
nav > ul > li.open > a {
  color: #0a4fde;;
}
nav > ul > li.open > a::before {
  color: #0a4fde;
}
.open ul li {
  margin: 0;
  line-height:100%;
}
.open ul li.active > a {
	color: #0a4fde;
}


.nav-separator {
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3rem;
  margin-left: -3rem;
  margin-right: -3rem;
}
.tools {
  display: flex;
  position: fixed;
  z-index: 2001;
  right: 1.5rem;
  bottom: 1.5rem;
  bottom: 0;
}
.tools a {
  text-decoration: none;
  background-color: #fff;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-left: 5px;
  rotate: -90deg;
}
.tools .scrolldown {
  opacity: 0;
}
.tools .scrolldown.show {
  opacity: 1;
  transition: 1s;
}

main {
  z-index:1;
  background-color: #fff;
  overflow-y: scroll;
}

.index main {

}
main section {
  position: relative;
  padding: 0 5vw;

}
main section.wallpaper {
  padding: 0;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

main section.wallpaper .artwork {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
main section.wallpaper .artwork > div {
  position: flex;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main section.wallpaper .artwork > div h3 {
  z-index: 10;
  margin: 1.5rem;
  background-color: #fff;
  padding: 0.75rem;
  position: absolute;
  bottom: 0;
  line-height: 1.3rem;
}
main section.wallpaper .artwork > div .art {
  z-index: 2;
}
main section.wallpaper .artwork > div .art img {
  width: 100%;
}
main section.wallpaper .artwork > div .fade {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 120%;
  margin-left: -10%;
  z-index: 0;
  filter: blur(20px);
}
main section.wallpaper-inner {
  min-height: 50vh;
  max-height: 50vh;
  overflow: hidden;
  padding: 0;
}
@keyframes anim {
  0% {
    opacity: 0;
    z-index: 100;
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: 1;
  }
}
main section article {
  padding: 3rem 0;
}

main section article h1 {
  font-size: 3rem;
  font-weight: 300;
  margin: 0 0 3rem 0;
}
main section article h2 {
  font-size: 2rem;
  margin: 4.5rem 0 1.5rem 0;
  color: #0a4fde;
}
main section article h3 {
  font-size: 1.3rem;
  margin: 1.5rem 0 1.5rem 0;
  font-weight: 800;
}
main section article h4 {
  font-size: 1rem;
  margin: 1.5rem 0 1.5rem 0;
  font-weight: 800;
}
main section article p {
  zmargin-bottom: 1.5rem;
}
main section article em {
  font-style: italic;
}

footer {
  border-right: 1px solid #e3e3e3;
  border-left: 5px solid #0a4fde;
  padding: 2rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}

footer article {
  max-width: 240px;
  margin: 0 auto;
  text-align: center;
}
footer article img {
  width: 75%;
  margin-bottom: 1.5rem;
}
footer article p {
  line-height: 1.2rem;
  margin-bottom: 1.5rem;
}
footer article a {
  text-decoration: none;
  display: block;
  padding: 0.4rem 0;
}
footer article a::after {
  width: 15px;
  content: "âŸ¶";
  color: #111111;
  margin: -3px 0 0 1rem;
}
footer .modes {
  margin: 20px auto;
  justify-content: center;
  text-align:center;
}
footer .modes a {
  font-size: 70%;
  padding: 10px;
  text-decoration: none;
  border-radius: 3px;
}
footer .modes a:first-child {
  background-color: #fff;
  color: #222 !important;
}
footer .modes a:last-child {
  background-color: #222;
  color: #fff;
}
footer .modes a::after {
  display: none;
}

.home-menu-trigger,
.mobile-menu-trigger {
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  padding: 0.20rem 0.30rem;
  background-color: #0a4fde;
  display: none;
  text-align: center;
  cursor:pointer;
}
.home-menu-trigger hr,
.mobile-menu-trigger hr {
  margin: 7px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.home-menu-trigger svg,
.mobile-menu-trigger svg {
  height: 40px;
}
.home-menu-trigger svg path,
.mobile-menu-trigger svg path {
  fill: #fff;
}

.home-menu-trigger {
  right: auto;
  left: 0;
}

.gallery figure {
  transform: rotate(10deg);
}
.gallery figure img {
  width: 100%;
}
.gallery figure figcaption {
  padding: 10px 0 0 0;
  font-size: 1rem;
}

footer img {
	max-width:100%;
	height:auto;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: var(--cassiopeia-color-link);
  text-decoration: none;
  background-color: hsl(0deg, 0%, 100%);
  border: 1px solid hsl(210deg, 14%, 89%);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--cassiopeia-color-hover);
  background-color: hsl(210deg, 16%, 93%);
  border-color: hsl(210deg, 14%, 89%);
}
.page-link:focus {
  z-index: 3;
  color: var(--cassiopeia-color-hover);
  background-color: hsl(210deg, 16%, 93%);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--cassiopeia-color-primary), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--cassiopeia-color-primary), 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: hsl(0deg, 0%, 100%);
  background-color: var(--cassiopeia-color-primary);
  border-color: var(--cassiopeia-color-primary);
}
.page-item.disabled .page-link {
  color: hsl(210deg, 7%, 46%);
  pointer-events: none;
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(210deg, 14%, 89%);
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.pdf { margin-top:-25px; display:block; margin-bottom:40px; font-size:85%; }
.pdf a { text-decoration:none; }

.com-content-article__body, .com-finder { padding:10px 50px 20px 50px; }
.com-content-article__body p { margin-bottom:1.1rem; }
.com-content-article__body sup { line-height:50%;vertical-align: bottom;margin-left:1px;}
.page-header  { padding:15px 50px; font-size:85%;line-height:200%;}
main { font-size:90%; line-height:150%; scroll-behavior:smooth; font-family: "e-Ukraine Light"; }
main .item-page, main .com-finder { margin-top:25px; }
.index main, .index main .item-page { margin-top:0px; }
main .item-page h3 { margin-bottom:1.3rem; font-size:110%; }
main a { color:#0a4fde; }
.mod-languages__list { display:block; margin:0 auto; text-align:center;border-bottom:1px solid #cfcfcf;}
.lang-active { background:none!important; }
.lang-active a {
  border-radius: 5px;
  border:1px solid #0a4fde;
  color: #0a4fde;
  background:none;
}
body.dark .lang-active a { border:1px solid #fff;}
.mod-languages__list li { padding:0 0 30px 0;  margin:0!important;}
.mod-languages__list li a { vertical-align:middle; font-size:85%; margin:0!important;}

header { scroll-behavior:smooth; font-family: "e-Ukraine Light";}
.index .com-content-article__body { padding:0px; }



.com-content-article__body table p { margin:0; padding:0;}

.quoted-text { background-color: #f3f3f3; border: 1px solid #cfcfcf; padding:10px 20px; margin-bottom:40px; }
.framed-text { border: 1px solid #cfcfcf; padding:10px 20px; margin-bottom:40px; }
.quoted-text p, .framed-text p { margin-top:10px; margin-bottom:10px;}

.com-content-article__body ul, .com-content-article__body ol { margin:0; margin-bottom:20px; padding:0; line-height:130%;}
.com-content-article__body ul li, .com-content-article__body ol li { margin-top:0; margin-bottom:15px; margin-left:20px; }


body.dark .com-content-article__body ul, body.dark .com-content-article__body ol { color:#fff; }


.com-content-article__body table {
    border-collapse: collapse;
    font-size:85%;
    margin-bottom:20px;
    line-height:120%;
	width:100%;
}
.com-content-article__body table th, .com-content-article__body table td {
    border: 1px solid #cfcfcf;
    padding:10px;
}
.com-content-article__body table th { background-color: #0a4fde;
    color: #ffffff; border-color:#fff;
}
.com-content-article__body table tr:nth-of-type(odd) {
    background-color: #f3f3f3;
}
.com-content-article__body .tablew tr:nth-of-type(odd) {
    background-color: transparent;
}
body.dark .com-content-article__body table tr:nth-of-type(odd) {
    background-color: #555;
}
.com-content-article__body h2 { font-size:105%; line-height:130%; font-weight:400;margin-bottom:20px;}
sub a { text-decoration:none; }

.footnotes { font-size:85%; line-height:110%; margin-top:40px; border-top:1px solid #cfcfcf; padding-top:20px;}
.footnotes p { margin-bottom:1rem; }

.footnote {
    display: inline-block;
    padding-top:2px;
    width: 20px;
    height: 20px;
    border-radius: 19px;
    text-decoration:none;
    text-align:center;
    border:1px solid #0a4fde;
	font-size:80%;
}
.footnotes sup {
    display: inline-block;
    padding-top:6px;
	padding-left:0px;
    width: 20px;
    height: 20px;
    border-radius: 19px;
    text-decoration:none;
    text-align:center;
    border:1px solid #0a4fde;
	font-size:80%;
	margin-bottom:-10px;
}
.footnotes a { text-decoration:none;}

body.dark .footnote, body.dark .footnotes sup { border-color:#fcf6a4; }

body.dark .quoted-text { color:white; background:#333; }
body.dark li { color:white; }

body.dark main a, body.dark footer a { color:#fcf6a4; }

.dark header a.active , .dark header .active a, .dark header a:hover { color:#fcf6a4!important; }

footer .fontsize {
  display: flex;
  margin: 10px auto 0 auto;
  justify-content: center;
}
footer .fontsize a {
  padding: 1px 6px;
  text-decoration: none;
  border-radius: 5px;
  border:1px solid #0a4fde;
  vertical-align:middle;
  color: #0a4fde;
  margin-left:3px;
  margin-right:3px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width:35px;
}
body.dark .fontsize a {
    border:1px solid #fcf6a4;
}
footer .fontsize .smallf { font-size:65%;}
footer .fontsize .largef { font-size:150%;}

body.largefont { font-size:1.4rem; }
body.smallfont { font-size:0.80rem; }

main img { max-width:100%; height:auto; }

.bottom-menu { display:none; }


@media screen and (max-width: 1000px) {
	
  .bottom-menu {
	  display:block;
	  margin:0 auto;
  }
  .mobiletop {
	  margin:10px 80px 0 50px; font-size:70%; line-height:140%; color:#555;
  }  

  .mainimage img { width:270px; max-width:100%; height:auto; }
  .bottom-menu .mainimage, .index .desktopmain #mod-custom136, .index .bottom-menu #mod-custom113, .index .bottom-menu #mod-custom115, 
  .index .desktopmain #mod-custom137, .index .bottom-menu #mod-custom123, .index .bottom-menu #mod-custom124 {display:none; }
  .bottom-menu #mod-custom136, .bottom-menu #mod-custom137 {margin-top:60px; }
  .notindex  #mod-custom112, .notindex .bottom-menu #mod-custom113, .notindex .bottom-menu #mod-custom115, .notindex .bottom-menu #mod-custom123, .notindex .bottom-menu #mod-custom124 {display:none; }
  .bottom-menu .mmenu { display:block; margin:30px 0; }
  .dcl { line-height:80%;}

  .topmobile {
  	  padding: 0 3rem;
  }
  
 
  .index main { display:none!important; }
  
  .logo2 h1 {
  }
  .logo2 p {
    font-size: 100%;
    line-height: 1.5rem;
  }

  header {
	z-index: 1001;
    position: fixed;
    background-color: #fff;
    left: 100%;
    width: 100vw;
    transition: 0.3s;
  }

  main section.wallpaper {
    min-height: 40vh;
  }
  main section.wallpaper .artwork {
    height: 40vh !important;
  }

  main section article {
    padding: 3rem 1.5rem;
  }

  footer {
    z-index: 500;
    height: 200px;
    border: none;
    padding: 30px 60px;
	line-height:130%; 
  }

  footer .logo {
    padding: 3rem;
    background-color: #fff;
    text-align: center;
  }
  footer article {
    padding-bottom: 5rem;
  }

  .home-menu-trigger,
  .mobile-menu-trigger {
    display: block;
  }
  
  .notindex .desktopmain { display:none; }
  
}