.kumbh {
  font-family: "Kumbh Sans", sans-serif;
}

.zilla {
  font-family: "Zilla Slab", serif;
}

body {
  font-family: "Kumbh Sans", sans-serif;
}

body, html{
  margin:0;
}

html {
background-color:#113a5d;
}

body {
background-color:white;
}

#footer{
  background-color:#113a5d;
  padding-top:40px;
  padding-bottom:70px;
}

#footer a, #footer p {
  color:white;
  text-decoration:none;
  text-align:center;
}

#header{
  background-color:#113a5d;
  color:white;
  padding:10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header-right {
  display:flex;
  margin-left:auto;
}

#header a{
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#header-right a:hover {
  color: #99cdff;
}

#header a.active {
  color: #99cdff;
}

.topnav {
  overflow: hidden;
}

.icon {
  display: none;
}

@media screen and (max-width: 768px) {
  #header-right a {display: none;}
  .icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  #header {
    flex-wrap: wrap; /* Allows menu to wrap below the name */
  }
  
  #header-right.responsive {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #header-right.responsive a {
    display: block;
    width: 100%;
    text-align: left;
  }
}

html {
  scroll-behavior: smooth;
}

h3 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #222;
}

a {
  text-decoration:none;
}

hr {
  border: 0;
  height: 1px;
  background-color:black;
  margin: 25px;
}

.body-div {
  margin: 40px auto;
  max-width: 1000px; /* Keeps the content from getting too wide */
  padding: 0 20px;
}

.imgtxtoutdiv {
  display: flex;
  align-items: center; /* Vertically centers the text with the image */
  justify-content: center;
  gap: 40px; /* Creates a nice space between image and text */
  text-align: left; /* Standard professional look */
}

.imgtxtimg {
  width: 35%;
  border-radius: 12px; /* Softens the corners */
  box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* Adds depth */
  object-fit: cover;
  margin-top:10px;
}

.imgtxtindiv {
  flex: 1; /* Takes up the remaining space */
}

p {
  font-size: 18px;
  line-height: 1.6; /* Improves readability */
  color: #444;
}

/* Mobile Responsive: Stacks the image on top of text */
@media (max-width: 768px) {
  .imgtxtoutdiv {
    flex-direction: column;
    text-align: center;
  }
  .imgtxtimg {
    width: 80%;
  }
  .bigscreen {
    display:none;
  }
}

#headline {
  font-size: 32px;
  margin-bottom: 25px;
  color: #111;
}

/* Style for the text inside the cards */
.project-content h3 {
  margin-top: 0;
  font-size: 20px;
  color: #222;
}

.project-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.5;
}

/* Style for the little 'Python' tags */
.tag {
  display: inline-block;
  background: #f0f0f0;
  color: #444;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  margin-top: 10px;
  font-family: monospace;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
}

.project-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s;
}

.project-card:hover {
  transform: translateY(-5px); /* Makes it pop when you hover */
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


.section-title {
  text-align: center;
  margin-top: 60px;
  font-family: 'Noto Sans', sans-serif;
}

.tech-stack-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.tech-category {
  text-align: center;
  min-width: 250px;
}

.tech-category h4 {
  margin-bottom: 15px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.badge-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/* Base Badge Style */
.badge {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  font-family: 'Noto Sans', sans-serif;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: default;
}

.badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* Specific Colors */
.python { background-color: #3776ab; }
.html { background-color: #e34f26; }
.css { background-color: #1572b6; }
.js { background-color: #f7df1e; color: #000; } /* Yellow needs dark text */
.SketchUp { background-color: #005f9e; }
.canva { background-color: #07b9ce; }
.tkinter { background-color: #f7df1e; color: #000; }
.vscode { background-color: #0085d0; }
.cplusplus {background-color:#00599c; }
.tinkercad {background-color:#22b45c; }
.lua {background-color:#000080}
.dart {background-color:#0175C2}
.flutter {background-color:#02569B}
.materialdesign {background-color:#08589C}

.badge a {
  color:white;
}

.ytvid {
  max-width:80%;
  border-radius: 12px; /* Softens the corners */
  box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* Adds depth */
  margin-top:10px;
}