/* General Styles */
body {
  background-color: #13171f;
  color: white;
  text-align: center;
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
}
a{
    color: white;
}
h2{
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
}
/*navbar*/
.nav-link {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: white;
  text-align: right;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.toggler-custom{
    border-color: white;
}

.nav-link {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: white;
  text-align: right;
}



/* Media query for smaller screens to make the navbar responsive *//*
@media (max-width: 992px) {
  .navbar-collapse {
    background-color: #000;
    padding: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 100vh;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.5);
  }

  }
  .navbar-nav {
    text-align: right;
  }
}
*/

/* Main Content */
.container {
  max-width: 800px;
  margin: 5rem auto 3rem;
  padding: 1rem;
  text-align: justify;
}



h1 {
  font-size: 2.5rem;
  margin-top: 5rem; /* Space for navbar */
}
#welcome{
    font-family: "Instrument Serif", serif;
font-weight: 400;
font-style: normal;
font-size: 3.5rem;
}




blockquote {
  font-family: "Instrument Serif", serif;
font-weight: 400;
font-style: normal;
  font-size: 1rem;
  letter-spacing: .18rem;
  margin: 2rem auto;
  max-width: 600px;
  color: #d3d3d3;
}

/* Headings */
h1, h2 {
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.8rem;
}

/* Paragraph text */
p {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
font-weight: 100;
font-style: normal;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.image-link img {
  margin-top: 2rem;
  max-width: 100%;
  height: auto;
  border: 2px solid white;
  transition: transform 0.3s ease;
}

.image-link img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

/* Timeline */
.timeline {
  text-align: left;
  margin-top: 2rem;
}

.timeline p {
  margin: 0.5rem 0;
}

.timeline .date {
  font-weight: bold;
  color: #f8f9fa;
}

/* Carousel about*/
.carousel {
  margin: 2rem auto;
  max-width: 600px; /* Restrict carousel width */
}

.carousel img {
  max-height: 500px; /* Set a maximum height for the images */
  object-fit: contain;
  border-radius: 0px; /* Softly rounded corners */
}

.carousel-caption {
  position: static;
  /*background-color: #010d21; Transparent dark background */
  color: white;
  padding: 0.5rem;
  font-size: 0.9rem;
  text-align: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: contrast();; /* Makes controls white */
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%; /* Minimalist controls */
}

.carousel-inner {
  /* border: 2px solid white; White border around carousel */
  border-radius: 10px;
}


/* Responsive Design */
@media (max-width: 768px) {
  .container {
    margin: 4rem auto 2rem;
    padding: 1rem;
  }

  }
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 30px;
    margin: 30px;
  }
blockquote{
    font-family: Buda;
}
  .carousel img {
    max-height: 300px;
  }

  .carousel-caption {
    font-size: 0.8rem;
  }
}

/*google font */
.instrument-serif-regular {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}

/*contact*/
.contact-image-container {
  display: flex; /* Centers the image container */
  justify-content: center; /* Horizontally centers the image */
  align-items: center; /* Vertically centers (if container height is defined) */
  margin: 20px auto; /* Adds vertical spacing (adjust if needed) */
  padding: 0; /* Ensures no extra padding around the container */
  width: 100%; /* Ensures the container spans the full width */
}

.contact-image-container img {
  max-width: 90%; /* Restricts image width to fit within the viewport */
  max-height: 80vh; /* Restricts image height to avoid overflow */
  object-fit: contain; /* Keeps the aspect ratio intact */
  border-radius: 10px; /* Optional: Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Subtle shadow */
}

body {
  margin: 0;
  padding: 0;
  background-color: #13171f; /* Dark background */
  color: white;
  font-family: Arial, sans-serif;
}

footer {
  margin-top: 20px; /* Adds space above the footer */
  padding: 20px 0; /* Optional: Adjusts footer padding */
  padding-top: 2rem;
}

.contact-content {
  margin-bottom: 20px; /* Adds space below the text above the image */
}


.instrument-serif-regular-italic {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: italic;
}

/* General Styles */




/* Article List Item */
.article-item {
  display: block;
  background: #1c1f2a; /* Slightly lighter background for contrast */
  border-radius: 10px;
  padding: 15px;
  text-decoration: none;
  color: white;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid #2a2f3a; /* Subtle border */
  margin-bottom: 20px;
}

.article-item:hover {
  transform: scale(1.05);
  box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.1);
}

/* Thumbnail Image */
.thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 10px;
}

/* Article Info */
.article-info h3 {
  font-size: 18px;
  margin: 0;
}

.article-info p {
  font-size: 14px;
  color: #bbb; /* Slightly lighter text for the date */
}
