a {
    color: #264bd1;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.sub-text {
    color: #777;
}

body {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; /* Center the body */
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;  
    z-index: 1020; 
}

.left_panel {
    position: fixed;
    top: 50px;
    z-index: 1020;
}

.nav {
    position: fixed;
    top: 50px;
    z-index: 1020; 
    width: 39.5%;      
    text-align: left; 
}

.tab-content {
    margin-top: 120px;
    overflow-x: hidden;
    height: 700px;
    padding-right: 150px;
    width: 120%;
}

.timeline-panel {
    list-style-type: none;
    margin-bottom: 30px;
}
.timeline-image {
    max-width: 15%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.timeline-title {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}
.timeline-body {
    color: #555;
}

.btn-icon {
    background-color: #708eff;
    color: white;
    font-size: 16px;
    padding: 2px;
    width: 26px;
    height: 26px;
}

.btn-cv {
    width:100%;
    max-width:300px;
    border: 1px solid #ddd;
}

.profile-image {
    /* float:left; */
    width: 220px;
    height: 220px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}

.profile-info {
    /* float:left; */
    margin-bottom: 20px;
}

table {
    width:60%;
}

/* Small devices (tablets, 768px and up) */
/* @media (min-width: 600px) {
  body {
    width: 96%;
    margin-left: -48%;
    margin-top: 20px;
  }
  .profile-info {
    padding-left: 50px;
    width: 300px;
  }
} */

/* Medium devices (desktops, 992px and up) */
 /* @media (min-width: 992px) {
  body {
    width: 1000px;
    margin-left: -500px;
    margin-top: 80px;
  }
  .profile-info {
    padding-left: 0;
    width: 220px;
  }
}  */

@media (max-width: 768px) {
    .nav, .left_panel {
        position: static; /* Makes navigation and panels stack on smaller screens */
        width: 100%;
        margin-top: 10px; /* Add some spacing */
        text-align: center; /* Centers the content */
    }
    .tab-content {
        margin-top: 15px; /* Add some spacing */
        padding-right: 25px; /* Adjust padding for smaller 
        screens */
        width: 100%;
        padding-left: 25px;
    }
}
