body {
            line-height: 1.3;
            color: #000;
            max-width: 1200px;
        }

td {
    position: cover;
    vertical-align: center;
    height: 200px;
    max-width: 700px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;        
    border: 1px dotted black;
    overflow: hidden;  
}

 .project-image {
        width: 800px;
    }

    .project-image img {

    }

/* standardized navbar in basic3.css */
.navbar {
    margin-top: 10px;
    margin-bottom: 20px;
}

.navbar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex; /* Creates a horizontal row */
    gap: 15px;     /* Precisely controls the space between links */
    flex-wrap: wrap; /* Allows wrapping on smaller mobile screens */
}

.navbar li {
    display: block; /* Removes default list behavior */
    padding: 0;
    margin: 0;
}

.navbar-footer a {
    text-decoration: underline;
    font-family: Arial, sans-serif; /* Standardizing font across nav */
    font-size: 11pt;
}

.navbar-footer {
    margin-top: 10px;
    margin-bottom: 20px;
}

.navbar-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex; /* Creates a horizontal row */
    gap: 15px;     /* Precisely controls the space between links */
    flex-wrap: wrap; /* Allows wrapping on smaller mobile screens */
}

.navbar-footer li {
    display: block; /* Removes default list behavior */
    padding: 0;
    margin: 0;
}

.navbar-footer a {
    text-decoration: underline;
    font-family: Arial, sans-serif; /* Standardizing font across nav */
    font-size: 11pt;
}


#title_WFAN {
  font-size: 64px;
  color: white;
  padding-top: 100px;
  font-style:italic;
  background-image: url("/Volumes/My Passport/Matt's Website/officedepot.gif");
  height: 10vh;
}

#title_WFAN-2 {
  font-size: 64px;
  color: red;
  padding-top:100px;
  font-style:italic;
  display: block;
  background-image: url("/Volumes/My Passport/WeFailatNothing/1027171658a.jpg");
  background-position: center;
  background: aspect-ratio  2 / 10;
  height: 10vh;
  object-fit: cover;
  max-width: 100%;

}

h1 {
  color: black;
  text-align: left;
  font-family: NeueHaasDisplayBoldItalic;
  background-image: none;
}


h2 {
  color: black;
  text-align: left;
  font-family: NeueHaasDisplayBold;
  background-image: none;
}

h3{

  color: navy;
  font-family: NeueHaasDisplayRoman;
  letter-spacing: 2px;
  font-size: 24px;
  margin-top: -18px;
  margin-bottom: -10px;
}

/* 1. Define the font first */
@font-face {
    font-family: 'AgfaRotis';
    src: url('AgfaRotisSerif.ttf'); /* Ensure this file is in your folder */
}

/* 2. Target the actual class used in your HTML */
.Orientation-text {
    font-size: 64px;
    color: black;
    text-align: left;
    font-family: 'AgfaRotis', serif;
    text-transform: uppercase; /* Use the name defined above */
    background-image: none;
    letter-spacing: 5px;
    margin: 0; /* Optional: cleans up default heading margins */
    display: block;
}

p.projectdescription{

  font-size: 14px;
}

p {
  font-family: arial;
  font-size: 20px;
}

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

.bottom-rule	{
	height: 10px;
	background-image: linear-gradient(to right, lightgray,slategray);
}

hr  {
  height: 10px;
  background-image: linear-gradient(to left, red, yellow);
}

a{

	font-family: NeueHaasDisplayRoman;
	padding:0px;
	padding-left: 0px;
}

h5{
  font-family: NeueHaasDisplayRoman;
  padding:0px;
  padding-left: 0px;
  letter-spacing: 2px;

}

#title {
  font-size: 64px;
  font-style:italic;
  margin-bottom: 10px;
}

#photograph-link { color: steelblue;

}

#photograph-link {
	/* unvisited link */
	a:link {
  color: #FF0000;
}

/* visited link */
a:visited {
  color: #00FF00;
}

/* mouse over link */
a:hover {
  color: #FF00FF;
}

/* selected link */
a:active {
  color: #0000FF;
}
}

#video-link	{ color: cornflowerblue;


}

#music-link { color: slateblue;

}

#cv-link	{ color: sienna;

}

#contact-link	{ color: coral;

}

#footer-link { color: dimgray;

}

.grid-container	{ display: grid;
  grid-column: 1fr 1fr;
  grid-template-row: 10;
  background-color: none;
  align-content: space-evenly;
margin-bottom: 60px;
}

#project-titles {
	font-size: auto;
	font-family: Arial;
	font-weight: 400;
}

#splash-image {
	max-width: 90%;
  width: auto;
  aspect-ratio: 3/2;
  object-fit: contain;
}

@font-face {
  font-family: NeueHaasDisplayBoldItalic;
  src: url(NeueHaasDisplayBoldItalic.ttf);
}

@font-face { 
  font-family: NeueHaasDisplayRoman;
  src: url(NeueHaasDisplayRoman.ttf);

}

@font-face {
  font-family: NeueHaasDisplayBold;
  src: url(NeueHaasDisplayBold.ttf);
}

nav{

  text-decoration: none;
}

video{
align-content: right;
}

h4{
  font-family: NeueHaasDisplayRoman;
  font-size: 16px;
  src: url(NeueHaasDisplayBold.ttf);
}

.image {
  background-position: center;
  background-size: 500px;
  background-repeat: no-repeat;
}

.gallery-container .gallery-item.full-width {
    display: block !important; 
    width: 100%;
    margin: 0 auto 100px auto;
}

/* 2. Scales the image to the maximum possible size */
.gallery-item.full-width img {
    width: 100%;        /* Scales to the full 1300px width */
    max-height: none;   /* Allows it to be taller than 90vh if needed */
    height: auto;
}

.gallery-item.full-width .caption {
    display: block;     /* Changes from table-caption to block */
    width: 100%;        /* Lets text spread across the whole image width */
    border-left: 1px solid #000;
    padding-left: 15px;
}


.s-dialog
{
color: #FFC72C;
font-family: NeueHaasDisplayRoman;
}

.mjb-dialog

{
  color: lightgray;
  font-family: NeueHaasDisplayRoman;

}

.gallery-row1 {
        display: flex;
        flex-direction: row;
        justify-content: center; /* Centers the pair on the page */
        align-items: flex-start; /* Aligns tops, lets bottoms vary */
        gap: 40px; 
        width: 100%;
        margin-bottom: 20px;
        background-color: #f4f4f4; /* Light gray background */
    padding: 40px 0;
    }

    .gallery-row1 .gallery-item {
        display: table;
        flex: 0 1 auto;
    }

    .gallery-row1 .gallery-item img {
        display: block;
        max-height: 80vh; /* Slightly shorter for side-by-side rows */
        width: auto;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .gallery-item1{
      background-color: #00053E;
      opacity: 100%;
      padding: 20px;
    }
