@font-face {
    font-family: 'Helvetica Neue Bold';
    src: local('Helvetica Neue Bold'), local('HelveticaNeue-Bold'),
         url('./fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
}

body {
    margin: 0;
    font-family: 'Helvetica Neue Bold';
    color: #000;
    overflow-x: hidden; 
    font-weight: 200; 
    background-color: #fff; 
}

.container {
    display: flex;
    flex-direction: row;
    height: 100vh;
    background: transparent;
}

.background {
    position: absolute;
    width: 75%;
    height: 100%;
    overflow-y: scroll; 
    -ms-overflow-style: none;
    scrollbar-width: none; 
    overflow-x: hidden;
    justify-content: center;
    align-items: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.background::-webkit-scrollbar {
    display: none;
}

.background img {
    display: block;
    width: 100%;
    height: auto;
    display: block;
}

.background ul {
    list-style-type: none;
    padding: 0;
    list-style-type: none; 
}

.background li {
    margin: 0;
    text-align: center;
    list-style-type: none; 
}

.captions {
    font-size: 28px;
    white-space: pre-wrap;
    visibility: hidden;
}



.header {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.header h1 {
    font-size: 20px;
    font-family: 'Helvetica Neue Bold';
    font-weight: bold;
    color: #fff; 
    background-color: #000; 
    padding: 10px; 
    margin: 0;
    pointer-events: auto;
}

.nav a {
    font-size: 20px;
    font-family: 'Helvetica Neue Bold';
    font-weight: bold;
    color: #fff; 
    background-color: #000; 
    padding: 10px; 
    margin-left: 10px;
    pointer-events: auto;
}







a {
    color: black;
    text-decoration: none;
    pointer-events: auto;
}

.resume {
    line-height: 1.6;
    margin: 100px auto;
    width: 50%;
    max-width: 800px;
    padding-left: 25px;
    padding-right: 25px;
}

.resume h1, h2, h3 {
    color: #333;
}
.resume p {
    margin-bottom: 10px;
}
.resume ul {
    margin-bottom: 20px;
    padding-left: 20px;
}
.contact-info {
    line-height: 1.6;
    margin: 20px;
    margin-bottom: 20px;
}

.section-title {
    line-height: 1.6;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #333;
}

.job-title {
    margin: 20px;
    font-weight: bold;
}
.job-details {
    margin: 20px;
    margin-bottom: 10px;
}

.plus-sign {
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
}

@media (max-width: 1000px) {
    .container {
        flex-direction: column;
        height: auto;
    }

    
    .resume {
        width: 75%;
        line-height: 1.6;
        margin: 20px;
        align-content: center;
    }
}
