:root {
    --header-col: var(--black);
    --header-back: var(--white);
}

header {
    background: transparent;
    position: initial;
}

a {
    text-decoration: none;
    color: var(--header-col);
}

header * {
    color: var(--header-col);
}

.logo__net-icon {
    background-color: var(--header-col);
}

.logo__nav-bar a::after {
    background-color: var(--header-col);
}

.logo__nav-bar a.active::after {
  background-color: var(--header-col);
}

article {
    padding: 0 36px;
}

article#collaboration {
    margin-top: 35px;
}

article#collaboration h4 {
    text-align: center;
}

article#collaboration h4::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 236px;
    /*border-bottom: 1px solid var(--black);*/
}

p.collaboration__description {
    padding: 30px 0 45px 0;
    margin: 0 auto;
    text-align: flex-start;
}

#footer a {
    color: var(--white);
}

.block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 60px 0;
}

.block .info {
  flex: 1 1 50%;
}

.block .picture {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: 18px;
}

.block .picture img {
    max-width: 48%;
    height: auto;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

ul.style-arrow {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 42px;
}

#p-s__skills ul.style-arrow {
  padding: 0 10%;
}

ul.style-arrow li {
  padding-left: 15px;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  list-style-image: url(../images/list-arrow.svg);
  font-size: 18px !important;
}

ul.style-arrow li:hover {
  padding-left: 2px;
  margin-left: 13px;
}

.highlight {
  font-weight: 600;
}

.collaboration__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.collaboration__wrapper .collaboration__description {
    margin: 0;
    padding: 0;
    display: flex;
    align-self: flex-start;
}

.collaboration__wrapper .connect {
    padding-top: 24px;
}

.picture.left .collaboration__wrapper {
    width: 40%;
}

/*
.info a {
    font-weight: 500;
}

.info a:hover {
    text-decoration: underline;
}*/

.picture a {
    font-weight: 500;
}

.picture a:hover {
    text-decoration: underline;
}
