body {
    font-size: 16px;
}

header {
    padding: 12px;
}

h2 {
    font-size: 28px;
    line-height: 1.1;
    margin: 24px 0 16px 0;
}

h3 {
    font-size: 24px;
}

.hidden {
    display: none;
}

.button {
    background-color: #31d158;
    border: 0;
    border-radius: 8px;
    color: #000;
    position: relative;
    top: 8px;
    padding: 6px 16px;
    text-decoration: none;
}

.button:hover {
    text-decoration: none;
    background-color: #35c759;
    color: #fff;
}

.bgdark {
    background-color: #0a0a15;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.hero {
    margin: 0 auto;
    width: 80%;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    padding: 48px 0;
}

.network {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.network:last-child {
    border-bottom: 0;
}

.networks {
    padding: 60px 0;
}

footer {
    background-color: #000;
    padding: 60px 0;
}

.table-striped {
    border: 1px solid #999;
}

.table-striped th,
.table-striped td {
    padding: 4px 8px;
}

.table-striped tr:nth-child(odd) {
    background-color: #e1e1e1;
}

.table-striped thead th {
    background-color: #999;
}

.table caption {
    text-align: center;
}

ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

  float:left;
}

ul.nav li {
  float: left;
}
ul.nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  color:#999;
}
ul.nav li a.active {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
}

/* Change the link color to #111 (black) on hover */
ul.nav li a:hover {
    color:#fff;
}
.visible-xs {
    display: none;
}
.hero .nav {
    font-size:12px;
    margin-bottom:12px;
}
@media (max-width: 600px) {
    .hero {
        width: auto;
        font-size: 23px
    }
    h2 {
        font-size: 26px
    }
    h3 {
        margin-top: 16px;
    }
    header img {
        height: 40px;
    }
    .networks {
        padding: 20px 0;
    }
    .button {
        top: 6px;
        font-size: 12px;
    }
    .hidden-xs {
        display:none;
    }
    .visible-xs {
        display: block;
    }
    ul.nav li a {
        padding: 14px 4px;
    }
}
