html,body { height: 100%; }

header {
  padding: 8vh 6vw;
  color: white;
}

header p {
  font-size: 1.4rem;
  line-height: 2rem;
}
section {
  padding: 8vh 6vw;;
}

.sub {
  padding: 4vh 6vw;;
}

.docs-section-title {
  font-weight: 900;
  padding-top: 0;
  margin-top: 0;
}

#welcome {
  background: linear-gradient(180deg, #0C1A31 0%, #2C075E 100%);
  /*background-color: #0c1a31;*/
  color: #fff;
}

.welcome-copy {
  font-size: 1.25rem;
  line-height: 1.8rem;
}

footer.footer {
  background-color: #430880;
  box-shadow: 0 1px 0 0 #080808;
}

@media only screen and (min-width: 1400px) {
  .row-wrap {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.col-md-6 {
  padding: 0;
}

button {
  color: #2F80ED;
  background: #fff;
  border-radius: 48px;
  border-color: #2F80ED;
  padding: 7px 14px;
  font-weight: bold;
  margin: 0px 8px 8px 0px;
}

button.primary{
  color: #fff;
	background: #2F80ED;
}

.linked-bg .minor-section a.button.secondary {
    margin: 10px;
}
a.button.secondary {
    font-weight: 600;
    letter-spacing: 0.2em;
}
a.button.slack-button {
    padding: 12px 15px 12px 10px;
    margin-top: 5px;
}

img.value {
  width: 100%;
  max-width: 100px;
}


.section-install {
  background-image: url("../images/install-bg.png");
  background-color: #1E093A;
  color: #fff;
  background-size: cover;
  background-position: 99%;

}

.section-linkerd {
  background-image: url("../images/linkerd-bg.png");
  color: #fff;
  background-size: cover;
  background-position: 99%;
}

.copy-white {
  color: #fff;
}

.supertitle {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.2px;
  margin-bottom: 16px;
  font-weight: 400;
}

.linkerd-identity {
  max-width: 280px;
  margin-bottom: 16px;
}

.section-headline {
  font-size: 36px;
  font-weight: 300;
}

.click-to-copy-icon {
  height: 16px;
}
.click-to-copy-command {
  line-height: 32px;
}

.click-to-copy-container {
  background: #333333;
  padding: 8px 0 8px 8px;
  border-radius: 8px;
  overflow: hidden;
  width: 352px;
}

p.code {
  margin: 10px 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 30em;
  animation: type 2s steps(90, end);
}

p.code:nth-child(2){
  animation: type2 2s steps(1, end);
}

p.code:nth-child(3){
  animation: type3 3s steps(1, end);
}

p.code:nth-child(4){
  animation: type4 4s steps(1, end);
}

p.code:nth-child(5){
  animation: type5 7s steps(300, end);
}

p.code:nth-child(6){
  animation: type6 7s steps(1, end);
}

p.code:nth-child(7){
  animation: type7 8s steps(1, end);
}

p.code:nth-child(8){
  animation: type8 9s steps(1, end);
}

p.code:nth-child(9){
  animation: type9 11s steps(300, end);
}

p.code:nth-child(10){
  animation: type10 12s steps(1, end);
}

.cursor {
  animation: blink 1s infinite;
}

@keyframes type{
  from { width: 0; }
}

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; }
}

@keyframes type3{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; }
}

@keyframes type4{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; }
}

@keyframes type5{
  0%{width: 0;}
  66%{width: 0;}
  100%{ width: 100; }
}

@keyframes type6{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; }
}

@keyframes type7{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; }
}

@keyframes type8{
  0%{width: 0;}
  85%{width: 0;}
  100%{ width: 100; }
}

@keyframes type9{
  0%{width: 0;}
  85%{width: 0;}
  100%{ width: 100; }
}

@keyframes type10{
  0%{ width: 0;}
  85%{ width: 0;}
  100%{ width: 100; }
}

@keyframes blink{
  to{opacity: .0;}
}

::selection{
  color: #fff;
  background: #7b1082;
}

.code-return {
  color: #fff;
}

.window {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 405px;
  max-width: 440px;
}

.shadow {
  position: absolute;
  left: 17px;
  right: 17px;
  height: 490px;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  background: #000;
  -webkit-filter: blur(30px);
  filter: blur(30px);
}


.lid {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(45deg, #e0e0e0, #F3F8FB);
  box-shadow: inset 1px -4px 6px rgba(145, 161, 181, .3)
}

.window-close {
  position: absolute;
  --size: 8px;
  width: var(--size);
  height: var(--size);
  top: 8px;
  left: 2%;
  margin-left: calc(var(--size) / -2);
  border-radius: 50%;
  background: #ff0000;
}

.window-minimize {
  position: absolute;
  --size: 8px;
  width: var(--size);
  height: var(--size);
  top: 8px;
  left: 4%;
  margin-left: calc(var(--size) / -2);
  border-radius: 50%;
  background: #F2C94C;
}

.window-full {
  position: absolute;
  --size: 8px;
  width: var(--size);
  height: var(--size);
  top: 8px;
  left: 6%;
  margin-left: calc(var(--size) / -2);
  border-radius: 50%;
  background: #6FCF97;
}

.screen {
  color: #6FCF97;
  font-family: "Fira Mono", "Courier";
  font-size: .75rem;
  position: absolute;
  top: 24px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 2px 2px 8px 8px;
  box-shadow: -1px 1px 6px rgba(171,183,204,.2);
  background: #333333;
}

.screen .code {
  font-size: .8rem;
}

.github-stat-buttons iframe {
  margin-right: 8px;
}

.slack-button img {
  margin-top: -3px;
  margin-right: 3px;
}
.button.secondary.commercial-support-button {
  background-color: #008ca0;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.conduit-bg {
  background-image: url("../images/conduit_hero.png");
  background-size: cover;
  background-position: 99%;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.big-paragraph {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
}
.minor-heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.minor-section {
  padding: 50px 0;
}
.minor-section .button {
  margin: 10px 0 10px 0;
}
.major-section {
  padding: 60px 80px;
}
.logo-well {
  padding: 22px;
  background-color: #f6f6f6;
  display: inline-block;
  border-radius: 272px;
}
.logo {
  width: 116px;
}
.cncf {
  font-size: 22px;
  font-weight: 300;
}
.cncf-logo {
  width: 300px;
  margin-top: 30px;
}
hr.cncf-separator {
  height: 1px;
  background-color: #9d9d9d;
  margin: 50px 0;
}

.value-prop-header {
  max-width: 1156px;
  margin: 0px auto;
  padding: 7vw 0 3vw 0;
}

.conduit-features h2 {
  padding: 0 0 10px 0;
  margin-top: 0;
  font-weight: 500;
  line-height: 40px;
}

.copy a.button {
  margin-top: 56px;
}

.salmon-announcement {
  background: #FF576B;
  text-align: center;
  padding: 12px 0;
  color: #fff;
  font-size: 17px;
}

.salmon-announcement a {
  color: #fff;
  text-decoration: underline;
}

.salmon-announcement a:hover {
  text-decoration: none;
}

.max-height { height: 100%; }
