
@font-face {
    font-family: "VCR Mono"; 
    src: url("fonts/mono/VCR_OSD_MONO_1.001 2.ttf") format("truetype");
    /* or: */
    src: url("fonts/mono/VCR_OSD_MONO_1.001.ttf") format("opentype");
} 

body {
  font-family: 'VCR Mono';
  background-image: url("images/site/background trash.jpg");
  background-size:contain;
  background-repeat:repeat;
  margin: 0;
	align-items: center;
  padding: 0;
  color: #2a2a2a;
  font-size: 20px;
  line-height: 1.6;
}

*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    margin: 20px 0 10px 0;
}

h1 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
}

h1 .subtitle {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    color: #555;
}

ul li a {
    font-weight: normal;
}


.wrapper {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    background: #f4d368;
    border:2px dotted #727782;
}
.wrapper > h1 {
    padding: 20px;
}

main, footer {
    padding: 20px;
}

.sitenav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding: 0 90px;
}


.site-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    transform: scale(1.3
);
    transform-origin: left center;
}

.site-logo img {
    max-height: 80px;
    width: auto;
    margin-right: 10px;
    display: block;
}

.site-logo .site-name {
    font-size: 1em;
}


nav{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:7px;
  
}

nav a{
  color:#f4d368;
  font-size: 20px;
  text-decoration:none;
  padding:8px;
}

.nav-btn{
  color:#f4d368;
  font-size: 18px;
  text-decoration:none;
  padding:8px;
  margin-left:4%;
  margin-right:4%;
  background:none;
  border:none;
  font-family: "VCR Mono";
}

nav a:hover{
  color:white;
  background:#3b3b3b;
}

.nav-btn:hover{
  color:white;
  background:#3b3b3b;
}

header{
  background:black;  
}

.headbox{
  background: black;
}


section {
    margin-bottom: 50px;
    padding: 20px;
    background-color: #fffbeb;
    justify-content: center; /* Horizontal centering */
    align-items: center;     /* Vertical centering */
}


.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-template-rows: repeat(2, auto);  
    grid-gap: 10px;                       
    width: 100%;
    justify-items: center;                
    align-items: start;                  
}


.gallery-item {
    width: 100%;
    text-align: center;
}


.gallery-item img {
    border:2px dotted #727782;
    padding: 2px;
    display: block;
    width: 100%;
    height: auto; 
}


table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table, th, td {
    border: 1px solid #999;
}

th, td {
    padding: 10px;
    text-align: center;
}

th {
    background-color: #ddd;
}

..review-block {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 20px;
}
.sidebar {
    background: white;
    padding: 15px;
    height: fit-content;
    justify-self: start;
}

.sidebar ul {
    padding-left: 20px;
}

.sidebar li {
    margin-bottom: 10px;
}

.articles {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar img {
  max-width: 100%;
  height: auto;
  display: block;
}

article, .page-header-card {
    background-color: white;
    padding: 20px;
}

.page-header-card,
article,
section {
    margin-bottom: 20px;
}

.articles p {
    margin-bottom: 1.2em;
    line-height: 1.6;
}

p {
    margin: 1em 0;
	align-items: left;
}

.review-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 20px;
    align-items: stretch;
    margin-bottom: 30px;
}

.review-block article,
.review-block .sidebar {
    height: 100%;
}

main {
    max-width: 100%;
    margin: 0;
}

.lead-section {
  background-color:#fffbeb ;
  padding: 35px;
  margin: auto;
  text-align: center;
  justify-content: center; /* Horizontal centering */
  align-items: center;     /* Vertical centering */
}

.lead-image {
  width: 70%;
  height: auto;
  display: block;
  margin: auto;
}
.lead-text h1 {
  font-size: 46px;
	 text-align: center;
  color: black;
  margin-bottom: 10px;
}

.lead-text h2 {
  font-size: 22px;
text-align: center;
  font-weight: normal;
  color: black;
  margin-bottom: 25px;
}

.intro {
  max-width: 850px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.6;
}

/* SHOWCASE SECTION */

.showcase-section {
  margin-top: 40px;
}

.showcase-section h2 {
  text-align: center;
  font-size: 32px;
  color: black;
  margin-bottom: 30px;
}

/* GRID */

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ITEMS */

.showcase-item {
  display: block;
  background-color: #fff6ba;
  border: 2px dotted #727782;
  padding: 20px;
  text-decoration: none;
  color: black;
}

/* HOVER EFFECT */

.showcase-item:hover {
  transform: translateY(-8px);
}

/* TEXT */

.showcase-item h3 {
  font-size: 22px;
  color: black;
  margin-top: 0;
}

.showcase-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
  display: block;
  background: #fffbeb;
  border: 2px dotted #727782;
}

.showcase-item p {
  font-size: 15px;
  line-height: 1.5;
}

.about-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 40px; 
    color: black;
}

.about-hero {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border:2px dotted #727782;
}

.small-label {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8rem;
    margin-bottom: 30px;
}

.about-hero h1 {
    font-size: clamp(3rem, 8vw, 7rem);
    line-height: 0.95;
    font-weight: 500;
    max-width: 1000px;
}

.about-intro {
    padding: 80px 0;
    display: flex;
    justify-content: flex-end;
}

.about-intro p {
    font-size: 1.6rem;
    line-height: 1.4;
    max-width: 650px;
}

.about-list {
    border:2px dotted #727782;
}

.about-item {
    display: grid;
    grid-template-columns: 80px 250px 1fr;
    gap: 30px;
    padding: 45px 0;
    border:2px dotted #727782;
    align-items: start;
}

.about-item span {
    font-size: 0.9rem;
    letter-spacing: 2px;
}

.about-item h2 {
    font-size: 2rem;
    font-weight: 500;
}

.about-item p {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
}

.about-author {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 40px 20px;
    text-align: left;
}

.author-image {
    text-align: center;
    margin-bottom: 25px;
}

.author-image img {
    width: 250px;
    height: auto;
}

.author-text {
    width: 100%;
}

.author-text p {
    max-width: none;
    width: 100%;
    line-height: 1.6;
    margin-bottom: 20px;
}

.page-header-card {
  width: 100%;
  max-width: none;
  margin: 30px 0;
}


.page-header-card .bird-sections {
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

.page-header-card .bird-sections h2:first-child {
  margin-top: 0;
}

.page-header-card {
  padding-top: 30px;
}


.page-header-card > .bird-sections {
  padding: 0 !important;
  margin: 0 auto !important;
  background: transparent !important;
  min-height: 0 !important;
}

.page-header-card > .bird-sections h2:first-of-type {
  margin-top: 0 !important;
}

.page-header-card section {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}




.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 25px;
}

.profile-card {
  background: white;
  padding: 20px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}

.profile-card img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  margin-bottom: 15px;
}

.profile-card h3 {
  margin-bottom: 10px;
}

.site-timeline {
  margin-top: 40px;
}

.timeline {
  display: grid;
  gap: 18px;
  margin-top: 25px;
}

.timeline-item {
  background: white;
  border-left:2px dotted #727782;
  padding: 18px 22px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

@media (max-width: 800px) {
  .profile-grid {
    grid-template-columns: 1fr;
  }
}
.campus-card {
  background: white;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.campus-card h2 {
  margin-bottom: 10px;
}

.campus-card p {
  margin-bottom: 20px;
}

.bird-sections section {
  background: transparent;
  padding: 0;
  margin: 0;