@charset "UTF-8";



@font-face {
  font-family: "et-book";
  src: url("et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot");
  src: url("et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot?#iefix") format("embedded-opentype"), url("et-book/et-book-roman-line-figures/et-book-roman-line-figures.woff") format("woff"), url("et-book/et-book-roman-line-figures/et-book-roman-line-figures.ttf") format("truetype"), url("et-book/et-book-roman-line-figures/et-book-roman-line-figures.svg#etbookromanosf") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "et-book";
  src: url("et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.eot");
  src: url("et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.eot?#iefix") format("embedded-opentype"), url("et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.woff") format("woff"), url("et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.ttf") format("truetype"), url("et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.svg#etbookromanosf") format("svg");
  font-weight: normal;
  font-style: italic
}

@font-face {
  font-family: "et-book";
  src: url("et-book/et-book-bold-line-figures/et-book-bold-line-figures.eot");
  src: url("et-book/et-book-bold-line-figures/et-book-bold-line-figures.eot?#iefix") format("embedded-opentype"), url("et-book/et-book-bold-line-figures/et-book-bold-line-figures.woff") format("woff"), url("et-book/et-book-bold-line-figures/et-book-bold-line-figures.ttf") format("truetype"), url("et-book/et-book-bold-line-figures/et-book-bold-line-figures.svg#etbookromanosf") format("svg");
  font-weight: bold;
  font-style: normal
}

@font-face {
    font-family: "Orpheus Pro";
    src: url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.eot");
    src: url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/2aea0ac500c896188f9ad191c231029c.svg#Orpheus Pro")format("svg");
}



/* keeping light mode */
html, body {
  background-color: #fffff8;
  

  /* same */
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* no crazy bold text */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* not sure */
/* a {
  font-family: inherit !important;
  font-weight: normal !important;
  font-style: normal !important;
  background-image: none !important;
  text-shadow: none !important;
  text-decoration-line: underline;
} */

body {
  font-weight: 400;
}

a {
  font-weight: 400 !important;
  font-style: normal;
  text-decoration-thickness: from-font;
}

/* still light mode */
.site-title a,
.site-nav a,
.center-links a {
  font-family: "Orpheus Pro", serif;
  font-weight: 400 !important;
  letter-spacing: 0.01em;
  font-weight: normal !important;
  font-style: normal !important;
  text-shadow: none !important;
}

strong, b {
  font-weight: 600;
}
/* image home */
.center-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    text-align: center;
}

.center-image-wrapper img {
    max-width: 400px;
    height: auto;
    margin-bottom: 2rem;
}

/* home links */
.image-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 2.2rem;
}

.image-links a {
    color: #333;
}

.image-links a:hover {
    text-decoration: underline;
}

/* nav menu */

title 
nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

nav a {
    
    font-size: 2rem;
    color: #555;
    text-decoration: none;
}

nav a:hover {
    color: black;
}

.site-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 2rem;
}

/* name */
.site-title {
    grid-column: 2;
    display: flex;
    font-family: "Orpheus Pro";
    font-size: 2.5rem;
    text-decoration: none;
    color: black;
    grid-column: 1;
}
.site-title a {
    text-decoration: none !important;
    background: none !important;
}

/* nav menu place */
.site-nav {
    grid-column: 2;
    display: flex;
    justify-content: center;
    gap: 2.8rem;
}

/* nav menu size */
.site-nav a {
    font-size: 1.5rem;
}

/* hm */
/*
.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}

/* Site title 
.site-title a {
    font-family: "Orpheus Pro", serif;
    font-size: 1.6rem;
    text-decoration: none;
    color: #000;
}
/*
/* Navigation
.site-nav {
    display: flex;
    gap: 2rem;
}

.site-nav a {
    text-decoration: none;
    font-size: 1rem;
    color: #444;
}

.site-nav a:hover {
    color: black;
} 
/*
/* homepage */
.center-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 2rem;
    position: relative;
}

/* image place */
.center-image {
    max-width: 380px;
    height: auto;
    margin-left: 60px; /* margin */
}

/* links */
.center-links {
    margin-right: 40px;  /* a bit more left */
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    text-align: right;

}

.center-links a {
    font-family: "Orpheus Pro";
    font-size: 1.8rem;
    line-height: 1.5;
    color: #333;
}

.center-links a:hover {
    text-decoration: underline;
}

/* nav */
nav {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    margin-top: 2rem;
}

nav a {
    text-decoration: none;
    font-size: 1rem;
    color: #444;
}

nav a:hover {
    color: black;
}

.site-footer {
    text-align: center;
    padding: 3rem 3rem 2rem;
    font-size: 0.85rem;
    color: #333;
}


.video-section {
    max-width: 900px;
    margin: 4rem auto;
    padding: 4;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.marginfigure img {
    max-width: 100%;
    height: auto;
    position: right;
}





/* responsive */
@media (max-width: 750px) {

    .center-wrapper {
        flex-direction: column;
        padding: 1.5rem;
    }

    .center-links {
        order: 2;
        margin: 0;
        text-align: center;
        align-items: center;
    }

    .center-image {
        order: 1;
        margin: 0 0 1.5rem 0;
        max-width: 80vw;
    }

    nav {
        flex-wrap: wrap;
        gap: 2.2rem;
    }

    .site-header {
        flex-direction: column;
        gap: 1rem;
    }

      .marginnote {
        display: block !important;
        float: none;
        margin: 1.5rem 0;
        width: 100%;
    }

    .marginnote img {
        max-width: 100%;
        height: auto;
        display: block;
    }

}

@media (prefers-color-scheme: dark) {
  html, body {
    background-color: #fffff8 !important;
    color: #111 !important;
  }

  * {
    font-synthesis: none !important;
  }
}