bod {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f9;
    margin: 0;
    font-family: Arial, sans-serif;
}

.pappas-container-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.pappas-photo {
    flex: 0 0 130px;
    padding: 10px;
    color: white;
    border-radius: 10px;
}

.pappas-photo img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.pappas-info {
    flex: 1;
    padding: 10px;
    border-radius: 10px;
    color: white;
}

@media (max-width: 768px) {
  .pappas-photo,
  .pappas-info {
    flex: 1 1 100%;
  }

  .pappas-photo {
    display: flex;
    justify-content: center;
  }

  .pappas-info {
    text-align: center;
  }
}


.pappas-info-first {
    font-size: 1.0em;
    color: #323D41;
}

.pappas-info-second {
    font-size: 0.9em;
    color: #27363D;
}

.pappas-info-third {
    font-size: 0.8em;
    color: #27363D;
}

.pappas-line {
    width:auto;
    max-width: 480px;
    height: 2px;
    background-color: #323D41;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px auto;
    max-width: 320px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    padding: 10px;
}

.contact-item i {
    font-size: 16px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 12px;
    border: 4px solid currentColor;
}

@media (max-width: 768px) {
    .contact-info {
        flex-direction: column;
        align-items: center;
    }
}

.phone a, .email a {
    font-size: 1.2em;
    color: #323D41;
}

.phone i, .email i {
    color: #41413F;
}




/* Menu */
.t4-megamenu .dropdown-menu {
    background: #41413f;
}

.menu-item-title {
    font-size: 16px;
    font-weight: bold;
}



.cv-title{
  font-weight:bold;
  background-color:#324247;
  color:#F6F4F2;
  border-left:12px solid #58A2A5;
}

.cv-title p{
  margin:0;
}

.cv-left{
  font-weight:bold;
  color: #41413F;
}
.cv-right{
  color: #41413F;
}