.libre-franklin-font-navi {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 25px;
  font-style: normal;
  color:rgb(89, 80, 255);
}

@font-face {
    font-family: SuperJoyful;
    src: url(fonts/Super\ Joyful.ttf);
}


.borderline {
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 20px;
    margin: 30px;
    
}

.borderhome {
    border-style: solid;
    border-color: rgb(16, 70, 130);
    border-radius: 20px;
    padding: 5px;
    
}

.container-fluid {
    background-color: rgb(16, 70, 130); 
    margin-bottom: -8px;
    margin-top: -8px;
}

.nav-link {
    color:rgb(255, 255, 255);
    transition: all 0.3s;
    
}

.nav-link:hover {
    color: rgb(211, 243, 255);
    font-size: 110%;
}

.nav-link:focus,
.nav-link:active {
  color: rgb(211, 243, 255) !important;
  background: none !important;
  outline: none !important;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* prevents gap between button and menu */
}

/* Change dropdown background color */
.dropdown-menu {
  background-color: rgb(211, 243, 255); /* light blue background */
  border-radius: 12px;
  border: none;
}

/* Change dropdown item color */
.dropdown-item {
  color: rgb(16, 70, 130); /* dark blue text */
  font-weight: 600;
  transition: all 0.2s ease;
}

/* Change color when hovered */
.dropdown-item:hover {
  background-color: rgb(16, 70, 130); /* dark blue background */
  color: white;
 
}

/* Change color when clicked (active state) */
.dropdown-item:active {
  background-color: rgb(255, 122, 168) !important; /* pink when clicked */
  color: white !important;
}


.navbar-toggler {
  border-color: rgba(255,255,255,0.5); /* optional */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.greetings {
    background-color: rgb(211, 243, 255);
    position: relative;
    margin-top: 108px;
}

@media (max-width: 991px) {
  .greetings {
    margin-top: 60px; /* smaller margin when navbar shrinks */
  }


@media (max-width: 576px) {
  .greetings {
    margin-top: 40px !important;
    display: block;
  }
}

@media (max-width: 1080px) {
  .greetings {
    margin-top: 40px !important;
    display: block;
  }
}

@media (max-width: 576px) {
  .softwaree {
    margin-left: 0px !important;
    display: block;
  }
}

@media (max-width: 1080px) {
  .softwaree{
    margin-left: 0px !important;
    display: block;
  }
}


}
.image1 {
    position: absolute;
    left: 0px;
}
.image2 {
    position: absolute;
    left: 0px;
}

.opening {
    color:rgb(16, 70, 130);
    outline-style:auto;
    max-width: 100%;
    padding: 0;
    margin: 0;  
    opacity: 1;
    height: 1px;
}

.text-start {
    font-family: SuperJoyful;
    src: url(fonts/Super\ Joyful.ttf);
    color: rgba(255, 141, 175);
    font-size: 80px;
    -webkit-text-stroke: 3.5px;
    -webkit-text-stroke-color: rgb(16, 70, 130);
}

.ms-lg-6 {
  margin-left: 120px;
}

.contpro {
    background-color: rgb(253, 232, 249);
}


.libre-franklin-font-italic {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 15px;
  font-style: italic;
}

.libre-franklin-font-littlehead {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 32px;
  font-style: italic;
  color: rgb(242, 114, 153);
}

.libre-franklin-font-numberhead {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 180px;
  font-style: italic;
  color: rgb(253, 232, 249);
  -webkit-text-stroke: 2.5px;
  -webkit-text-stroke-color: rgb(16, 70, 130);
  letter-spacing: 8px;
  margin-bottom: -50px;

}

.libre-franklin-font-conthead {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 70px;
  font-style: italic;
  color: rgb(16, 70, 130);
  line-height: 70px;
}

.libre-franklin-font {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

.libre-franklin-font-filler {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color:rgb(253, 232, 249);
}



.skills span {
  display: inline-block;
  border: 2px solid rgb(16, 70, 130); 
  border-radius: 20px;    
  padding: 4px 10px;      
  margin: 3px;     
  font-size: 14px;
  color: rgb(16, 70, 130);              
 
}

.interests span {
  display: inline-block;
  border: 2px solid rgb(16, 70, 130); 
  border-radius: 20px;    
  padding: 6px 20px;      
  margin: 3px;     
  font-size: 14px;
  color: rgb(16, 70, 130);              
 
}

.divider {
     border: none;
  height: 4px;
  background-color: rgb(16, 70, 130);
  border-radius: 10px;
  opacity: 1;
  width: 50%;
  margin:auto;
}

img[src="img/victorian.png"] {
  margin-top: 200px; 
}

img[src="img/surreal.png"] {
  margin-top: 100px; 
}

img[src="img/perso.png"] {
  margin-top: 100px; 
}

img[src="img/butterfly.png"] {
  margin-top: -100px; 
}

@media (max-width: 1080px) {
  img[src="img/perso.png"] {
    margin-top: 100px;
    width: 350px; /* stays the same size */
  }

  img[src="img/butterfly.png"] {
    margin-top: 60px; /* prevent overlap */
      width: 350px;

  }
}

@media (max-width: 576px) {
  img[src="img/perso.png"] {
    margin-top: 20px;
    width: 300px; /* slightly smaller only on phones */
  }

  img[src="img/butterfly.png"] {
    margin-top: 10px;
    max-width: 100%;
  }
}

img[src="img/cover.png"] {
  margin-top: 250px; 
}

img[src="img/spring.png"] {
  margin-top: -40px; 
}

img[src="img/map.png"] {
  margin-top: 60px; 
}

img[src="img/smal.png"] {
  margin-left: -250px; 
  margin-top: 50px;
}

img[src="img/map.png"] {
  margin-top: 60px; 
}

img[src="img/zine1.png"] {
  margin-top: 160px; 
}

img[src="img/zine3.png"] {
  margin-left: 80px; 
}

@media (max-width: 576px) {
  img[src="img/zine3.png"] {
    margin-left: 40px !important;
    display: block;
  }
}

@media (max-width: 1080px) {
  img[src="img/zine3.png"] {
    margin-left: 20px !important;
    display: block;
  }
}




.libre-franklin-font-invisible {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  position: absolute;
  margin-top: 20px;
  margin-left: -120px;
  transform: translateX(-50%);
  width: 150px;
  padding: 10px;
}

img[src="img/pintt.png"] {
  margin-top: 250px; 
  min-width: 100px;
}




.image1 {
    position: absolute;
    left: 0px;
}
.image2 {
    position: absolute;
    left: 0px;
}

.greetings-end {
    background-color: rgb(211, 243, 255);
    position: relative;
}

.libre-franklin-font-contact {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 50px;
  font-style: italic;
  color: white;
  line-height: 70px;
  margin-bottom: -5px;

}

.contact{
  background-color: rgb(16, 70, 130);
}

.ending {
  border: none;
  height: 4px;
  background-color: white;
  border-radius: 10px;
  opacity: 1;
  width: 50%;
  margin:auto;
}

.libre-franklin-font-form {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 20px;
  font-style: italic;
  color: rgb(211, 243, 255);

}

.btn-end {
  background-color: rgb(211, 243, 255); /* custom button color */
  color: rgb(16, 70, 130); /* text color */
  border: none; /* removes Bootstrap’s default border */
  border-radius: 5px; /* rounded corners */
  padding: 10px 30px; /* vertical and horizontal padding */
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.btn-end:hover {
  background-color: white;
  color: rgb(16, 70, 130);
}

.social-btn {
  display: inline-flex;              /* keeps icon + text side by side */
  align-items: center;               /* vertically centers text with icon */
  gap: 10px;                         /* space between icon and text */
  text-decoration: none;             /* remove underline */
  background-color: rgb(16, 70, 130); /* button background */
  color: #d3f3ff;                    /* text (and icon) color */
  border-radius: 12px;               /* rounded corners */
  padding: 10px 20px;                /* space around content */
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.3s ease;
}

/* make icon large */
.social-btn i {
  font-size: 40px; /* adjust size as needed */
}

/* hover effect */
.social-btn:hover {
  background-color: rgb(211, 243, 255);
  color: rgb(16, 70, 130);
  transform: scale(1.05);
}

/* change icon color on hover too */
.social-btn:hover i {
  color: rgb(16, 70, 130);
}



.form-control {
  background-color: rgb(16, 70, 130); /* dark blue background */
  color: rgb(211, 243, 255); /* light text */
  border: 2px solid rgb(211, 243, 255); /* light blue outline */
  border-radius: 10px;
  padding: 12px;
}

/* Label color */
.form-floating label {
  color: rgb(211, 243, 255);
}

/* Placeholder text color */
.form-control::placeholder {
  color: rgba(211, 243, 255, 0.7);
}

/* On focus — subtle glow effect */
.form-control:focus {
  background-color: rgb(16, 70, 130);
  border-color: rgb(211, 243, 255);
  box-shadow: 0 0 6px rgba(211, 243, 255, 0.6);
  color: rgb(211, 243, 255);
}

body {
  overflow-x: hidden;
}

/* Remove default browser spacing */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* remove horizontal scroll */
}

/* Fix Bootstrap container spacing */
.container,
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* Remove unwanted margin on your landing section */
.landing-page {
  margin-top: 108px; /* for large screen */
}

/* When screen gets smaller, reduce the gap */
@media (max-width: 991px) {
  .landing-page {
    margin-top: 60px; /* adjust this until it perfectly aligns */
  }
}
