/* Import Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika&display=swap');
* {
  font-family: "Signika", Sans-Serif; 
  font-size: 16px;
}
.image-container h5 {
  color:white;
  font-size: 1.6rem;
  width: 80%;
}

h1 {
  margin-top: 50px;
}
/* Profile Section */
#profile {
  gap: 2rem;
}
#profile-ch, .profile-text, #about-me-title, #contact-me-title, #about-me-image, #projects-title {
  text-align: center;
}
.profile-text-1, .profile-text-3 {
  font-size: 1.25rem;
  color: #555;
  margin: 0;
}
.profile-text, #about-me-title, #contact-me-title, #projects-title {
  font-weight: 600;
  color: #000000;
}
.profile-text-2 {
  font-size: 3rem;
}
#surname {
  color: #3fb619;
  font-size:  3rem;
}
.btn {
  border-radius: 2rem;
}
.bi-github, .bi-envelope, .bi-linkedin {
  padding-right: 7px;
}

/* About Me Section */
#image-2 {
  width: 220px;
  height: auto;
  border-radius: 2rem;
}
/* Home Section */  
.image-container {
  position: relative;
  text-align: center;
  color: white;
  
}
.image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.5;
  z-index: 1;
}
.center-text-bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Poppins", Sans-Serif;
  font-size: 2rem;
  font-weight: 600;
  z-index:2;
}
.bottom-right-text-bg-img {
  position: absolute;
  z-index: 2;
  color: white;
  font-size: 0.70rem;
  bottom: 0px;
  right: 20px;
}

.cell-output-display img {
  width:100%;
}

.foodwasteword {
  background-color: #3fb619; 
  border-radius:10px; 
  color:white;
  display: inline-block;
  width: 7rem;
  padding: 10px 5px 5px 5px;
}


/* Sidebar Section */
.sidebar {
  padding: 40px;
}
.sidebar-item-text{
  padding: 10px 0;
}

#quarto-content > * {
  margin-top: 0;
  padding: 0;
}
.sidebar-menu-container {
  padding: 20px;
}
.anchorjs-link  {
  display: none;
}

.accordion-body p, .accordion-body p a {
  font-size: 0.8rem;  
}

section#introduction, section#Singapore {
    padding: 0 1rem;
}

/* References Section */
 .hanging-indent {
  text-indent: 30px; 
}

.hanging-indent p {
  margin: 0; 
  padding-left: 30px; 
  text-indent: -30px; 
}

@media (min-width: 768px) {
  .padding_more_768 {
  padding: 0 100px;
}
}
