.epikoinwnia {
  margin: 0;
  padding: 0;
}

.background {
  background-color: #f3f3f3;
  width: 100%;
  height: auto;
}

@media (max-width: 1380px) {
  .background {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.board {
  /* padding: 1.5rem 4rem 2rem 14.5rem; */
  background-color: #f3f3f3;
}

.front {
  color: #3b3b3a;
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
  padding: 0;
}

.columns {
  display: flex;
}

.column {
  flex: 1 1 17.813rem;
  display: flex;
  justify-content: space-around;
}

.small-column {
  box-sizing: border-box;
}

.section-titles {
  font-size: 18px;
  margin-bottom: 1.25rem;
  color: #101010;
}

.social-link {
  display: flex;
  align-items: center;
  color: #1b5c99;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  margin: 13px 0;
  transition: color 0.3s;
  gap: 0.5rem;
}

.social-link svg {
  margin-left: 8px;
  transition: fill 0.3s;
}

.social-link:hover {
  color: #ee8434;
}

#bio-hover,
#fb-hover {
  display: none;
}

.social-link:hover #bio-hover,
.social-link:hover #fb-hover {
  display: block;
}

.social-link:hover #bio,
.social-link:hover #fb {
  display: none;
}

.social-link:hover svg path {
  fill: red;
}

.info-block {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.bold {
  font-weight: bold;
}

.koumpi-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.koumpi {
  color: #fff;
  background-color: #0a355d;
  margin: 0.313rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: bold;
  cursor: pointer;
  border: none !important;
  width: 220px;
  height: 51px;
  transition: all 0.5s;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.koumpi-right {
  background-color: white;
  color: #0a355d;
  border: 1px solid #0a355d !important;
}

.koumpi:hover {
  background-color: #1b5c99;
  color: white;
}

.koumpi-right:hover {
  color: #1b5c99;
  border: 1px solid #1b5c99 !important;
  background-color: white;
}

@media (max-width: 1400px) {
  .board {
    padding: 0;
  }

  h1 {
    font-size: 1.5rem;
    text-align: center;
  }

  .columns {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }

  .column {
    margin-left: 0;
    width: 100%;
  }

  .small-column {
    max-width: 100%;
    padding-right: 0;
  }

  .button-group {
    justify-content: center;
  }
}

@media (max-width: 935px) {
  .small-column {
    display: none !important;
  }

  .stoixeia-resp {
    display: flex !important;
  }

  .column {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding-bottom: 3rem;
  }
}
#epikoinwnia .front {
  padding-left: 2rem;
  font-weight: 600;
}
@media (max-width: 787px) {
  .info-block {
    flex-direction: column;
    align-items: center;
  }
  .section-titles {
    text-align: center;
  }
  .koumpi-group {
    justify-content: center;
  }
  #epikoinwnia .front {
    padding-left: 0rem;
  }
  #epikoinwnia h1 {
    font-weight: 600;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .social-link {
    font-size: 1rem;
  }

  .button {
    font-size: 0.75rem;
  }
}

@media (max-width: 1280px) {
  .epikoinwnia .background .board .columns .column {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
