body {
  background: rgb(241, 223, 0);
}

.bold {
  font-weight: bold
}

.header {
  margin-top: 6rem;
  text-align: center;
}

.value-prop {
  margin-top: 1rem;
}

.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.docs-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600;
  text-align: center
}

.docs-section {
  padding: 4rem 0;
  margin-bottom: 0;
}

.value-img {
  display: block;
  text-align: center;
  margin: 1rem auto 0;
}

.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal;
}

img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}

.avatar {
  width: 100%;
  position: relative;
  height: auto;
}

#icons img {
  width: 25%;
  display: none;
}

#contact .social h6 {
  text-align: center;
}

section {
  position: relative;
  margin: 1rem;
}

section#logo {
  display: none;
}

@media (min-width: 55rem) {
  section#logo {
    display: block;
  }
}

header {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 223, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 223, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 223, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1df00', GradientType=0);
  padding: 1rem;
  text-align: center;
}

header img {
  margin: 2rem auto;
}

section {
  background: rgb(255, 255, 255);
  max-width: 55rem;
  padding: 1em;
}

footer {
  background: rgb(241, 223, 0);
  background: -moz-linear-gradient(top, rgba(241, 223, 0, 1) 1%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(241, 223, 0, 1) 1%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(241, 223, 0, 1) 1%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1df00', endColorstr='#ffffff', GradientType=0);
  text-align: center;
  padding: 4rem 2rem;
}

@media (min-width: 55rem) {
  section {
    margin: 1rem auto
  }

  header img {
    width: 90%;
    margin: 4rem auto;
  }
}

.tableList .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.tableList .row+.lastRow {
  border-bottom: none;
}

td.wide80 {
  width: 80%;
}

td.wide90 {
  width: 90%;
}

.twitter {
  background: rgba(85, 172, 238, 1);
  padding: 0 1rem;
}


/* Larger than phone */
@media (min-width: 550px) {
  .header {
    margin-top: 18rem;
  }

  .value-props {
    margin-top: 9rem;
    margin-bottom: 7rem;
  }

  .value-img {
    margin-bottom: 1rem;
  }

  .docs-section {
    padding: 6rem 0;
  }

}

/* Larger than tablet */
@media (min-width: 55rem) {
  #icons img {
    width: 100%;
    display: block;
  }
}



/*------------------------------------------------*/
/*------------------------------------------------*/
/*---------------------NAVBAR---------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

nav img {
  display: inline-block;
  margin: 0;
}

/*--FIX NAVBAR TO TOP--*/
.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  height: 3rem;
  border-bottom: 1px solid #060e9f;
}

/*--FIT SPACER BEHIND TO PUSH CONTENT DOWN--*/
/* .navbar-spacer removed as we use position: sticky now */

.navbar-list {
  list-style: none;
  margin-bottom: 0;
  background: white;
}

.navbar-item {
  position: relative;
  display: block;
  text-align: center;
  padding: 0.5rem 0;
}

.navbar-link,
.navbar-link--hidden,
.show-menu {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: .2rem;
  text-decoration: none;
  color: #222;
  text-align: center;
}

.navbar-link--home {
  display: none;
}

.navbar-link--hidden {
  display: block;
}

.navbar-link img,
.show-menu img {
  vertical-align: middle;
  height: 3rem;
}

.navbar-link.active {
  color: #060e9f;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
  display: block;
}

/*Hide checkbox*/
input[type=checkbox] {
  display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked~.navbar-list {
  display: block;
}

.navbar-list {
  display: none;
}



li {
  margin-bottom: 1.5rem;
}

/* Larger than tablet */
@media (min-width: 55rem) {
  li {
    margin-bottom: 0;
  }



  .navbar {
    display: block;
    width: 100%;
    height: calc(5rem + 15px);
    background: #fff;
    z-index: 99;
    text-align: center;
  }

  .navbar-spacer {
    display: block;
    width: 100%;
    height: calc(5rem + 15px);
    background: #fff;
    z-index: 98;
    text-align: center;
  }

  .bluestripe {
    background-color: #1C3F94;
    height: 10px;
    clear: both;
  }

  .yellowstripe {
    background-color: #f1df00;
    height: 3px;
    clear: both;
  }

  .whitestripe {
    background-color: #ffffff;
    height: 3px;
    clear: both;
  }

  .redstripe {
    background-color: #e31b23;
    height: 2px;
    clear: both;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  }


  .navbar-list {
    display: block;
  }

  .navbar-item {
    display: inline-block;
    padding: 0;
  }

  .navbar-link {
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 4rem;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222;
  }

  .navbar-link--home {
    display: block;
  }

  .navbar-link--hidden {
    display: none;
  }

  .navbar-link img {
    vertical-align: middle;
    display: inline-block;
  }

  .navbar-link.active {
    color: #1c3f94;
  }

  /*Style 'show menu' label button and hide it by default*/
  .show-menu {
    display: none;
  }



}













video {
  width: 100%;
  height: auto;
}



.small {
  font-size: 0.8rem;
}