<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*CSS stylesheet for The Quaternary Texts */


/* Fonts */
@font-face {
  font-family: "Special Elite";
  src: url(../resources/fonts/Special_Elite/SpecialElite-Regular.ttf);
}

@font-face {
  font-family: "Cinzel";
  src: url(../resources/fonts/Cinzel/Cinzel-VariableFont_wght.ttf);
}

@font-face {
  font-family: "Caveat";
  src: url(../resources/fonts/Caveat/Caveat-VariableFont_wght.ttf);
}

@font-face {
  font-family: "Homemade Apple";
  src: url(../resources/fonts/Homemade_Apple/HomemadeApple-Regular.ttf);
}

@font-face {
  font-family: "Orbitron";
  src: url(../resources/fonts/Orbitron/Orbitron-VariableFont_wght.ttf);
}

@font-face {
  font-family: "Shamson";
  src: url(../resources/fonts/shamson_signature/Shamson\ Signature\ Regular.otf);
}

@font-face {
  font-family: "Mom's Typewriter";
  src: url(../resources/fonts/moms_typewriter/Mom差___.ttf);
}

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

:root {
  --body-color: #F1F2EB;
  --background-color: #daca9099;
}

/* Primary CSS styling */
html {
  background-color:#daca9099;
  font-size: 100%; 
  font-family: 'Times New Roman', Times, serif;
  padding-top: 30px;
  margin: 0 auto;
}

body { 
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  background-color:#F1F2EB;
  border: 5px solid black;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}


h1 {
  font-family: "Mom's Typewriter";
  font-weight: 400;
  font-size: 2.5rem;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}

h1 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}


h2 {
  font-size: 1.5rem;
  text-align: center;
  font-family: "Special Elite", serif;
}

h3 {
  font-size: 1.25rem;
  padding: 10px 30px 10px 30px;
  font-family: "Special Elite", serif;
}


h4 {
  font-size: 1rem;
  padding: 10px 30px 10px 30px;
  font-family: "Special Elite", serif;

}

h5 {
  font-size: 0.8rem;
  padding: 10px 30px 10px 30px;
  font-family: "Special Elite", serif;

}

h6 {
  font-size: 0.625rem;
  padding: 10px 30px 10px 30px;
  font-family: "Special Elite", serif;

}

p 
  {
    font-size: 1rem;
    text-indent: 25px;
    font-family:'Times New Roman', Times, serif;
    padding: 0 25px;
}

a {
  font-size: 1rem;
  text-decoration: none;
}

li {
  font-size: 1rem;

}


.site-title {
  font-size: 2.5rem;
  font-family: "Shamson";
  text-align: center;
}


img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* Header */
.header-main {
  width: 100%;
}

.header-main img {
  width: 100%;
}


.wrapper {
  padding: 10px 30px 10px 30px;
}

/* Top Navigation bar */
.top-nav {
  display: inline;
  display: block;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-width: 1px 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Special Elite", serif;    
  width: 100%;
}

.top-nav li {
    display: inline;
}
  
.top-nav a {
    display: inline-block;
    padding: 10px;
    font-size: 1rem;

}

.top-nav li a.current {
    background: #fcbf49;
}
  
.top-nav li a:hover {
    background: #f77f00;
    color: White;
}

/* Search bar */ 
.search {
  margin-top: 10px;
}
  
/* Titles of Books */
.text-title {
  font-style: italic;
}

a:link {
  color: blue;
}

a:visited {
  color: blue;
}

a:hover{
  color: #f77f00;
}


/* Table for Index/outline of texts */
.text-list {
  width: 100%;
  table-layout: fixed;
}

.text-list table, 
.text-list th, 
.text-list td {
  border: 1px solid black;
}

.text-list th {
  cursor: pointer;
  font-size: 1rem;
}
  
.text-list td {
  text-align: center;
  font-size: 1rem;
}

.text-list a {
  font-size: 1rem;
}

/* Artemis Program List */
.artemis-list {
  width: 100%;
  table-layout: fixed;
}

.artemis-list table, 
.artemis-list th, 
.artemis-list td {
  border: 1px solid black;
}

.artemis-list td {
  text-align: center;
}

.artemis-list td:nth-child(3) {
  text-align: left;
}

/* Martian Hagriopraphy List */

.martian-hagiography-list {
  width: 100%;
  table-layout: auto;
}

.martian-chronicles-list table, 
.martian-chronicles-list th, 
.martian-chronicles-list td {
  border: 1px solid black;
}

.martian-chronicles-list td {
  text-align: left;
}



/* Other styling misc. Need to delete/modify  */
.center-title, .center, .eop-marks, .section-title {
  text-align: center;
}

.footer-message {
  font-size: x-small;
  font-family: 'Times New Roman', Times, serif;
}

.footer-message a {
  font-size: x-small;
}


#doctrine-expansion-list {
  list-style-type: none;
}

.heavytext { 
  font-weight: bold;
}

.padding-left {
  padding-left: 25px;
}

.author-signature {
  text-align: right;
}

.archivist-symbol {
  text-align: center;
  font-size: 1.5rem;
  opacity: 0.6;
  margin-top: 2rem;
  letter-spacing: 0.2em;
}

p.verse-text {
  text-indent: 0;
  text-align: center;
}

.footnotes p,a {
  font-size: small;
  text-indent: 0;
}

/* Illuminated Effect */
.illuminated {
  color: inherit;
  position: relative;
  transition: all 0.3s ease;
}

.illuminated:hover {
  color: #d8c47c; /* Illuminated gold */
  text-shadow: 
    0 0 5px #fceea9, 
    0 0 10px #e6d98a, 
    0 0 20px #cbb973;
}



/* Top bar */
.header-main-icons {
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 10px;
  float: right;
}

.header-main-icons-fb {
  width: 20px;
  height: 20px;
  background-image: url(../resources/images/facebook.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.header-main-icons-fb:hover {
  background-image: url(../resources/images/facebook-color.png);

}

.header-main-icons-in {
  width: 20px;
  height: 20px;
  background-image: url(../resources/images/instagram.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.header-main-icons-in:hover {
  background-image: url(../resources/images/instagram-color.png);

}


.burger-menu, .burger-menu-btn {
  display: none;
}

.header-mobile {
  display: none;
}

.container {
  width: 100%;
  height: auto;
}

#quote-box {
  background-color: #f2efe5;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1.5em;
  margin: 2em auto;
  max-width: 700px;
  text-align: center;
  font-family: Georgia, serif;
}

#quote-text {
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 1em;
}

#quote-meta {
  font-size: 0.9em;
  color: #555;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#quote-box button {
  margin-top: 1em;
  padding: 0.5em 1.2em;
  font-size: 1em;
  font-family: inherit;
  background-color: #ddd;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#quote-text:hover + #quote-meta {
  opacity: 1;
}


@media only screen and (max-width: 600px) {

 
  .header-mobile {
    display: block;
  }

  .header-main img {
    width: 100%;
    border-top: 2px solid #000;
  
  }


  .burger-menu-btn {
    display: block;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    background-image: url(../resources/icons/burger-menu.png), url(../resources/icons/close.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center, center left 50px;
}

.burger-menu {
    display: none;
    position: fixed;
    width: 80%;
    height: auto;
    z-index: 900;
    background-color: var(--body-color);
    opacity: 95%;
}

.burger-menu ul {
    width: 80%;
    height: calc(100vh - 60px);
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    list-style-type: none;
}


.burger-menu ul li {
    flex-basis: 100%;
    border-top: 2px solid #000;
}

.burger-menu ul li:last-child {
    border-bottom: 2px solid #000;
}

.burger-menu ul li a {
    display: block;
    height: 100%;
    font-size: 2rem;
    padding: 30px 0;
    flex-basis: 100%;
    text-align: center;

}

p {
  padding: 0 15px;
  text-indent: 15px;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.3rem;
}

h3 {
  font-size: 1.1rem;
}

h4, h5, h6 {
  font-size: 1rem;
  padding: 10px 15px;
}


}
</pre></body></html>