/* Existing CSS */

html, body {
  font-family: Helvetica;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat';
  letter-spacing: 0.1px;
}

a {
  text-decoration: none;
}

.left,
.right {
  width: 65%;
  display: inline-block;
  vertical-align: top;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}

.left {

  width: 35%;
  height: 100%;
  float: left;
  text-align: left;
  overflow: hidden;
  position: fixed;
}

.left .bg-img {
  background: url('../img/headshot_M4.jpeg') center center no-repeat;
/*   background: linear-gradient(to right, rgba(255,255,255,0) 80%,
              rgba(6,26,51,1)), url('../img/headshot_M2.png') center center no-repeat; */
  background-size: cover;
  
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}



.left .bg-img:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background-image: linear-gradient(to left top, #031020 , #65a7dd96);

  opacity: 0.85;
}

.left-inner,
.right-inner {
  padding: 50px;
  justify-content: flex-start;
}

@media screen and (max-width: 400px) {
  .left-inner,
  .right-inner {
    padding: 40px;
    justify-content: flex-start;
  }
}

.left-inner {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: 24em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}

.left .info .subtext{
  margin-top: 3%;
}

.left .info {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 90%;
  margin: 0 auto;

  padding-bottom: 5%;
}

@media screen and (max-width: 1000px) {
  .left .info {
    margin-top: 300px;
  }
}

.left .info .name {

  letter-spacing: 5px;  
  font-size: 35px;
}

.left .info .name2 {
  font-weight: 900;
  letter-spacing: 5px;  
  font-size: 40px;
  margin-top: 5%;
}

.left .info .typed{
  font-size: x-large;

}

.left .info .jobStatus{
  font-weight: 100;
  font-size: small;
  margin-top: 5%;
}

.left .info .social-links {
  margin-top: 100px;
}

.left .info .fa {
  margin: 10px;
  font-size: 24px;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .left, .right {
    display: block;
    width: 100%;
  }
  .left {
    position: static;
  }
}

.right {
  float: right;
  justify-content: flex-start;
}

.right a {
  color: #002f49;
}

.right h4,
.right .content {
  display: inline-block;
  vertical-align: top;
  justify-content: flex-start;
}

.iframe-container {
  height: 450px;
  border: none;
  margin-right: 10px;
}


.profile-section h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

ul{
  margin-right: 10%;
}

.profile-line {
  border: #d0d9df93 solid 1px;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 30%;
  margin-right: 30%;
}


.profile-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

.profile-item {
  flex: 1;
  min-width: 200px; 
  padding: 5px;
}


.row {
  display: flex;
  padding: 3%;
  padding-right: 15%;
}

.row1 {
  display: flex;

  padding-right: 5%;
  padding-left: 5%;
}

.row1 ul{
margin-right: 1.5em !important;

}

.whatever{
  max-width: 95%;
  padding-right: 15%;

}

.row3 {
  display: flex;
  padding: 3%;
  padding-right: 15%;
}

h5 {
  margin:0.5em 0em;
}

.resume .resume-title {
  color: var(--heading-color);
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
}

.resume-item {

  padding-left: 1.5em;
  padding-right: 1.5em;
  border-left: solid 2px #588157;
}


.resume .resume-item h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 3px;
}

.resume .resume-item h5 {
  font-size: 16px;
  font-weight: 600;
}

.resume .resume-item ul {
  padding-left: 5px;
}

.resume .resume-item ul li {
  padding-bottom: 3px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}
/* 
.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #23c7a1a1;
} */

.right h4 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 40px;
  color: #173a3c;
}

.right h2 {
  margin: 5 0 20px;
  text-transform: uppercase;
  font-size: 20px;
  color: #173a3c;
}

.right ul {
  padding: 0;
  margin: 0;
}

.right .content {
  width: 100%;
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  justify-content: flex-start;
}



@media screen and (max-width: 600px) {
  .right h4,
  .right .content {
    display: block;
    vertical-align: top;
    width: 100%;
  }
}

.right .content ul.description {
  padding-left: 20px;
  margin-top: 10px;
  font-size: 15px;
}

.introduction {

  padding: 20px; 
  border-radius: 3px;

}

.selzterbreak{
  background-color: #cfd3d417;
  padding: 20px; 
  border-radius: 8px;
}

.resume {

  padding: 20px; 
  border-radius: 8px;
}

.right .introduction .intro-p:first-of-type {
  margin-top: 0;
}

.right .introduction .job-pls {
  font-weight: 600;
  background-color: #173a3c;
  background-image: -webkit-linear-gradient(45deg,#173a3c 0%,#173a3c 100%);
  background-image: linear-gradient(45deg,#173a3c 0%,#173a3c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  
}

.right .skills .skill-category {
  margin-bottom: 10px;
}

.right .skills .skill-category:last-of-type {
  margin-bottom: 0px;
}

.right .skills .skill-category > strong {
  text-transform: uppercase;
  font-size: 14px;
}

.right .education {
  font-size: 16px;
}

.right .education .university {
  font-weight: 700;
  font-size: 16px;
}

.right .education .college {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
}

.right .education .major,
.right .education .minor,
.right .education .conc,
.right .education .study-abroad {
  font-size: 15px;
}

.right .education .major > strong,
.right .education .minor > strong,
.right .education .conc > strong,
.right .education .study-abroad > strong {
  font-weight: 500;
}

.right .education .study-abroad {
  margin-top: 10px;
}

.right .education .grad-date {
  text-transform: uppercase;
  color: #aaa;
  font-size: 13px;
  font-weight: 500;
  margin-top: 20px;
}

.right .experience .exp-item {
  margin-bottom: 30px;
}

.right .experience .exp-item:last-of-type {
  margin-bottom: 0;
}

.right .experience .exp-item .job {
  margin: 0;
  font-weight: 700;
}

.right .experience .exp-item .duration {
  font-size: 13px;
  font-weight: 500;
  float: right;
  color: #aaa;
  text-transform: uppercase;
  position: relative;
  top: 1px;
  margin-bottom: 5px;
}

@media screen and (max-width: 340px) {
  .right .experience .exp-item .duration {
    float: none;
  }
}

.right .experience .exp-item .title {
  font-weight: 700;
  font-style: italic;
}

.right .projects .project-item {
  margin-bottom: 20px;
}

.right .projects .project-title {
  font-weight: 700;
}

.right .projects .project-desc {
  font-size: 15px;
  margin: 0 0 10px;
}

.right a.resume {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0px;
  background-color: #f5f5f5;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.right a.resume:hover {
  background-color: #f1f1f1;
}

.right a.resume .resume-link {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #161616;
  background-image: -webkit-linear-gradient(45deg,#173a3c 0%,#173a3c 100%);
  background-image: linear-gradient(45deg,#173a3c 0%,#173a3c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Add timeline specific styles */
.timeline {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  list-style: none;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%; /* Adjust as needed */
  margin-left: -1px; /* Adjust thickness of the line */
  width: 2px; /* Adjust thickness of the line */
  background: #33E5BB; /* Timeline color */
}

.timeline-item {
  position: relative;
  width: 50%; /* Adjust width of timeline content */
  padding: 20px 40px;
  box-sizing: border-box;
}

.timeline-marker {
  position: absolute;
  top: 20px; /* Adjust vertical position */
  left: calc(50% - 10px); /* Adjust horizontal position */
  width: 20px;
  height: 20px;
  border: 2px solid #33E5BB; /* Circle outline color */
  border-radius: 50%;
  background-color: #fff; /* Circle background color */
}

.timeline-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .timeline:before {
    left: 8px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 40px;
    padding-right: 25px;
  }
  .timeline-marker {
    left: 0;
  }
  .timeline-content {
    padding-left: 80px;
  }


  .portfolio {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
  }
  
  .portfolio-item {
    position: relative;
    overflow: hidden;
  }
  
  .portfolio-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
  }
  
  .portfolio-item .portfolio-info {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .portfolio-item .portfolio-info p {
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
  
  .portfolio-item:hover .portfolio-info {
    opacity: 1;
  }
  
  .portfolio-item .details-link {
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    font-size: 16px;
  }
  
  .project-details {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow-y: auto;
    padding: 20px;
  }
  
  .project-details .details-content {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    max-width: 800px;
    margin: 20px auto;
  }
  
  .project-details h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .project-details p {
    font-size: 16px;
    line-height: 1.6;
  }
  