body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
}

@-webkit-keyframes bounce {
  0%		  { bottom:50px; }
  50% 		{ bottom:40px; }
  100%    { bottom:50px; }
}

a {
  outline: none;
}

button:focus {outline:0 !important;}

.btn {
  outline: none;
}

.btn-custom {
  background: transparent;
  border-color: #fff;
  border-width: 2px;
  color: #fff;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-custom:hover, .btn-custom:active, .btn-custom:visited {
  background: #fff;
  color: #00a3d8;
}

.btn-home-feature {
  margin-top: 30px;
}

.content-body {
  margin-top: calc(100vh + 25px);
  margin-bottom: 25px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar li:active {
  background: transparent;
}

.navbar li a {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0.50;
}

.navbar li a:hover, .navbar li a:focus {
  color: #ffffff;
  background: transparent;
  opacity: 1.0;
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition:.25s;
}

#top-logo {
  width: 80px;
  height: auto;
}

/* SPLASH VIDEO
-------------------------------------------------- */

.marketing-splash {
  width: 100%;
  height: 100vh;
  background:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url('./bg1.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.marketing-splash h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -2px;
}

.marketing-splash h3 {
  font-size: 20px;
  font-weight: 300;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.marketing-splash-content-wrap {
  width: 750px;
  margin: 250px auto 0px;
  color: #fff;
}

.marketing-splash-content {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 0;
  text-align: center;
}

.marketing-splash-content .app-store-download {
  margin-top: 25px;
  width: 150px;
  height: auto;
}

@media (max-width: 979px) {

  .marketing-splash-content-wrap {
    width: 100%;
    margin: 100px auto 0;
    float: left;
    text-align: center;
  }

  .marketing-splash-content {
    width: 80%;
    max-width: 80%;
    margin: 0 auto 0;
  }

  .marketing-splash {
    width: 100%;
    height: 100vh;
    background:
      linear-gradient(
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.8)
      ),
      url('./bg1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }

}

@media (max-width: 768px) {
  .navbar-collapse li {
    border-bottom: none;
  }
  .navbar-collapse li a {
    opacity: 1.0;
  }
  .navbar-collapse {
    margin-top: 25px;
    background: rgba(0, 0, 0, 1);
    border-radius: 9px;
  }
}

/* Basole Featurettes
------------------------- */

.basole-marketing-row {
  text-align: center;
}

.basole-marketing-row .featurette-heading {
  font-size: 24px;
}

.basole-marketing-row .lead {
  font-size: 14px;
}

.basole-marketing-row img {
  height: 100px;
  width: auto;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.lead-top {
  text-align: center;
  margin-top: 80px;
}

.lead {
  font-size: 1.1em;
}

/* GENERAL STUFF */

.page-mass-content {
  max-width: 800px;
}

.page-mass-content .featurette-heading {
  margin: 0px 0px 15px 0px;
}

/* Footer
-------------------------------------------------- */
footer {
  width: 100%;
  min-height: 75px;
  background: #F5F5F5;
  border-top: 1px solid #EAEAEA;
  float: left;
  font-weight: 400;
  font-size: 14px;
  color: #909090;
}

.footer-links {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
}

.footer-links li {
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 30px;
  line-height: 75px;
}

.copyright {
  float: right;
  line-height: 75px;
}

footer a, footer a:hover {
  color: gray;
}

/* Responsive Menu
-------------------------------------------------- */

.navbar-toggle .icon-bar {
  background: #fff;
}

button.navbar-toggle {
  border: none;
  background: transparent;
}

@media (min-width: 768px) {
  .featurette-heading {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    /*margin-top: 120px;*/
  }
}

@media (max-width: 768px) {
  .btn-nav-invite {

  }
  .footer-links {
    width: 100%;
  }
  .footer-links li {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .copyright {
    width: 100%;
    float: left;
    text-align: center;
  }
  .navbar-collapse li {
    border-bottom: 1px solid #4e4e4e;
  }
  .navbar-collapse {
    margin-bottom: 10px;
  }
}
