@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Instrument+Serif:ital@0;1&display=swap');

.title {font-size: 45px;}

body {
     padding: 0;
    margin: 0; 
    font-family: "EB Garamond", serif;
}

.main {
    font-style: normal;
    font-size: 22px;
    width: 65ch;
    margin: auto; 
}

.face {
    width: 65ch;
    margin: auto;
    font-size: 24px; 
    padding-top: 150px;
}

.hanumist {
    margin: auto;
    display: block;
    width: 230px;
    text-align: center;
    font-style: italic;
    font-family: "Instrument Serif", serif;
    font-size: 40px;
    text-decoration: none;
}

.top {
     padding: 10px;
    border-bottom: solid 1px #737373;
    position: fixed;
    width: 100%;
    background: white; 
    z-index: 2;
}

a, a:visited, a:hover {
 color: black; 
}

.readmore  {
    width: 900px;
    margin: auto;
    margin-bottom: 100px;
    font-size: 20px;
    font-family: Monospace;
}

.readmoretitle {
    font-weight: bold;
    display: block;
    border-bottom: solid 1px black;
    margin: auto;
    margin-bottom: 20px;
    font-size: 30px;
}

.box {
    display: flex;
}

.box div {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-right: solid 1px black;
}

.box div div {
    flex: 1;
    border-right: none;
    border-top: solid 1px #737373;
}

.image {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.imgcontainer {
    margin: auto;
    width: 1024px;
}

.cite {
     opacity: 0.7;
    text-align: right;
    display: block;
    font-family: monospace; 
}

* {box-sizing: border-box;}

.main p:first-child:first-letter {
    font-weight: bold;
    float: left;
    font-size: 100px;
    line-height: 60px;
    padding-top: 10px;
    padding-right: 12px;
    padding-left: 3px;
    font-family: Georgia;
}

.smallcaps {font-variant: small-caps;}

.nav {
    font-family: monospace;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 90%;
}

  @media (max-width: 600px) {
      .face, .imgcontainer, .main, .readmore {font-size: 1.25em;}
      .face, .main, .readmore {padding: 20px;}
      .title {font-size: 1.8em;}
      .cite {font-size: 0.5em; padding-left: 15px; padding-right: 15px;}
      .top, .readmore, .image, .imgcontainer, .face, .main {width: 100vw;}
      .box {flex-direction: column;}
      .box * {border-right: none;}
      .hanumist {font-size: 1.5em;}
      .face {padding-top: 80px;}
      .box div {border-right: none;}
  }
  
