html, body {
    height: 100%;
}
#content {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px;
}
#footer, #push {
    height: 80px;
}

body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    color: #585858;
}
h1 {
    color: #666666;
}
.navbar-default-tty {
  background-color: #31ccb0;
  color: #fff;
  border: 0px solid transparent;
  background-image: none;
  margin-bottom: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0px;
}
.navbar-default-tty .navbar-text {
  color: #fff;
}
.navbar-default-tty .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar-default-tty .navbar-nav > li > a:hover,
.navbar-default-tty .navbar-nav > li > a:focus {
  color: rgb(68,72,79);
  background-color: transparent;
}
.navbar-default-tty .navbar-nav > .active > a,
.navbar-default-tty .navbar-nav > .active > a:hover,
.navbar-default-tty .navbar-nav > .active > a:focus {
  color: rgb(68,72,79);
  background-color: transparent;
}
.navbar-default-tty .navbar-nav > .disabled > a,
.navbar-default-tty .navbar-nav > .disabled > a:hover,
.navbar-default-tty .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default-tty .navbar-toggle {
  border-color: #fff;
}
.navbar-default-tty .navbar-toggle:hover,
.navbar-default-tty .navbar-toggle:focus {
  background-color: #eee;
}
.navbar-default-tty .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default-tty .navbar-collapse,
.navbar-default-tty .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default-tty .navbar-nav > .open > a,
.navbar-default-tty .navbar-nav > .open > a:hover,
.navbar-default-tty .navbar-nav > .open > a:focus {
  color: rgb(68,72,79);
  background-color: transparent;
}
.navbar-default-tty .navbar-link-tty {
  color: #fff;
}
@media (max-width: 767px) {
    .navbar-default-tty .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
}
.navbar-brand img {
    vertical-align: top;
    margin-right: 20px;
}
.dropdown-menu-tty {
  background-color: #fff;
}
.dropdown-menu-tty > li > a {
    color: #585858;
}
.dropdown-menu-tty > li > a:hover, .dropdown-menu-tty > li > a:focus {
    background-image: none;
    color: rgb(68,72,79);
}
.below-navbar {
    margin-top: 50px;
}
span.laptop {
    display: none;
    margin: -20px auto -70px;
}
img.laptop {
    width: 600px;
    height: 372px;
}
span.screenshot {
    display: none;
    margin: 0 auto;
}
img.screenshot {
    height: 160px;
    width: 265px;
    border: 1px solid rgb(68,72,79);
}
img.square {
    display: none;
    width: 172px;
    height: 172px;
    margin: 0 auto;
}
img.icon {
    width: 50px;
    height: 50px;
    vertical-align: bottom;
    margin-bottom: -10px;
    margin-left: -10px;
}
img.client {
    margin: 20px auto 0px;
    display: block;
}
img.mugshot {
    width: 75px;
    height: 75px;
    margin-top: 20px;
}
div.jumbotron {
    background-color: #31ccb0;
    color: rgb(68,72,79);
}
div.jumbotron a {
    color: #fff;
}
@media screen and (min-width: 768px) {
    .jumbotron h1, .jumbotron .h1 {
        font-size: 45px;
    }
    span.laptop, span.screenshot, img.square {
        display: block;
    }
    .next-section {
        margin-top: 50px;
    }
    .footer-left {
        text-align: left;
    }
    .footer-middle {
        text-align: center;
    }
    .footer-right {
        text-align: right;
    }
}
p.benefit {
    margin-top: 20px;
}
div.footer {
    color: #ababab;
    margin-top: 40px;
}

.subscribe {
    margin-top: 40px;
}
.subscribe input[type=text], .subscribe input[type=password], .subscribe input[type=email] {
    border-width: 2px;
    border-color: #ecf0f1;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    font-size: 16px;
    color: #b7bcbf;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}
.subscribe input[type=text]:focus, .subscribe input[type=password]:focus, .subscribe input[type=email]:focus {
    border-color: #31ccb0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #505050;
}
.btn-submit {
    background-color: #31ccb0;
    color: #fff;
    border-radius: 5px;
    margin: 0px;
    padding-top: 5px;
    height: 40px;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-submit:hover, .btn-sumbit:focus {
    background-color: #41aaa0;
    color: #fff;
}