/* Colors */
/* Fonts */
/* UI */
.start-article {
  height: 100vh;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.start-article section {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.start-article section.main-bg {
  background: url(../img/bg.jpg) no-repeat, #202020;
  background-position: center bottom;
  overflow: hidden;
  transform: scale(1.1);
}
.start-article section.main-bg div {
  background: var(--bg);
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.start-article section.content {
  height: 100vh;
}
.start-article section.content h1 {
  margin-top: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
.start-article section.content h1 .start {
  font-weight: 300;
  color: #fff;
}
.start-article section.content h1 .name {
  font-weight: 500;
  font-size: 5rem;
  line-height: 5rem;
  color: #fff;
}
@media only screen and (max-width: 769px) {
  .start-article section.content h1 .name {
    font-size: 3rem;
  }
}
.start-article section.content h1 .description {
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 5rem;
  color: #fff;
}
@media only screen and (max-width: 769px) {
  .start-article section.content h1 .description {
    font-size: 1rem;
    line-height: 4rem;
  }
}
.start-article section.content nav.socials {
  padding-top: 40px;
}
.start-article section.content nav.socials a img {
  margin: 0 10px;
  filter: invert(1);
}
.start-article section.content .ym-console {
  width: 50%;
  margin: auto 0 30px 0;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .start-article section.content .ym-console {
    width: var(--contentSize);
  }
}
.start-article section.content .ym-console .output {
  background-color: #202020;
  height: 70vh;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 6px 6px 0 0;
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  transition: opacity ease 0.1s;
}
.start-article section.content .ym-console .output.active {
  opacity: 1;
  visibility: visible;
}
.start-article section.content .ym-console .output .line {
  padding: 2px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1rem;
  font-weight: 100;
  color: #fff;
  display: flex;
  align-items: baseline;
}
.start-article section.content .ym-console .output .line .time {
  margin-right: 20px;
  font-family: "Consolas";
  font-size: 0.8rem;
  color: #fff;
  opacity: 0.8;
}
.start-article section.content .ym-console .output .line p {
  font-family: "Consolas";
  font-size: 0.8rem;
  color: #41FF00;
}
.start-article section.content .ym-console input {
  background-color: transparent;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 6px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  transition: background-color ease 0.075s, border-color ease 0.075s, color ease 0.075s;
}
.start-article section.content .ym-console input.active {
  border-radius: 0 0 6px 6px;
}
.start-article section.content .ym-console input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.start-article section.content .ym-console input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.start-article section.content .ym-console input:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.75);
  color: rgba(255, 255, 255, 0.75);
}
.start-article section.content .ym-console input:hover::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.start-article section.content .ym-console input:hover::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.start-article section.content .ym-console input:focus {
  background-color: #fff;
  border-color: #fff;
  color: #202020;
  box-shadow: 0 4px 0 2px rgba(0, 0, 0, 0.1);
}
.start-article section.content .ym-console .go {
  background-color: rgba(255, 255, 255, 0.75);
  width: 35px;
  height: 35px;
  margin-top: 30px;
  cursor: pointer;
}
.start-article section.content .ym-console .go:hover {
  background-color: rgb(255, 255, 255);
}
.start-article section.content .ym-console .go span {
  font-weight: 300;
  font-size: 1.5rem;
  color: #202020;
  line-height: 0;
}

@media only screen and (max-width: 769px) {
  .about-article section .person-card {
    flex-direction: column;
  }
}
.about-article section .person-card img {
  width: 35%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 4px 0 2px rgba(0, 0, 0, 0.1);
  align-self: baseline;
}
@media only screen and (max-width: 769px) {
  .about-article section .person-card img {
    width: 100%;
  }
}
.about-article section .person-card .info {
  flex: 1;
}
@media only screen and (min-width: 769px) {
  .about-article section .person-card .info {
    margin-left: 40px;
  }
}
.about-article section .person-card .info h2 {
  width: 100%;
  margin-top: -15px;
  font-weight: 500;
  font-size: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 769px) {
  .about-article section .person-card .info h2 {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }
}
.about-article section .person-card .info h2 .born {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 1.5rem;
}
.about-article section .person-card .info .cards {
  margin-top: 30px;
  flex: 1;
  gap: 40px;
}
@media only screen and (max-width: 769px) {
  .about-article section .person-card .info .cards {
    flex-direction: column;
  }
}
.about-article section .person-card .info .cards .card {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 0 2px rgba(0, 0, 0, 0.1);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.about-article section .person-card .info .cards .card h3 {
  font-weight: 500;
}
.about-article section .person-card .info .cards .card ul {
  margin-bottom: 0;
  padding: 0 0 0 20px;
  list-style: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-article section .person-card .info .cards .card ul li {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.about-article section .person-card .info .cards .card ul li:last-child {
  margin-bottom: 0;
}
.about-article section .person-card .info .cards .card ul li span {
  margin: 0 15px 0 -20px;
  font-size: 1.25rem;
}
.about-article section .person-card .info .cards .card ul li sup {
  margin-left: 2px;
  align-self: flex-start;
  font-size: 0.7rem;
}
.about-article section .content {
  margin-top: 60px;
}
@media only screen and (max-width: 769px) {
  .about-article section .content {
    margin-top: 40px;
  }
}
.about-article section .content .table {
  margin-bottom: 40px;
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 769px) {
  .about-article section .content .table {
    flex-direction: column;
    gap: 40px;
  }
}
.about-article section .content .table > * {
  flex: 1;
}
.about-article section .content h3 {
  font-weight: 600;
  font-size: 2rem;
}
.about-article section .content ul {
  padding: 0;
  list-style: none;
}
.about-article section .content ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}
.about-article section .content ul li span {
  margin: 5px 20px 0 0;
  transform: translateY(5px);
}
.about-article section .content p, .about-article section .content li {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2rem;
}
.about-article section .content p {
  margin: 20px 0;
}
.about-article section .content *:last-child {
  margin-bottom: 0;
}

.development-article header {
  padding-bottom: 40px;
}
@media only screen and (max-width: 769px) {
  .development-article header {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .development-article header nav {
    margin-top: 40px;
  }
}
.development-article header nav ul {
  margin: 0;
}
@media only screen and (max-width: 769px) {
  .development-article header nav ul {
    justify-content: space-around;
  }
}
.development-article section {
  padding: 0 30px;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.development-article section.active {
  display: grid;
}
@media only screen and (max-width: 769px) {
  .development-article section {
    padding: 0 5vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
}
.development-article section .case {
  background: linear-gradient(10deg, rgba(0, 0, 0, 0.5) 50%, transparent 100%), var(--img);
  background-size: cover;
  background-position: center;
  padding: 60px;
  border-radius: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.development-article section .case:before {
  background: linear-gradient(10deg, var(--color) 0%, transparent 100%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity ease 2.5s;
}
.development-article section .case:hover::before {
  opacity: 0.4;
}
@media only screen and (max-width: 769px) {
  .development-article section .case {
    padding: 35px;
  }
}
.development-article section .case .content {
  width: 100%;
  position: relative;
  display: flex;
}
.development-article section .case .content .info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.development-article section .case .content .info h3 {
  max-width: 70%;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.25rem;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 769px) {
  .development-article section .case .content .info h3 {
    max-width: 100%;
    line-height: 2.25rem;
  }
}
.development-article section .case .content .info p.description {
  margin: 20px 0;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 769px) {
  .development-article section .case .content .info p.description {
    max-width: 70%;
  }
}
.development-article section .case .content .info nav {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .development-article section .case .content .info nav {
    flex-direction: column;
  }
}
@media only screen and (max-width: 769px) {
  .development-article section .case .content .info nav .features {
    width: 100%;
  }
}
.development-article section .case .content .info nav .features ul {
  margin: 5px 30px 0 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
}
@media only screen and (max-width: 769px) {
  .development-article section .case .content .info nav .features ul {
    width: 100%;
    margin-right: 0;
  }
}
.development-article section .case .content .info nav .features ul li {
  display: flex;
  align-items: baseline;
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}
.development-article section .case .content .info nav .features ul li span {
  margin-top: 1px;
  font-weight: 100;
  font-size: 1rem;
  color: #fff;
}
@media only screen and (max-width: 769px) {
  .development-article section .case .content .info nav .features ul li span {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .development-article section .case .content .info nav .links {
    width: 100%;
    justify-content: flex-end;
  }
}
.development-article section .case .content .info nav .links a {
  margin: 0 0 0 12px;
  padding: 4px 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  white-space: nowrap;
}
.development-article section .case .content .info nav .links a:hover {
  background-color: #fff;
  color: #202020;
}
@media only screen and (max-width: 769px) {
  .development-article section .case .content .info nav .links a {
    margin-top: 30px;
    padding: 10px 35px;
  }
}

main.dev-single .development-article {
  margin-top: var(--headerSize);
}

.modules-article section {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 769px) {
  .modules-article section {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
}
.modules-article section .module {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 0 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.modules-article section .module h4 {
  font-weight: 500;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modules-article section .module h4 span {
  font-size: 0.8rem;
  opacity: 0.5;
}
.modules-article section .module p {
  margin: 20px 0 40px 0;
  font-weight: 300;
}
.modules-article section .module .info {
  margin-top: auto;
  list-style: none;
  justify-content: flex-end;
}
.modules-article section .module .info li {
  margin-left: 25px;
  display: flex;
  align-items: center;
}
.modules-article section .module .info li span {
  margin-right: 5px;
  font-size: 1rem;
}
.modules-article section .module nav {
  margin-top: 20px;
  justify-content: flex-end;
}
.modules-article section .module nav a {
  margin-left: 10px;
  padding: 4px 14px;
  border: 1px solid #202020;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.modules-article section .module nav a:hover {
  background-color: #202020;
}
.modules-article section .module nav a:hover span {
  color: #fff;
}
.modules-article section .module nav a span {
  font-weight: 300;
  font-size: 1rem;
}

.projects-article {
  background-color: #FFDBCC;
}
.projects-article section .project {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 4px 0 2px rgba(0, 0, 0, 0.1);
}
.projects-article section .project:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .projects-article section .project {
    padding: 60px 40px 40px 40px;
    flex-direction: column;
  }
}
.projects-article section .project header {
  gap: 60px;
}
.projects-article section .project header img[alt=icon] {
  flex: 1;
}
@media only screen and (max-width: 769px) {
  .projects-article section .project header img[alt=icon] {
    display: none;
  }
}
.projects-article section .project header .info {
  flex: 9;
}
.projects-article section .project header .info img[alt=logo] {
  width: 20%;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .projects-article section .project header .info img[alt=logo] {
    width: 70%;
    margin: 0 15%;
  }
}
.projects-article section .project header .info p.description {
  margin-top: 30px;
  font-size: 1.1rem;
}
@media only screen and (max-width: 769px) {
  .projects-article section .project header .info p.description {
    margin-top: 60px;
  }
}
.projects-article section .project header nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 769px) {
  .projects-article section .project header nav {
    flex-direction: row;
  }
}
.projects-article section .project header nav a {
  width: 100%;
  padding: 8px 20px;
  border: 1px solid #202020;
  border-radius: 6px;
  text-align: center;
}
.projects-article section .project header nav a:hover {
  background-color: #202020;
  color: #fff;
}
.projects-article section .project .data {
  margin-top: 60px;
}
.projects-article section .project .data h4 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 22px;
}
.projects-article section .project .data .videos {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 769px) {
  .projects-article section .project .data .videos {
    grid-template-columns: repeat(1, 1fr);
  }
}
.projects-article section .project .data .videos .video {
  display: flex;
}
.projects-article section .project .data .videos .video iframe {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16/9;
}

.music-article {
  background-color: #f5f5f5;
}
.music-article section .albums {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 769px) {
  .music-article section .albums {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
  }
}
.music-article section .albums .album {
  background-color: #202020;
  background: var(--img);
  background-size: cover;
  background-position: center;
  padding: 40px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 1;
  transition: box-shadow ease 0.1s;
  cursor: pointer;
}
.music-article section .albums .album:hover {
  box-shadow: 0 4px 0 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 769px) {
  .music-article section .albums .album {
    padding: 25px;
  }
}
.music-article section .albums .album .album-name {
  font-weight: 300;
  font-size: 1.25rem;
  color: #fff;
}
@media only screen and (max-width: 769px) {
  .music-article section .albums .album .album-name {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1rem;
  }
}
.music-article section .albums .album .band {
  font-weight: 300;
  font-size: 0.9rem;
  color: #fff;
}
@media only screen and (max-width: 769px) {
  .music-article section .albums .album .band {
    font-size: 0.6rem;
  }
}

.contact-article section {
  gap: 40px;
}
@media only screen and (max-width: 769px) {
  .contact-article section {
    flex-direction: column;
  }
}
.contact-article section .column {
  flex: 1;
}
.contact-article section h4 {
  margin-bottom: 10px;
}
.contact-article section ul {
  margin-bottom: 40px;
  list-style: none;
}
.contact-article section ul:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .contact-article section ul {
    flex-direction: column;
  }
}
.contact-article section ul li {
  margin-right: 40px;
  display: flex;
  align-items: center;
}
.contact-article section ul li a {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.contact-article section ul li a span, .contact-article section ul li a img {
  margin-right: 10px;
}
.contact-article section ul li a img {
  width: 20px;
  height: auto;
}

.contact-form nav {
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .contact-form nav {
    flex-direction: column;
    gap: 15px;
  }
}
.contact-form nav .message {
  margin-right: 20px;
  padding: 6px 20px;
  border-radius: 10px;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 769px) {
  .contact-form nav .message {
    width: 100%;
    margin: 0;
  }
}
.contact-form nav .message.success {
  background-color: #EFE3A9;
  color: #675F31;
  display: block;
}
.contact-form nav .message.error {
  background-color: #FFDAD4;
  color: #BA1B1B;
  display: block;
}
.contact-form nav button {
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  align-self: flex-end;
}
@media only screen and (max-width: 769px) {
  .contact-form nav button {
    width: 100%;
    margin: 0;
  }
}/*# sourceMappingURL=frames.css.map */