

/* ===== Footer ===== */
footer {
  font-size: 0.85rem;
  color: #bbb;
  margin-top: 5rem;
  padding-bottom: 2rem;
}


/* ===== Reset and Base ===== */
body {
  margin: 0;
  padding: 0;
  background: url('../../images/logo-bg.jpg') center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Georgia', serif;
  color: #fefefe;
  text-align: center;
  min-height: 100vh;
}




/* ===== Hero & Tagline ===== */
.hero-text {
  margin: 4rem auto 2rem;
  max-width: 700px;
  padding: 0 1.5rem;
}

.hero-text h2 {			 /* "creative storytelling. bold visuals. built..." */
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #ffc6a3;  
}

.tagline {				/* "custom-coded websites..." */
  color: #ffc6a3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.5px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 2rem;
}


/* ===== Reusable Content Boxes ===== */


.bio-container {
      max-width: 750px;
      margin: 4rem auto;
      padding: 2rem;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 12px;
      text-align: center;
 }
	
	
	



.content-box {
  background-color: rgba(0, 0, 0, 0.6);
  margin: 2rem auto;
  padding: 1.5rem;
  border-radius: 12px;
  max-width: 720px;
  color: #fefefe;
  font-size: 1.05rem;
  line-height: 1.6;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.content-box a {
  color: #40d995;
  text-decoration: none;
  font-weight: bold;
}

.content-box a:hover {
  text-decoration: underline;
}

.highlight-box {
  background-color: rgba(255, 149, 102, 0.15);
  border: 1px solid #ff9566;
  color: #fff;
  font-weight: bold;
}





/* BIO ------------- */


    .bio-container h1 {
      font-size: 2.4rem;
      margin-bottom: 1.5rem;
      color: #fefefe;
    }

    .bio-container img.profile-img {
      width: 160px;
      border-radius: 100px;
      margin-bottom: 2rem;
      border: 3px solid #ff9566;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.);
    }

    .bio-container p {
      font-size: 1.1rem;
      line-height: 1.7;
      margin-bottom: 1.5rem;
      color: #fefefe;
    }

    .bio-container a {
      color: #40d995;
      text-decoration: none;
    }

    .bio-container a:hover {
      text-decoration: underline;
    }
	
/*  <!-- Portfolio Section Styles --> */
    .portfolio-container {
      animation: fadeIn 1s ease-in;
      max-width: 750px;
      margin: 4rem auto;
      padding: 2rem;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 12px;
      text-align: center;
}
}
    .portfolio-container h1 {
      text-align: center;
      font-size: 2.6rem;
      color: #ffeadb;
      margin-bottom: 1rem;
    }

    .portfolio-container p {
      text-align: center;
      font-size: 1.1rem;
      margin-bottom: 2rem;
      color: #ccc;
    }

    .project-list {
      list-style: none;
      padding: 0;
    }

    .project-list li {
      margin-bottom: 1.5rem;
    }

    .project-link {
      display: block;
      padding: 1rem 1.5rem;
      border-left: 6px solid #ff9566;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 8px;
      text-decoration: none;
      color: #fff;
      font-size: 1.2rem;
      transition: background 0.3s ease, transform 0.3s ease;
    }

    .project-link:hover {
      background: rgba(255, 149, 102, 0.15);
      transform: translateX(6px);
    }

   
	
	
	/* SERVICES */
	
    .services-section {
      max-width: 900px;
      margin: 4rem auto;
      padding: 0 1.5rem;
      color: #fefefe;
      text-align: left;
    }

    .services-section h2 {
      font-size: 2.2rem;
      margin-bottom: 1.5rem;
      text-align: center;
      color: #fbead1;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .services-section p {
      line-height: 1.7;
      font-size: 1.1rem;
      color: #ddd;
      margin-bottom: 1.5rem;
    }

    .service-list {
      list-style: none;
      padding-left: 0;
      margin: 2rem 0;
    }

    .service-list li {
      margin-bottom: 1.2rem;
      font-size: 1.1rem;
      padding-left: 1.5rem;
      position: relative;
      color: #ffcc99;
    }

    .service-list li::before {
      content: "✦";
      position: absolute;
      left: 0;
      color: #66ffc2;
    }

 
	
	.glass-box {
  background: rgba(15, 15, 15, 0.75);
  padding: 2rem;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
}

 /* WRITING */
 
  .writing-section {
  margin: 4rem auto;
  max-width: 800px;
  padding: 2rem;
  color: #fefefe;
  text-align: center;
  background: rgba(15, 15, 15, 0.75); /* soft dark background */
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4); /* subtle outer shadow */
  backdrop-filter: blur(6px); /* for glass effect */
  -webkit-backdrop-filter: blur(6px);
   animation: fadeIn 1s ease-in;
}

    .writing-list {
      list-style: disc;
	  color: #eee;
      padding-left: 1.2rem;
    }

    .writing-list li {
      margin-bottom: 1.2rem;
	  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }

    .writing-list a {
      color: #40d995;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.15rem;
      transition: color 0.3s ease;
    }

    .writing-list a:hover {
      color: #ffffff;
      text-decoration: underline;
    }

	  main {
      padding: 4rem 1.5rem;
    }

    .glass-box {
      background-color: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(12px);
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      max-width: 800px;
      margin: 0 auto;
      padding: 2.5rem;
    }

    h1 {
      font-size: 2rem;
      margin-bottom: 1.5rem;
      text-shadow: 0 0 6px rgba(240, 75, 0, 0.4);
    }


	
   p {
      line-height: 1.6;
      margin-bottom: 1.5rem;
	   color: #fefefe;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    }
	

    .project-list {
      list-style-type: none;
      padding-left: 0;
    }

    .project-list li {
      margin-bottom: 1.25rem;
      background-color: rgba(255, 255, 255, 0.04);
      border-left: 4px solid #c74200;
      border-radius: 8px;
      padding: 1rem 1.5rem;
      transition: background-color 0.3s ease;
      box-shadow: none;
    }

    .project-list li:hover {
      background-color: rgba(255, 255, 255, 0.08);
    }

    .project-link {
      text-decoration: none;
      color: #40d995;
      font-weight: bold;
      font-size: 1.1rem;
      text-shadow: none;
    }

    .project-link:hover {
      color: #f04b00;
      text-decoration: underline;
    }

    footer {
      text-align: center;
      font-size: 0.85rem;
      padding: 2rem 1rem;
      color: #888;
    }

	
/* ===== Media ===== */

@media (min-width: 768px) and (max-width: 1024px) {
  .bottom-logo img {
    max-width: 350px;
  }
}

@media (min-width: 1025px) {
  .bottom-logo img {
    max-width: 300px;
  }
}


@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

	
