/* Common Styles */
body {
    background-color: #ffffff;
}

h1, h2, h3, z, x, y, p, ul, ol, t {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

y, ul, ol {
line-height: 1.5; /* Adjust as needed */
margin-top: 0rem; /* Adjust the top margin as needed */
margin-bottom: 0rem; /* Adjust the bottom margin as needed */
color: #74777a;
font-size: calc(0.8rem + 0.3vw); /* Base size of 0.7rem with slight adjustment based on viewport width */
}

h1 {
    font-size: calc(2rem + 2.7vw);
    margin-top: 0.5rem; /* Adjust the top margin as needed */
    margin-bottom: 0.1rem; /* Adjust the bottom margin as needed */
    color: #343a40;
}

z .grey-text {
    color: #707382; /* Make the text color grey */
}

z {
    display: block; /* Make <z> a block-level element */
    border-bottom: 2px solid #0a4796; /* Add blue line underneath */
    padding-bottom: 10px; /* Add some space below the line */
    color:#707382;
    font-size: calc(.5rem + .7vw);
}

x {
    color: #ffffff;
    font-size: 12px;
    margin-top: 1rem; /* Adjust the top margin as needed */
    display: block; /* Ensure the element behaves as a block-level element */
}



h2 {
    color: #343a40;
    font-size: calc(2rem + .3vw); /* Base size of 0.7rem with slight adjustment based on viewport width */
    margin-top: 0.5rem; /* Adjust the top margin as needed */
    margin-bottom: 1.4rem; /* Adjust the bottom margin as needed */
}

h3 {
    color: #343a40;
    font-size: calc(1rem + 0.5vw); /* Base size of 1rem with slight adjustment based on viewport width */
    margin-top: 0.5rem; /* Adjust the top margin as needed */
}

p {
    color: #797878;
    font-size: calc(1rem + 0.3vw); /* Base size of 0.8rem with slight adjustment based on viewport width */
    font-weight: 700;
    margin-top: 0.3rem;
    margin-bottom: 1rem; /* Adjust the bottom margin as needed */
}

t {
    color: #0a4796; /* Make the text color blue */
    font-size: calc(0.8rem + 0.2vw); /* Base size of 0.7rem with slight adjustment based on viewport width */
    margin-top: 0.5rem; /* Adjust the top margin as needed */
}



.blue-text {
    color: #0a4796; /* Make the text color blue */
}

.resume-section ul.no-indent {
    padding-left: 1rem;
}


/* Components */
.container {
    max-width: 1200px;
    margin-left: 90px; /* Match the sidebar width */
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(215, 204, 204, 0.1);
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 80px; /* Adjust width as needed */
    height: 100%;
    background-color: #0a4796; /* Example background color */
    padding: 00px;
    box-sizing: border-box;
}

.resume-section {
    border-bottom: 2px solid #0a4796; /* Add blue border bottom */
    padding-bottom: 5px; /* Add some space below each section */
}

.profile-image-container {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.profile-image {
    display: block;
    margin: 0 auto; /* Center the profile image horizontally */
    width: 60px;
    height: auto;
    border-radius: 50%;
    border: 4px solid #797878;
}

.social-icons {
    text-align: center;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    background-color: #797878;
    color: #ffffff;
    border-radius: 100%;
    font-size: 2rem;
    margin:  5px; /* Adjust margin to decrease space between icons */
    margin-right: 8px;
}

.social-icon:hover {
    color: #000000;
}

.header-center {
    text-align: center;
}

.resume-entry {
    display: flex;
    justify-content: space-between;
}

.job-info h3 {
    margin-bottom: 0px; /* Adjust the margin-bottom to reduce space */
}

.date {
    text-align: right;
    margin-top: 10px; /* Adjust the margin-bottom to reduce space */
}