.navbar{
    background-color: rgba(29, 42, 54, 1.0);
    font-size: 20px;
    padding-left: 100px;
}

.project-img {
    width: 100%;        
    max-width: 250px;   
    height: auto;       
    margin-top: 3px;
}

.bordered-image {
    border: 1px solid #4b3716;
    border-radius: 4px;
    /* padding: 0px; */
    margin-left: 0px
}

.project-description {
    text-align: left; 
    margin-left: 15px;
}

.project-title {
    color: #f39c12;
    font-size: 20px;
}

.small-break {
    margin-bottom: 25px;
}

.min-width {
    min-width: 250px; 
}

.translucent-bg {
    background-color: rgba(34, 34, 48, 0.8);
    padding: 20px;
}

.badge-border {
    border: 1px solid #ffffff;
    background-color: rgba(34, 34, 48, 0.0);
    height: 152px;
    width: 152px;
    /* position: relative;
    z-index: 10; */
}

/* :root {
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1;
  }
  @supports (font-variation-settings: normal) {
    :root { font-family: InterVariable, sans-serif; }
  } */

body {
    background-color: #000000;
    color: #ecf0f1;
    /* font-family: 'Inter', sans-serif; */
    /* font-size: 18px; */
    background-image: url("images/star-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

h2, h3 {
    color: #f39c12; /* Accent color for headings */
    font-size: 30px;


}

h1 {
    color: #f39c12; 
    font-size: 30px;
}

a {
    color: #f39c12; 

}

a:hover {
    color: #9e7e27; 

}

/* .container {
    padding: 20px;
} */

button {
    background-color: #f39c12;
    color: rgba(34, 34, 48, 0.8);
    border: none;
    padding: 10px 10px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    
}


