body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

.hidden {
  display: none; }

a:hover {
  text-decoration: none; }

.center {
  text-align: center; }

.slide {
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .slide .screenie {
    padding: 40px 20px; }
  .slide .screenie > img.screenie-img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    text-align: center; }
  .slide .subtext, .slide .mobile-sub-text {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #111111;
    text-align: center; }
    .slide .subtext h2, .slide .mobile-sub-text h2 {
      font-weight: 300;
      font-size: 30px; }
    .slide .subtext h1, .slide .mobile-sub-text h1 {
      font-weight: 300;
      font-size: 40px; }
    .slide .subtext p.lead, .slide .mobile-sub-text p.lead {
      font-size: 20px;
      margin-bottom: 40px; }

.btn-raised {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); }

.btn {
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  border-size: 0;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: bold; }

.btn-primary {
  background-color: #2f8095; }

.btn-primary:hover {
  background-color: #2f8095; }

.btn-white {
  background-color: white;
  color: #2f8095; }

.btn-white:hover {
  color: #2f8095; }

.btn-important {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 40px; }

.btn-cta {
  width: 320px; }

.circle-nav-toggle {
  background-color: white;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  margin-right: 20px;
  right: 0px;
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute; }
  .circle-nav-toggle img {
    display: block;
    margin: 0 auto;
    height: 20px; }

.nav-abs {
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%; }

.static {
  position: fixed; }

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
.click {
  cursor: pointer; }

#nav {
  margin-right: 20px;
  margin-top: 10px; }
  #nav li {
    padding: 10px 10px;
    color: #2f8095;
    font-family: "Lato", sans-serif;
    font-weight: bold; }
  #nav li:hover {
    background-color: #ecf0f1; }

.dropdown-menu {
  background-color: white; }
