body {
    margin:0;
    padding:0;
    font-family: Georgia, "MyGeorgia", serif;
    font-size:1.25em;
}

@font-face {
  font-family: "Nueva";
  src: url("fonts/NuevaStd-Cond.woff2") format("woff2"),
       url("fonts/NuevaStd-Cond.woff") format("woff"),
       url("fonts/NuevaStd-Cond.otf") format("opentype");
  font-weight: normal;   
  font-style: normal;    
  font-display: swap;
}

@font-face {
  font-family: "MyGeorgia";
  src: url("fonts/georgia.woff2") format("woff2"),
       url("fonts/georgia.woff") format("woff"),
       url("fonts/georgia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.tucson {
	font-size:50%;
}

/* hamburger base */
#menuToggle {
  display: none;
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}

#menuToggle span {
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s ease;
}

/* menu toggle state */
.menu {
  display: flex; /* desktop default */
}

.menu.open {
  display: flex;
}

/* animated X */
#menuToggle.open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#menuToggle.open span:nth-child(2) {
  opacity: 0;
}
#menuToggle.open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}


/* Container for search input */
#searchContainer {
  position: relative;
  width: 300px; /* adjust as needed */
}

/* Search input styling */
#searchInput {
  width: 100%;
  padding: 7px;
  font-family: 'Urbanist', sans-serif;
  font-size: 15px;
}

/* Suggestions drop-down */
#suggestions {
  border: 1px solid #ccc;
  display: none;       /* hidden by default */
  position: absolute;
  background: #fff;
  z-index: 100;
  width: 100%;
  font-family: 'Urbanist', sans-serif;
  font-size: 15px;
}

/* Optional: hover effect for suggestion items */
#suggestions div:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.price {
	font-size:20px;
    text-align:left;
    padding:0;
	line-height:1.4;
    margin: 0 0 50px 0;
	}

.header-page-main {
    display: flex; 
    align-items: center; 
    gap: 20px;
	width:415px;
	margin:95px auto 0 auto;
	text-align:center;
}

.header-page-main h1 {
font-family:"Nueva";
font-weight: normal;
font-size: 3em;
margin:0;
padding:0;
line-height:.7;
}

.header-page-main img {
	height:175px;
	width:auto;
}

.header-page {
    display: flex; 
    align-items: center; 
    gap: 20px;
	width:210px;
	margin:95px auto 0 auto;
	text-align:center;
}

.header-page h1 {
font-weight: normal;
font-size: 1.5em;
margin:0;
padding:0;
font-family:Nueva;
}

h2 {
font-weight: normal;
font-size: 3.5em;
margin:0;
padding:0;
font-family:Nueva;
text-align:center;
}

.header-page img {
	height:80px;
	width:auto;
}

.nav {
	background-color: #dfdbdb;
	font-family:Nueva;
	color:#000;
	height:65px;
	position:fixed;
	margin:0;
	top:0;
	width:100%;
}

.new-para {
	text-align:center;
	margin:150px;
}

.nav a {
	color:black;
}

.nav a:hover {
	background:transparent;
	text-decoration:underline;
}

.header-page a:hover {
	background-color:transparent;
}

.menu {
	display:flex;
	align-items:center;
	justify-content: center;
	gap:50px;
	font-size: 22px;
}


hr {
  border: none; /* Removes the default border */
  height: 1px; /* Sets the thickness of the line */
  background-color: #333; /* Sets the color of the line */
  width: 33%; /* Sets the width to 50% of its container */
  margin: 20px auto 25px auto; /* Centers the line with top/bottom margin */
}

h1 {
    margin:20px 100px;
    font-weight:normal;
    font-size:48px;
    color:black;
    font-family: Georgia, "MyGeorgia", serif;
}


.content h2 {
    font-size:50px;
    font-family: Georgia, "MyGeorgia", serif;
    text-align:center;
    margin-bottom:50px;
}

table {
    width:100%; 
    border:0;
    border-collapse:collapse;
    margin-bottom:30px;
}

tr {
    border:0;
    padding:8px;
}



td {
    border:0;
    padding:8px;
    text-align:left;
    width:40%;
}

.cover {
    margin: 0 50px 35px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border:1px solid gray;
    height:550px;
    width:auto;
    float:left;
    padding:0;
}

.recent {
    background-color:white;
    display:block;
    width:100%;
    text-align:center;
    margin:0 auto 100px auto;
    padding:1px 0;
}

.recent p {
    font-size:36px;
    font-weight:normal;
    font-family: Georgia, "MyGeorgia", serif;
    margin-bottom:50px;
}

.recent li {
    display:inline;
}


.recentcover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border:1px solid gray;
    padding:0;
    margin:20px 30px;
    height:400px;
    width:auto;
}

.letter  {
    text-align:center;
    font-size:30px;
    margin:0;
    padding: 100px 0 30px 0;
    font-family: Georgia, "MyGeorgia", serif;
}

.letter a:link {
    color:black;
}

.letter a:visited {
    color:black;
}

.letter a:hover {
    color:#B72831;
    text-decoration:none;
    background-color:white;
}

.letter hr {
   background-color:olive; 
   width:100%;
   border:none;
   height:1px;
   margin-bottom:0;
}

.topletter {
   list-style-type:none; 
   text-align:center;
   margin:0 !Important;
   padding:0 !Important;
   font-size:20px;
}

.topletter a {
    text-decoration: underline;
}

.topletter a:hover {
    text-decoration: none;
}

.content li  {
    display:inline-block;
    list-style-type: none;
    padding:12px;
}

.readmore {
    text-align:left;
    width:20%;
}


tbody {
    color:black;
    font-size:18px;
	font-family: Georgia, "MyGeorgia", serif;
}

.intro {

margin:50px auto;
}

.content {
    margin:0 auto;
    width:75%;
}

a {

color:#B72831;
text-decoration:none;
}

a:hover {
background-color:lightpink;
}

.desc {
    font-size:23px;
    text-align:left;
    line-height:1.4;
    padding:0;
    margin: 0 0 25px 0;
}


.container {
    width:100%;
}


.page {
    width:75%;
    margin: 25px auto;
    text-align:center;
}


.top {
    font-family: Georgia, "MyGeorgia", serif; 
    font-size:160px;
    margin:0;
    padding:40px 40px 0 100px;
}

.top a {
    text-decoration:none;
    color:white;
}

.top a:hover {
background-color:#B72831;
}

.pagesubtitle a {
    text-decoration:none;
    color:white;
}

.pagesubtitle a:hover {
background-color:#B72831;
}

.pagesubtitle {
    font-size:23px;
    margin:0;
    padding:0 0 60px 100px;
}

.headerpage {
    width:100%;
/*  background-color:#B72831; */
    margin:0;color:white;
    padding:0;
}

.headerpage a:hover {
	background-color:transparent;
}

.footer {
    width:100%;
    background-color:#666666;
    padding:0 0 10px 0;
    margin:0;
    height:auto;
}

.footer p {
    padding:.75em 0;
    color:white;
    font-size:.75em;
    text-align:center;
    margin:0;
}

.footer a:hover {
    text-decoration:underline solid white !Important;
    background-color:transparent;
}

.author {
    font-size:30px;
    font-family: Georgia, "MyGeorgia", serif;
    margin:0 0 60px 0;
    padding:0;
}

.text {
    color:black;
    margin:20px 100px;
    line-height:1.4;
    font-size:20px;
    font-weight:normal;
}

.mainpagecontent h2 {
    color:black;
    margin:75px 0 30px 0;
    line-height:1.4;
    font-size:20px;
    font-weight:normal;
	text-align:center;
	font-size:20px;
	font-family:Georgia;
}

.gototop {
    font-size:18px;
    margin-left:0;
    margin-top:0;
    padding:0;
    margin-bottom:50px;
}

.button {
    text-align:left;
}

.button a:hover {
    background-color:#FFFFFF;
}

img {
    width:150px;
    height:auto;
}


/* -------------------------------------- */
@media screen and (max-width: 1050px) {
	
#searchContainer {
width:auto;
flex-wrap: wrap;
}

#searchInput {
max-width:175px;
}
}	
	

/* -------------------------------------- */
@media screen and (max-width: 950px) {
    
.cover {
    margin: 15px 0;
    height:auto;
    width:99%;
    float:none;
}  

.nav {
	position: relative;
	height:auto;
	padding: 10px;
}
.header-page {
	margin-top:35px;
}
	
} 

/* -------------------------------------- */
@media (max-width: 900px) {
  #menuToggle {
    display: flex;
  }
  
 .menu p {
  margin: 0;
}

  .menu {
    display: none;          /* hidden by default */
    flex-direction: column;
    width: 100%;
	gap:15px;
  }

  .menu.open {
    display: flex;
  }

  .nav {
    flex-direction: column;
  }
}


/* -------------------------------------- */
@media screen and (max-width: 750px) {

.tucson {
	display:none;
}	

}	

/* -------------------------------------- */
@media screen and (max-width: 670px) {
 
.top {
    font-size:100px;
}

.mainpagecontent h2 {
	margin-top: 40px;
}

.header-page-main h1 {
	font-size:36px;
}

.header-page h1 {
	display:none;
}

.header-page-main {
	display:block;
	width:auto;
	margin: 20px 0;
}

.header-page-main img {
	height:100px;
	width:auto;
	margin: 30px 0 10px 0;
}


.header-page {
	display:block;
	width:auto;
	margin: 20px 0;
}
	

.content {
    width:95%;
}

.page {
    width:85%;
}

.button {
    text-align:center;
}

.letter hr {
    width:75%;
}

.cover {
    margin: 15px 0;
    height:auto;
    width:99%;
    float:none;
}

.text {
    font-size: 18px;
    margin-left:15px !Important;
    margin-right:15px !Important;
	margin-top:50px;
} 

h1 {
    font-weight:normal;
    font-size:30px;
    margin-left:15px !Important;
    margin-right:15px !Important;
}

table {
     width:auto !Important;
     font-size:16px;
     
 }
 
.top {
    font-size:90px !Important;
    padding:40px 0 0 15px;
}

.pagesubtitle {
  padding:0 0 40px 15px;  
}

.gototop {
    font-size:16px;
    margin:0 0 30px 0;
    text-align:center;
}

.title {
    font-size:40px;
    font-family: Georgia, "MyGeorgia", serif;
    margin:0 0 8px 0;
    padding:0;
}

.author {
    font-size:26px;
    font-family: Georgia, "MyGeorgia", serif;
    margin:0 0 35px 0;
    padding:0;
}

tbody {
    font-size:17px;
}

.topletter {
    font-size:19px;
}

.pagesubtitle {
    font-size:18px;
}

.letter  {
    font-size:36px;
    padding: 70px 0 25px 0;
}

h2 {
    font-size: 48px;
}

.recent p {
    font-size:28px;
}

.recent ul {
  padding:0;
  margin-top:0;
}

.recent li {
  font-size:18px;
}

}