*
{
  font-family: 'Exo 2', sans-serif;
}

html, body
{
  margin: 0;
  padding: 0;
  background: #000 url("../img/Background.jpg") repeat;
}

.stretch-v
{
  height: 100% !important;
  position:  relative;
}

.stretch-h
{
  width: 100% !important;
  position: relative;
}

.relative
{
  position: relative;
}

/* The ghost, nudged to maintain perfect centering */
.ghost
{
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can also be of any width and height */
.centered
{
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.table
{
  display: table;
  vertical-align: middle;
}

.table-cell
{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vsp-md
{
  margin-top: 50px;
}

.slide
{
  text-align: center;
  position: relative;
  padding: 50px 0;
}

#slide1
{
  height: 100vh;
}

#slide1 > .container
{
  text-align: center;
}

#slide1 #main-title
{
  width: 100%;
  height: 100%;
  position:  absolute;
  display: table;
  vertical-align: middle;
}

#slide1 #main-title div
{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#slide1 #main-title div img
{
  max-width: 80%;
  width: 639px;
}

#down-arrow img
{
  max-width: 10%;
  width: 120px !important;
  cursor: pointer;
  position: relative;
  margin-top: 2em;
}

.planet
{
  position: absolute;
  display: block;
}

.planet-sm
{
  width: 20px;
  height: 20px;
  margin-left: -10px;
}

.planet-md
{
  width: 40px;
  height: 40px;
  margin-left: -20px;
}

.planet-lg
{
  width: 60px;
  height: 60px;
  margin-left: -30px;
}

.planet-xl
{
  width: 80px;
  height: 80px;
  margin-left: -40px;
}

.slide-filled
{
  background: #0C3F58; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #0C3F58, #065E88); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #0C3F58, #065E88); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #0C3F58, #065E88); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #0C3F58, #065E88); /* Standard syntax */
}

.border-top, .border-bottom
{
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 25px;
  background: url("../img/Border Small.png") repeat-x;
}

.border-top
{
  top: 0;
}

.border-bottom
{
  bottom: 0;
}

.phone-container
{
  width: 50%;
  height: 100% !important;
  float: left;
}

.phone
{
  max-height: 80%;
  max-width: 80%;
  width: 80%;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.phone .phone-bg
{
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
  z-index: 1;
}

.phone .phone-screen
{
  top: 5.8%;
  left: 8.2%;
  width: 81%;
  height: 89%;
  position: absolute;
  margin: 0 auto;
  overflow: hidden;
}

.phone .phone-screen img
{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.phone .phone-screen-video
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}

.mobile-video
{
  width: 100%;
  height: 300px;
}

.store-badge
{
  height: 50px;
  background-color: none;
  margin: 0 0.5em;
}

.store-badge img
{
  height: 50px;
}

.feature-container
{
  max-width: 80%;
}

.feature-title
{
  font-family: "Slackey", sans-serif;
  color: #fff;
  font-size: 2em;
  padding-left: 1em;
  padding-right: 1em;
}

.feature-description
{
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  margin: 2em;
}

.feature-list
{
  font-size: 1.5em;
  color: #fff;
  /*list-style-type: none;*/
  margin: 2em 0;
  padding: 1em 0;
  text-align: center;
}

.feature-list li
{
  padding: 0.5em 1em;
  border-top: 1px solid #0C3F58;
}

.feature-list li:last-child
{
  border-bottom: 1px solid #0C3F58;
}

.store-badge-vertical
{
  width: 100%;
  background-color: none;
}

.store-badge-vertical img
{
  width: 100%;
  display: block;
}

.link-list-container
{
  padding: 1em;
  background-color: #0C3F58;
  border: 5px solid #333;
  border-radius: 1em;
}

.link-list
{
  padding: 0;
  list-style-type: none;
}

.link-list li
{
  margin: 1em;
  padding: 0;
  position: relative;
}

.footer
{
  position: absolute;
  bottom: 0;
  padding: 70px 0 10px 0;
  background: #0C3F58;
  width: 100%;
  color: #fff;
  font-size: 2em;
}

.footer p
{
  line-height: 1em;
}

.footer hr
{
  border: 3px solid #fff;
}

.social-icon
{
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  padding: 0.5em;
  margin: 0 1em 0.5em 1em;
}

.social-icon img
{
  height: 1em;
  display: inline-block;
}

.coming-soon
{
  font-family: sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 2em;
  border-radius: 10px;
  line-height: 90px;
}

.footer-padding
{
  height: 300px;
}

@media only screen and (min-width : 1025px)
{
  .planet-sm
  {
    width: 50px;
    height: 50px;
    margin-left: -25px;
  }

  .planet-md
  {
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }

  .planet-lg
  {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }

  .planet-xl
  {
    width: 200px;
    height: 200px;
    margin-left: -100px;
  }

  .border-bottom, .border-top
  {
    height: 50px;
    background: url("../img/Border.png") repeat-x;
  }

  .slide
  {
    position: fixed;
    height: 100% !important;
    width: 100% !important;
    padding: 0;
    white-space: nowrap;
  }

  .store-badge-vertical
  {
    width: 300px;
  }

  .store-badge-vertical img
  {
    width: 300px;
  }

  .feature-title
  {
    font-size: 3em;
  }

  .feature-description
  {
    font-size: 1.5em;
    margin: 2em 0;
    text-align: justify;
  }

  .feature-list
  {
    text-align: left;
  }

  .feature-list li
  {
    padding: 0.5em;
  }

  @media only screen and (max-height : 950px)
  {

    .link-list
    {
      float: left;
    }

  }
}
