.w-form-formrecaptcha {
  margin-bottom: 8px;
  margin-top:15px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

html {
  height: 100%
}

body {
  background-color: #20204c;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main {
  display: inline-block;
  height: auto;
  margin:0 auto;
  width:100%;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
}

.heading {
  display: block;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #4a90e2;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  color: #676686;
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  color: #676686;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
}

.box-text {
  width: 100%;
  height: 100%;

  border-bottom: 1px solid #dce9f9;
  border-radius: 15px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f5faff)
  );
  background-image: linear-gradient(180deg, #fff, #f5faff);
}

.nano-test-network {
  padding: 30px 20px ;
  background-color:#f4faff;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom: 1px solid #dce9f9;


}

.nano-node-setup {
  padding: 30px 50px ;
  border-bottom: 1px solid #dce9f9;
}

.other-builds {
  padding: 30px 50px ;
  text-align:  center;
}

.other-builds code {
  margin: 0 0 20px 0;
  display: flex;
  background-color: #f2f2f2;
  justify-content: center;
  line-height: 50px;
  border-radius: 5px;
}

.other-builds .link {
  font-size: 16px;
}

.nano-testing-faucet {
  padding: 30px 50px ;
  border-bottom: 1px solid #dce9f9;
}

.link {
  color:#4a90e2;
  text-decoration: none;
}

.link:hover{
  text-decoration: underline;
}

.link-arrow:after {
  display: inline-block;
  content: "";
  width: 32px;
  height: 20px;
  background: transparent url(../images/link-arrow.svg) no-repeat;
  background-size: 20px 12px;
  background-position: left 8px;
}

.recaptcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.connect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}


/* BUTTONS */

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 58px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.08);  
  font-family: "Open Sans", sans-serif;
  color: #4a90e2;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.btn-group {
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button {
  display: flex;
  align-items: center;
  margin-top:20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.button-primary {
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 10px 20px 0 rgba(74,144,226,0.25);
  background: #4A90E2;
  color: #FFFFFF;
  border: 1px #4A90E2 solid;
}

.button-primary:hover {
  background: #3379CA;
  border: 1px #3379CA solid;
}

.button-primary:focus, .button-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38,143,255,0.5);
  outline:none;
}

.button-outline {
  padding: auto .25rem;
  background-color:#FFF;
  border-color: #dce9f9;
  box-shadow:none;
  color:#000;
  text-decoration: none;
}

.button-outline:hover {
  background-color:#f4faff;
}

/* END BUTTON */

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  height: auto;
  margin-top:20px;
}

.social-items {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  margin: 30px auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.image {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

/* FORM */

form#email-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}

input {
  width: 100%;
  height: 58px;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 5px;
  margin: 0 0 15px 0;
  border:1px solid #dce9f9
}


/* CENTERING */
.center {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.center svg {
  margin-right:15px;
  width:24px;
  height:24px;
  fill: white;  
}



/* MEDIA QUERIES */

@media screen and (max-width: 991px) {
  .body {
    background-position: 50% 50%;
  }
  .box {
    width: 90%;
  }
  .social-items {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 9%;
    width: 550px;
    margin-top: 80px;
  }
  form#email-form {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .body {
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  .header {
    height: 120px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
  .box {
    margin-bottom: 20px;
  }
  .btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer {
    height: auto;
  }
  .social-items {
    width: 490px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .center {
    display: flex;
    flex-direction: column;
  }

}

@media (max-width: 479px) {
  .header {
    height: 110px;
  }
  .box {
    width: 100%;
    margin-bottom: 20px;
  }
  .heading {
    font-size: 26px;
    line-height: 150%;
  }
  .heading-2 {
    font-size: 16px;
  }

  .recaptcha {
    width: 100%;
    max-width: 100%;
  }
  .btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .button-outline {
    width: 100%;
    justify-content: space-between;
  }

  .w-col-3 .button-outline {
    justify-content: center;
    text-align: center;
  }

  .social-item {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .social-items {
    display: -ms-grid;
    display: grid;
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

}

@media screen and (max-width: 479px) {
  
  #w-node-12a8f9d55c64-34ecb33c {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-3324b178a631-34ecb33c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-f63607e9aaa1-34ecb33c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-c265aac01f0d-34ecb33c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-77f9686c9656-34ecb33c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-1e8ac23d5f92-34ecb33c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-4c6c2c22809b-34ecb33c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-f97046270f16-34ecb33c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
