body {
    background-color: #694a38; /* Light brown/tan background */
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #000000; /* Optional: Black text color for readability */
}

h1, p {
    /* padding: 1em; */
}

*{
    margin-right: 0em;
}
#title{
    color:#305087;
    text-align: center;
    font-size: 2.2em;
    font-weight: 800;
    /* margin-right: 25vw; */
    margin-left: 15vw;
    margin-right: 20vw; /* Centered horizontally */
    padding: 0.5em 1em; /* Adds space around the text inside the box */
    background-color: #cfb99fc5; /* Background color for the title box */
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* .navbar{
    width: 100%;
} */

#nav_logo{
    height: 8em;
    width: 15em;
    float: left;
    padding-top: .5em;
}
.navbar-nav {
    list-style-type: none;
}

.navbar-nav li {
    display: inline; /* Display links horizontally */
    margin-right: 15px; /* Space between links */
}

.navbar-nav a {
    text-decoration: none; /* Remove underline from links */
    color: #000; /* Link color */
}

#water{
    height: 5em;
    width: 3em;
}
.logo_grid{
    display: grid;
    grid-template-columns: auto auto;
    float: left;
    column-gap: 0em;
}

.heading{
    font-size: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
    font-weight: 700;
    margin-bottom: 0.2em;
    text-align: center;
}
.heading2{
    font-size: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
    font-weight: 800;
    margin-bottom: 0em;
}
#sustainability-heading {
    color: #4b543b; /* Change this color to whatever you want */
}

.heading_team{
    font-size: 1.5em;
    /* margin-left: 1em;
    margin-right: 1em; */
    font-weight: 700;
    margin-bottom: 0.5em;
    text-align: center;
}


.team_text{
    font-weight: 600;
    font-size: 1.2em;
    margin-left: 4em;
}

.text_g{
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
}

.text{
    margin-left: 1.5em;
    margin-right: 1em;
    font-size: 1.2em;
    font-weight: 600;
}
.text2{
    margin-left: 1.5em;
    margin-right: 1em;
    font-size: 1.2em;
    font-weight: 700;
}

.name-col-lay{
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin-left: 1.5em;
}
#content-sections {
    display: flex; /* Use flexbox layout */
    justify-content: space-around; /* Space around each content-box */
    margin: 1.5em; /* Space around the entire section */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.content-box {
    background-color: #d0cac38f; /* White background for the box */
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Box shadow for 3D effect */
    width: 45%; /* Box width, adjust as needed */
    padding: 1.25em; /* Internal padding */
    margin: 1em 0; /* Space around each box */
    max-height: 300px; /* Minimum height for each box */
    box-sizing: border-box; /* Include padding in width and height */
}
.content-box2 {
    background-color: #d0cac38f; /* White background for the box */
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Box shadow for 3D effect */
    width: 45%; /* Box width, adjust as needed */
    padding: 1.25em; /* Internal padding */
    margin: 1em 0; /* Space around each box */
    min-height: 200px; /* Minimum height for each box */
    max-height: 350px;
    box-sizing: border-box; /* Include padding in width and height */
}
.graph-box {
    background-color: #d0cac38f; /* White background for the box */
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Box shadow for 3D effect */
    width: 50%; /* Box width, adjust as needed */
    padding: 1.25em; /* Internal padding */
    margin: 1em 0; /* Space around each box */
    min-height: 300px; /* Minimum height for each box */
    box-sizing: border-box; /* Include padding in width and height */
}
.graph-box2 {
    background-color: #d0cac38f; /* White background for the box */
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Box shadow for 3D effect */
    width: 50%; /* Box width, adjust as needed */
    padding: 1.25em; /* Internal padding */
    margin: 0.5em 0 2em 0; /* Space around each box (adjust the margin as needed) */
    min-height: 200px; /* Minimum height for each box */
    box-sizing: border-box; /* Include padding in width and height */
}


/* Responsive design */
@media (max-width: 768px) {
    .content-box {
        width: 100%; /* Full width on smaller screens */
    }
} 
.graph_vis{
   /* margin-left: 25vw;
   margin-right: 25vw;
   margin-top: 1em; */
   margin: 0em 0vw 10m;
   width: 40vw;
   height: 30em;
}
.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth transition */
}

/* When the element is visible, apply full opacity */
.fade-in.visible {
    opacity: 1;
}



#vis_data{
    margin-bottom: 1em;
}

svg{
    width: 70%;
    height: 600px;   
    border: 1px solid black;
    /* margin-left: 1em; */
    margin-left: 15vw;
    margin-right: 25%;
    margin-bottom: 1em;
    /* background-image: url('images/background_img.svg');
    background-repeat: no-repeat; */
}

.svg_text{
    text-decoration: underline;
    font-size: 1.2em;
}

#heading_text{
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    text-decoration: underline;
}


.linkedin_logo{
    height: 1.5em;
    width: 1.5em;
}

.github_icon{
    width: 1.5em;
    height: 1.5em;
}

.things {
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin-left: 2em;
    column-gap: 0em;
    
}

.heading_tech{
    font-size: 1.5em;
    /* margin-left: 1em; */
    /* margin-right: 1em; */
    font-weight: 600;
    margin-bottom: 1em;
    text-align: center;
}

.text_p{
    margin-left: 5em;
    font-size: .8em;
    text-align: center;
    padding-top: -.5em;
}


.things_text{
    font-size: 1.2em;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 600;
}

.tech_icons{
    height: 2em;
    width: 4.5em;
}

#icons_css{
    height: 3em;
    width: 5em;
}

#icons_html{
    height: 3em;
    width: 4em;
}

#tech_stack{
    margin-left: 2.5em;
    margin-bottom: 2em;
}

#sea_logo{
    width: 6em;
    height: 2em;
}

#mat_icon{
    height: 4em;
    width: 6em;
}

#d3_icon{
    height: 3.5em;
    width: 4em;
}

#num_icon{
    height: 3em;
    width: 6.5em;
}

#d3_row{
    margin-right: -6em;
}