.coloredHeading {
  color: #FF0085;
}

.primaryBackground {
  background-color: rgb(255, 0, 133);
}

.primaryBackgroundVeryLight {
  background-color: rgba(255, 0, 133, 0.1);
}

.primaryBackgroundVeryVeryLight {
  background-color: rgba(255, 0, 133, 0.01);
}

.primaryBackgroundLight {
  background-color: rgba(255, 0, 133, 0.25);
}

.nav-link {
  color: black;
}

.nav-link.active {
  color: #FF0085;
  font-weight: 500;
}

.nav-link.active:not(.text-black) {
  color: #FF0085;
  font-weight: 500;
}

.bemutatkozasSidePicPortrait {
  padding: 0px;
  pointer-events: none;
  border-radius: 5px;
  box-shadow: 5px 5px 10px 2px lightgray;
  margin: 10px;
}

.td-bold {
  font-weight: 600;
}

@media (max-width: 576px) {
  tr {
    border-bottom: 25px solid transparent;
  }
  tr:nth-child(odd) {
    background-color: rgba(211, 211, 211, 0.2);
  }
  thead {
    display: none;
  }
  td {
    display: table-row;
    font-weight: normal;
    width: 100vw;
  }
  .td-bold {
    font-weight: normal;
  }
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 15px;
  }
}
.studioBanner {
  padding: 0px;
  pointer-events: none;
  aspect-ratio: 21/8;
}

.studioSidePic {
  padding: 0px;
  pointer-events: none;
  border-radius: 5px;
  box-shadow: 5px 5px 10px 2px lightgray;
  aspect-ratio: 4/3;
  margin: 10px;
}

.studioSidePicPortrait {
  padding: 0px;
  pointer-events: none;
  border-radius: 5px;
  box-shadow: 5px 5px 10px 2px lightgray;
  margin: 10px;
}

.skillCard h2 {
  font-size: 1.6rem;
  color: #FF0085;
  text-transform: uppercase;
}

.skillCard p {
  font-size: 20px;
}

.skillCard div:first-child div:first-child div:first-child {
  width: 100px;
  height: 100px;
  border: 3px solid #FF0085;
  border-radius: 50%;
}

.styleCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0px 0px 20px 0px lightgray;
  margin: 10px;
  width: 300px;
  height: 150px;
  font-weight: 600;
  font-size: 2rem;
}

.divSizeCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0px 0px 20px 0px lightgray;
  margin: 10px 0px 10px 0px;
  padding: 30px 10px 30px 10px;
  width: 100%;
}

.accordion-button {
  font-weight: 500;
}

.accordion-button:focus {
  box-shadow: 0 0 5px 2px lightgray;
}

.accordion-button:not(.collapsed) {
  background-color: mistyrose;
  color: black;
  font-weight: 500;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.linkText {
  font-size: 1rem;
}/*# sourceMappingURL=style.css.map */