
.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: italic;
}
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.sedgwick-ave-display-regular {
  font-family: "Sedgwick Ave Display", cursive;
  font-weight: 400;
  font-style: normal;
}


body {
    font-family: "Courier Prime", monospace;
    background-image: url(img/beige.png);
    background-repeat: no-repeat;
    background-size: cover;
}
body:hover {
    cursor: pointer;
}
.text {
    width: 100%;
    height: 70%;
    margin-bottom: 25px;
}
.photo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
    height: 30%;
}
.contents {
    color: #4e4035;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    display: block;
    font-size:10px;
}
.authorname {
    display: block;
    color: #4e4035;
    font-family: "Bebas Neue", sans-serif;
    font-weight: bold;
    line-height: 1; /* smaller = less spacing */
    text-align: center;
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.title {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #4e4035;
    width: 90%;
    margin: 0px 5%;
    margin-top: 0px;
    margin-bottom: 0px;
}
.hrcover {
    height: 1px;   
    background-color: #4e4035; 
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
}
.cover {
    display: block;
    width: 100%;
    height: 100%;
    background-image:url(img/brown.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0px;
}
.tableofcontent {
    margin-top: 50px;
    margin-bottom: 50px;
    vertical-align: top;
    width: 36%;
    height: 99%;
    background-image:url(img/beige.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    text-align: center;
    margin-left: 32%;
    margin-right: 32%;
    border-radius: 2px;
    
}
.authorphoto {
    border-radius: 2px;
    width: 85%;
    height: 60%;
    object-fit: cover;
    object-position: center;
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 0px
}
.midpage {
    margin-top: 300px;
    width: 90%;
    display: block;
    margin-left: 9.7%;
    font-size: 10px;
}
.tctitle {
    font-size: 10px;
    width: 100%;
    vertical-align: top;
    height: 120px;
}
.project-link {
  color: inherit;            /* keeps your original text color */
  text-decoration: none;     /* removes underline */
}
.megacontent, .subcontent {
    display: inline-block;
    vertical-align: top;
}
.subcontentbox {
    display: block;
    vertical-align: top;
}
.subchapter, .subtitlecontent, .page {
    display: inline-block;
}
.megachapter, .megatitle {
    display: inline-block;
    vertical-align: top;
}
.megacontent {
    font-weight: bold;
    margin-top: 0px;
    width: 30%;
    float: left;
}
.megachapter {
    font-size: 15px;
    width: 20%;
    float: left;
    color: #4e4035
}
.megatitle {
    font-size: 15px;
    text-align: left;
    width: 70%;
    float: right;
    color: #4e4035
}
.subcontent {
    float: right;
    width: 65%;
    color: #4e4035
}
.subtitlecontent:hover {
    background-image: url(img/brown.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: underline;
    color: #fdfff1;
    padding: 2px;
    transition: 0.5s;
}
hr {
    width: 100%;
    height: 1px;   
    background-color: #4e4035;
    border: none;
}
.subchapter {
    font-size: 15px;
    width: 7%;
    float: left;
    text-align: left;
    color: #4e4035
}
.page {
    font-size: 15px;
    width: 7%;
    float: right;
    text-align: right;
}
.subtitlecontent {
    font-size: 15px;
    width: 85%;
    text-align: left;
    align-items: center;
    color: #4e4035;
    height: 33.333%;
}
.note {
    display: block;
    line-height: 1;
    color: #4e4035;
    font-family: "Bebas Neue", sans-serif;
    font-weight: bold;
    font-size:240px;
    margin-top: 0px;
    margin-left: 9.7%;
}
@media (max-width: 768px) {
      /* Styles to apply for screens smaller than 600px */
      .nav-links {
        display: none; /* Example: Hide desktop nav on small screens */
      }
      .hamburger-menu {
        display: block; /* Example: Show a mobile hamburger menu */
      }
      .authorname {
        line-height: 1; /* smaller = less spacing */
        font-size: 30px;
        margin-top: 7px;
        margin-bottom: 0px;}
      hr {
        height: 0.5px;
      }
      .subchapter {
        font-size: 9px;
        width: 15%;
      }
      .page {
        width: 10%;
        font-size: 9px;
      }
      .midpage {
        margin-top: 120px;
      }
      .note {
        line-height: 1;
        display: block;
        color: #4e4035;
        font-family: "Bebas Neue", sans-serif;
        font-weight: bold;
        font-size:90px;
        margin-top: 0px;
        margin-left: 9.7%;}
      .subtitlecontent {
        width: 75%;
        text-align: left;
        font-size: 9px;
        height: 33.333%;}
      .megatitle, .megachapter {
        font-size: 9px;}
      .tctitle {
        margin-top: 0px;
        height: 90px;}
      .hrcover {
        height: 1px;   
        background-color: #4e4035; 
        border: none;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 25%;
        margin-right: 25%;
        width: 50%;}
      .title {
        font-size: 7px;
        color: #4e4035;
        width: 90%;
        margin: 0px 5%;
        margin-top: 0px;
        margin-bottom: 0px;}
      .tableofcontent {
        width: 36%;
        height: 99%;
        margin-left: 32%;
        margin-right: 32%;
        border-radius: 2px; }
      .tctitle, .contents {
        font-size: 7px;
    }
}