/*!
 * Copyright (C) 2022 DagsHub - All Rights Reserved.
 *  You may not use, distribute or modify this code under any circumstances.
 */
/* Transitions & Emphasis */
.transition-up {
  visibility: hidden;
}
#supported-tools-segment {
  z-index: 1;
  background: var(--bright-bg);
  margin-top: -100rem;
  padding: calc(100rem + 6rem) 0 200px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vh), 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vh), 0 100%);
}
#supported-tools-segment .row {
  padding-top: 0;
}
#supported-tools-segment .column {
  padding-bottom: 15px;
}
#supported-tools-segment .ui.header.subtitle {
  margin-top: -10px;
  font-weight: normal;
}
#supported-tools-segment .home-page-tooltip[data-tooltip]:after {
  background: var(--medium-bg);
  color: var(--text-color-dark);
  border: var(--dark-bg);
  padding: 0.333em 1em;
}
#supported-tools-segment .home-page-tooltip[data-tooltip]:before {
  background: var(--medium-bg);
  -webkit-box-shadow: 1px 1px 0 0 var(--dark-bg);
  box-shadow: 1px 1px 0 0 var(--dark-bg);
}
#supported-tools-segment img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#supported-tools-segment .column:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.1);
}
#supported-tools-segment #any-other-tool {
  margin-top: 1em;
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1.2;
}
#supported-tools-segment .ui.center.aligned.relaxed.equal.width.grid {
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #supported-tools-segment h1 .underline-animation {
    font-size: 1.75rem;
    padding: 0;
  }
  #supported-tools-segment h2.ui.header {
    font-size: 1.4rem;
  }
  #supported-tools-segment #any-other-tool {
    font-size: 1.4rem;
  }
  #supported-tools-segment .column img {
    max-width: 100%;
  }
}
.home a.inverted {
  color: #8adfff;
}
.home a.inverted:hover {
  color: #afe1f5;
}
.padded-masthead {
  padding: 10em 0;
}
.above-the-fold {
  padding-top: 30px;
  background: none;
  /* fallback for old browsers */
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vh), 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vh), 0 100%);
  z-index: 4;
}
.above-the-fold::before {
  content: "";
  background: #1b1c1d;
  /* fallback for old browsers */
  background: -webkit-radial-gradient(circle farthest-corner, #1b1c1d, #292a2b);
  /* Chrome 10-25, Safari 5.1-6 */
  background: radial-gradient(circle farthest-corner, #1b1c1d, #292a2b);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.background-effect-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.background-effect-container .background-effect-layer {
  width: 100%;
  height: 100%;
  background-image: url(d4573319065f4de74d8c.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.1);
  position: absolute;
  z-index: -1;
  opacity: 0.07;
}
.homepagehero_content p {
  color: #f5fffa !important;
  font-size: 1.6rem !important;
  line-height: 2.8rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.homepagehero_content p.subtitle-2 {
  font-size: 1.4rem !important;
}
.homepagehero_content h1.ui.header {
  font-size: 4rem !important;
  font-weight: 700;
  margin-bottom: 0;
  text-shadow: -2px 2px 5px rgba(0, 0, 0, 0.4);
  color: #f2fff9;
}
.home-signup .ui.button {
  font-weight: normal;
}
#principles {
  z-index: 3;
  background: var(--bright-bg);
  padding: 5rem 0;
}
#principles .six.column {
  padding-left: 1.5rem;
}
#principles .principle-detail.checkmarks {
  line-height: 2.2rem;
}
#principles > .ui.grid {
  justify-content: center;
}
#principles h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
#principles h3 {
  font-size: 2rem;
}
#principles p,
#principles li {
  font-size: 18px;
  font-weight: 400;
}
#principles ul {
  padding-left: 20px;
}
#principles ul.principle-detail {
  text-align: left;
}
#principles ul li {
  padding: 8px 0;
}
#principles .principle-link {
  font-size: 16px;
  font-weight: bold;
}
#principles img {
  object-fit: cover;
  max-width: 100%;
}
#principles .next-prev-buttons {
  display: none;
}
#principles .next-prev-buttons .icon {
  position: absolute;
  top: 45%;
  color: var(--text-color-dark-faded);
}
#principles .next-prev-buttons .icon:hover {
  color: var(--text-color-dark);
}
#principles .next-prev-buttons .left.icon {
  left: 0;
}
#principles .next-prev-buttons .right.icon {
  right: 0;
}
#principles .principle-description {
  margin-bottom: 0;
  color: var(--text-color-bright);
}
#principles #mobile-principle-container {
  display: none;
}
#principles.ui.segment {
  color: var(--text-color-bright);
}
#resources-principles h3 {
  font-size: 2rem;
}
#resources-principles p,
#resources-principles li {
  font-size: 18px;
  font-weight: 400;
}
#resources-principles ul {
  padding-left: 20px;
}
#resources-principles ul li {
  padding: 8px 0;
}
#principle-container {
  margin: 8rem auto 2rem;
}
#how-it-works-segment {
  padding: calc(5vh + 6rem) 0;
  background: linear-gradient(to right, var(--medium-bg), hsl(190, 76%, 35%));
  z-index: 2;
  clip-path: polygon(0 0, 100% 5vh, 100% 100%, 0 calc(100% - 5vh));
  -webkit-clip-path: polygon(0 0, 100% 5vh, 100% 100%, 0 calc(100% - 5vh));
  margin-top: 2px;
}
#how-it-works-segment p {
  margin: unset;
}
#how-it-works-segment p.principle-detail {
  margin: 1rem;
}
#how-it-works-segment .ui.big.button {
  color: var(--white);
  border-radius: var(--button-radius-big);
  background: var(--purple-600);
}
#how-it-works-segment .ui.big.button:hover {
  background: var(--purple-800);
}
#landing-footer {
  background: var(--medium-bg);
  z-index: 0;
  margin-top: -200rem;
  padding: calc(200rem + 1rem) 0 5rem;
}
#resources-principles .icon {
  display: inline-flex;
  border-radius: 50%;
  background-color: #f6f6f6;
}
#resources-principles .six.column {
  padding-left: 1.5rem;
}
#resources-principles > .ui.grid {
  justify-content: center;
}
#social-media {
  z-index: 2;
}
#social-media h3 {
  margin-bottom: 2rem;
}
#social-media .tweet {
  box-shadow: 0 2px 6px 1px hsla(0, 0%, 0%, 0.2);
  border-radius: var(--roundness);
}
#social-media > .ui.grid > .row > .column {
  display: flex;
  justify-content: center;
}
.principle-detail + img {
  margin-top: 1rem;
}
/* Media Queries */
@media only screen and (max-width: 767px) {
  .above-the-fold {
    padding-bottom: 125px;
  }
  #featured-repos {
    display: none;
  }
  .homepagehero_content {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .padded-masthead {
    padding: 5em 0em;
  }
}
@media only screen and (max-width: 767px) {
  #principle-container {
    margin: 6rem auto 2rem;
  }
  img {
    max-width: 100%;
  }
  #principles .subtitle.header {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 600px) {
  .homepagehero_content h1.ui.header {
    font-size: 3.3rem !important;
  }
  .homepagehero_content p {
    font-size: 1.5rem !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .homepagehero_content h1.ui.header {
    font-size: 3.6rem !important;
  }
  .homepagehero_content p {
    font-size: 1.3rem !important;
  }
  .homepagehero_content p.subtitle-2 {
    font-size: 1.5rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 970px) {
  .homepagehero_content h1.ui.header {
    font-size: 3.3rem !important;
  }
  .homepagehero_content p {
    font-size: 1.4rem !important;
  }
}
@media only screen and (min-width: 971px) and (max-width: 1200px) {
  .homepagehero_content h1.ui.header {
    font-size: 4.3rem !important;
  }
  .homepagehero_content p {
    font-size: 1.3rem !important;
  }
  .homepagehero_content p.subtitle-2 {
    font-size: 1.5rem !important;
  }
}

