

body {
  background: #000;
  font-family: calibri, verdana, arial;
  font-size: 50px;
  color: #D8D0BF;
  letter-spacing: 1px;
  line-height: 12px;
  overflow: hidden;
}

#container {
  display: flex;
  height: 100vh;
  width: 100vw;
}

#sidebar {
  width: 500px;
  flex-shrink: 0;
  overflow-y: auto;
  background: #000;
  padding: 20px;
}

#content-area {
  flex-grow: 1;
  background: #0a0a0a;
  border-left: 2px solid #333;
  overflow-y: auto;
  padding: 40px;
}

#content-area h1 {
  font-family: georgia, monospace, arial;
  font-size: 30px;
  color: #EF9F97;
  margin-bottom: 20px;
  text-transform: lowercase;
  letter-spacing: 2px;
  text-align: right;
}

#content-area h2 {
  font-family: georgia, monospace, arial;
  font-size: 18px;
  color: #EF9F97;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: lowercase;
  letter-spacing: 2px;
  text-align: right;
}

#content-area p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
  color: #D8D0BF;
}

#content-area img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
}

.content-section {
  display: none;
}

.content-section.active {
  display: block;

}



table {
  font-family: calibri, verdana, arial;
  font-size: 20px;
  text-align: justify;
  color: #D8D0BF;
  letter-spacing: 1px;
  line-height: 30px;
}

a:link, a:visited, a:active { 
  color: #EF9F97;
  text-decoration: none;
}

a:hover {
  color: #005555;
}

b {
  font-weight: bold;
  color: #ccc;
}

i {
  color: #999;
  font-style: normal;
}

textarea {
  font: 25px calibri, arial;
  letter-spacing: 1px;
  color: #777;
  line-height: 20px;
}

::-webkit-scrollbar-thumb {
  background-color: #EF9F97;  
  border-radius: 5px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 0px; 
  background: transparent;
}

.title {
  background: #000;
  text-transform: lowercase;
  font-family: georgia, monospace, arial;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #EF9F97;
  line-height: 12px;
  padding-top: 1px;
  padding-left: 4px;
  margin-bottom: 4px;
  letter-spacing: 3px;
}

#menu a { 
  display: inline-block;
  background: #D8D0BF; 
  font: normal 15px 'silkscreen', monospace, georgia;
  text-transform: uppercase;
  padding: 2px; 
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 1px;
  color: #000;
  border-radius: 10px;
  border: 0px solid #48AE47;
  line-height: 9px;
  cursor: pointer;
  transition: all 0.2s;
}

#menu a:hover {
  color: #555;
}

#menu a.active {
  background: #EF9F97;
  color: #fff;
}

.navigation {
  background: #EF9F97;
  margin-top: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sitename {
  background: #000;
  padding-left: 5px;
  border-bottom: 1px solid #444;
  border-right: 1px solid #005555;
  border-left: 1px solid #444;
  line-height: 20px;
}

.leftside {
  background: #151515;
  border-right: 1px solid #000;
  border-left: 1px solid #444;
}

.content {
  background: #151515;
  border-right: 1px solid #444;
}

.footer {
  background: #EF9F97;
  color: #444;
  border-top: 1px solid #111;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 18px;
}

.footer a {
  color: #000;
}

.contact-form-container {
  max-width: 600px;
  margin: 20px 0;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label{
  display: block;
  font-family: georgia, monospace, arial;
  font-size: 12px;
  color: #EF9F97;
  margin-bottom: 8px;
  text-transform: lowercase;
  letter-spacing: 1px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  background: #1a1a1a;
  border: 1px solid #444;
  border-radius: 5px;
  color: #D8D0BF;
  font-family: calibri, verdana, arial;
  font-size: 12px;
  letter-spacing: 1px;
  transition: border-color 0.3s;
}

.social-icons {
  text-align: center;
  margin: 20px 0 15px;
  background-color: #EF9F97;
  border-radius: 10px;
}

.social-icons a {
  display: inline-block;
  margin: 0 8px;
  transition: transform 0.2 ease, opacity 0.2s ease;
}

.social-icons a:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

.social-icons img {
  width: 40px;
  height: auto;
  vertical-align: middle;
}


.toggle-icon {
  transition: transform 0.3s;
}

/* Photography Gallery Styles */
.photo-category {
  margin-bottom: 30px;
}

.category-header {
  cursor: pointer;
  user-select: none;
  padding: 10px 0;
  transition: color 0.3s;
}

.category-header:hover {
  color: #D8D0BF;
}

.toggle-icon {
  display: inline-block;
  transition: transform;
  margin-right: 5px;
}

.category-header.collapsed .toggle-icon {
  transform: rotate(-90deg);
}

.category-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
  max-height: 5000px;
  overflow: hidden;
  opacity: 1;
}

.category-content.collapsed {
  max-height: 0;
  opacity: 0;
}

/* Photo Card Styles */

.photo-card {
  display: flex;
  flex-direction: column;
  
  max-width: 375px;
  max-height: 150px;
  border-right: 10px solid #EF9F97;
  margin-top: 15px;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(239, 159, 151, 0.3);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.photo-card:hover {
  transform: scale(1.05) translateY(-5px); /* Makes it bigger and lifts slightly */
  box-shadow: 0 8px 20px rgba(239, 159, 151, 0.5); /* Enhanced shadow for depth */
}

.photo-card-title {
  font-family: georgia, monospace, arial;
  font-size: 12px;
  color: #EF9F97;

  text-align: right;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.3;
}

.photo-card-content {
  display: flex;
 
  overflow: hidden;
  background: #1a1a1a;
  transition: transform 0.3s, box-shadow 0.3s;
}


.photo-card-image {
  width: 66.666%;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  margin: 0;
}

.photo-card-info {
  width: 33.333%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #151515;
}

.photo-card-info p {
  font-size: 10px;
  line-height: 1.5;
  color: #D8D0BF;
  margin: 0;
}




@media(max-width: 1200px){
  .photo-card{
    width: 100%;
    max-width: 500px;
  }
}

/* Add these media queries to the end of your styles.css file */

/* Tablet and smaller screens */
@media (max-width: 900px) {
  #container {
    flex-direction: column;
    overflow-y: auto;
  }

  #sidebar {
    width: 100%;
    padding: 15px;
    overflow-y: visible;
    border-bottom: 2px solid #333;
  }

  #content-area {
    width: 100%;
    border-left: none;
    padding: 20px 15px;
  }

  table {
    width: 100% !important;
  }

  .leftside,
  .content {
    display: block;
    width: 100% !important;
    border: none;
  }

  .content {
    margin-top: 10px;
  }

  /* Stack photo cards */
  .category-content {
    justify-content: center;
  }

  .photo-card {
    width: 100%;
    max-width: 100%;
    max-height: none;
  }

  .photo-card-content {
    flex-direction: column;
    min-height: 250px;
  }

  .photo-card-image {
    width: 100%;
    height: 200px;
  }

  .photo-card-info {
    width: 100%;
    padding: 15px;
  }

  

}

/* Mobile phones */
@media (max-width: 600px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }

  #sidebar {
    width: 95%;
    padding: 10px;
    overflow-y: visible;
    border-bottom: 2px solid #333; 
  }
  
  /* Hide sidebar content sections on mobile, keep only header */
  #sidebar .leftside {
    display: none;
  }

  #sidebar .content {
    display: none;
  }

  #content-area {
    padding: 15px 10px;
  }

  #content-area h1 {
    font-size: 20px;
    text-align: center;
  }

  #content-area h2 {
    font-size: 16px;
    text-align: center;
  }

  table {
    font-size: 14px;
  }

  #menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }

  #menu a {
    font-size: 13px;
    padding: 4px 8px;
  }

  .title {
    font-size: 11px;
    text-align: center;
  }

  .title img {
    display: none; /* Hide decorative images on mobile */
  }

  .sitename {
    text-align: center;
    font-size: 14px;
    padding: 10px 5px;
  }

  .sitename i {
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }

  /* Photo cards on mobile */
  .photo-card {
    max-height: none;
    border-right: 5px solid #EF9F97;
  }

  .photo-card-title {
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
  }

  .photo-card-image {
    height: 180px;
  }

  .photo-card-info p {
    font-size: 12px;
    text-align: center;
  }

  .category-header {
    font-size: 16px;
    text-align: center;
  }

  /* Social icons */
  .social-icons {
    padding: 10px 0;
  }

  .social-icons img {
    width: 35px;
  }

 

  /* Footer */
  .footer {
    font-size: 12px;
    padding: 8px 0;
  }
}

/* Very small screens */
@media (max-width: 400px) {
  body {
    font-size: 13px;
  }

  #menu a {
    font-size: 12px;
    padding: 3px 6px;
  }

  #content-area h1 {
    font-size: 18px;
  }

  #content-area h2 {
    font-size: 14px;
  }

  .photo-card-image {
    height: 150px;
  }

  .social-icons img {
    width: 30px;
  }
}

/* Improve touch targets for mobile */
@media (hover: none) and (pointer: coarse) {
  .photo-card {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(239, 159, 151, 0.3);
  }

  .category-header {
    padding: 15px 0;
    -webkit-tap-highlight-color: rgba(239, 159, 151, 0.3);
  }

  #menu a {
    padding: 6px 10px;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  

  
}