html, body {
    font-size: 17px;
}

body {
    color: var(--txt-color-1);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    line-height: 1.1;
    margin-top: 1em;
    margin-bottom: .5em;
    /* margin-left: auto;
    margin-right: auto; */
    color: var(--txt-color-1);
    max-width: 800px;
}

.about h1, .about h2, .about h3 {
    max-width: none;
}

#beforemain h1, #beforemain h2 {
    max-width: var(--max-txt-width);
}

h1 { font-size: 1.75rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.35rem; }

h4,h5,h6 { font-weight: 700; }

p {
    font-weight: 400;
    color: var(--txt-color-1);
    /* letter-spacing: -.035em; */
    margin-bottom: 1em;
}

article:not(:last-child) .more {
    border-bottom: 1px solid var(--line-color-1);
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
}

.before30 {
    margin-top:30px;
}

.science p a {
    display: inline-block;
    position: relative;
    margin-left:2px;
    transform: translateY(-.5em);
    font-size: .75em;
    font-weight: 700;
}

.endnotes p a {
    margin-left:0;
    margin-right:5px;
    transform: none;
    font-size: .9em;
    font-weight: 600;
}

.endnotes p a:after {
    content: '.';
}

a,
.leaflet-container a {
    color: var(--lnk-color-1);
	text-decoration: none;	
}

a:hover,
.leaflet-container a:hover {
	text-decoration: none;
    color: var(--lnk-color-2);
}

.bold {
    font-weight: 700;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.txt-right {
    text-align: right;
}

h1.txt-right {
    margin-left: auto;
}

.endnotes {
    font-size: .8em;
}

p.back a,
.more a {
    font-size: .8rem;
    font-weight: 700;
}

.arrowdown a {
    display: block;
    margin: auto;
    color: var(--lnk-color-2);
    width: 44px;
    height: 56px;
    padding: 10px 0;
    position: relative;
}

.arrowdown a:hover {
    color: var(--lnk-color-1);
}

#motto .arrowdown a {
    color: #fff;
}

#motto .arrowdown a:hover {
    color: #fff;
}

#motto .arrowdown a:after {
    border-color: #fff;
    color: #fff;
}

#motto .arrowdown a:hover:after {
    border-color: #fff;
    color: #fff;
}

.arrowdown a:after {
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    font-family: 'Material Icons';
    content:"\e5db";
    font-size: 28px;
    position: absolute;
    left:4px;
    top:10px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    animation: 3s ease-in-out 1s infinite both running spulse;
}

.about {
    margin-top: 3em;
    /* margin-bottom: 3em; */
    font-size: 1em;
}

.about p {
    line-height: 1.4;
    /* text-align: justify;
    hyphens:auto; */
    margin-bottom: 1.4em;
    /* letter-spacing: .0005em; */
}

.about .col:first-child p:first-child::first-letter {
    font-size: 1.25em;
    line-height: 1.1;
}

.about h2 {
    margin-bottom: 1em;
}

.signature {
    margin: 2em 0;
}

.signature p,
.signature p {
    font-size: .9em;
    font-style: italic;
    letter-spacing: .002em;
}

#top strong, #top p strong {
    font-weight: 800;
}

.ce_text ol,
.ce_text ul {
    font-weight: 400;
    font-size: .85em;
    line-height: 1.3;
    list-style-position:outside;
    padding-left: 1.75em;
}

.ce_text ol li,
.ce_text ul li {
    padding-left: .15em;
    margin-bottom:.5em;
}

.ce_image {
    margin-top: 5px;
}

.ce_gallery {
    margin-bottom: 0;
    margin-top: 0;
}

.ce_image figure {
    line-height: .7;
}

.ce_accordion .toggler {
    background-color: var(--bg-color-3);
    cursor: pointer;
    padding: 5px 8px;
    font-size: 1.45em;
    font-weight: 600;
    position:relative;
    margin-bottom: .5em;
}

.ce_accordion .toggler:hover {
    background-color: var(--bg-color-6);
}

.ce_accordion .toggler:after {
    color: var(--txt-color-2);
    font-family: 'Material Icons';
    content:"\e5cc";
    font-size: 36px;
    position: absolute;
    right:0;
    top:5px;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.ce_accordion .toggler.active:after {
    content:"\e5cf";
}

.navigation {
	display: inline-block;
	padding-left: 36px;
	position: relative;
}

.navigation::before {
    content: "\e52e";
    color: var(--txt-color-2);
    font-family: 'Material Icons';
    font-size: 24px;
    position: absolute;
    left:0;
    top:-5px;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.fullbg {
    background-color: var(--bg-color-6);
}

.bg-1 {
    background-color: var(--bg-color-1);
}

.ce_youtube {
    margin: 2em 0 2em;
}

.ce_youtube iframe {
    width: 100% !important;
}

.html5-video-player .ytp-title-channel-logo {
    visibility: hidden;
    width:0; height:0;
    display:none;
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 992px) {
    h1 { font-size: 1.35rem; }
    h2 { font-size: 1.25rem; }
    h3 { font-size: 1.15rem; }
}

@media screen and (max-width: 767px) {
    .before60 {
        padding-top:60px;
    }
}

@media screen and (max-width: 640px) {
    html, body { font-size: 16px; line-height: 1.4; }

    .about {
        margin-top: 2em;
        /* margin-bottom: 3em; */
    }
    
    /* .church .foto, */
    .ce_image:not(.swiper-slide),
    .ce_gallery {
        margin-left: calc(0px - var(--mob-padding));
        margin-right: calc(0px - var(--mob-padding));
    }
}