/* css styles */

/* Navbar Links */
.quarto-navbar a {
  color: #ffffff; /* White text for links */
  text-decoration: none;
  padding: 10px 15px;
}

/* Hover Effects for Links */
.quarto-navbar a:hover {
  background-color: #FFF8FF; /* Darker turquoise for hover */
  color: #f0f8ff; /* Light color for contrast on hover */
}

/* Active Link Style */
.quarto-navbar a.active {
  background-color: #2E8B57; /* Complementary darker green for active links */
  color: #ffffff;
}

/* Optional: Navbar Border for Depth */
.quarto-navbar {
  border-bottom: 3px solid #20B2AA; /* Slightly darker turquoise border */
}

/* Define a container for the background */
.fixed-image-container1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('Photo 3_RESEARCH.jpg'); /* Replace with your image path */
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  z-index: -1; /* Keeps it behind the text */
}

/* Make sure the main content scrolls over the image */
.main-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8); /* Optional: slightly opaque background */
}

/* Fixed image on the right side */
.fixed-image-right1 {
  position: fixed;
  top: 0;
  right: 0;
  width: 23vw; /* Adjust the width as needed */
  height: 100vh;
  background-image: url('The Muslim Social.jpg'); /* Replace with the path to your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; /* Keeps it behind the scrolling content */
}

/* Fixed image on the right side */
.fixed-image-right2 {
  position: fixed;
  top: 0;
  right: 0;
  width: 23vw; /* Adjust the width as needed */
  height: 100vh;
  background-image: url('Photo 3_RESEARCH.jpg'); /* Replace with the path to your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; /* Keeps it behind the scrolling content */
}

/* Fixed image on the right side */
.fixed-image-left2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 23vw; /* Adjust the width as needed */
  height: 100vh;
  background-image: url('Photo 4_RESEARCH.jpg'); /* Replace with the path to your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; /* Keeps it behind the scrolling content */
}


/* Fixed image on the right side */
.fixed-image-right3 {
  position: fixed;
  top: 15vw;
  right: 0;
  width: 30vw; /* Adjust the width as needed */
  height: 60vh;
  background-image: url('Zencirci_RZ1A9255_MichelleMantel.jpg'); /* Replace with the path to your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; /* Keeps it behind the scrolling content */
}
