
@media(min-width:767px) {
    .navbar {
      padding: 0px ;
      font-size: 1em;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
      }
    .top-nav-collapse {
      padding: 0;
      }
}

body {
    width: 100%;
    height: 100%;
}

video {
  padding-top: 10%;
  width: 100%;
  height: 90%;
}


nav {

}

html {
    width: 100%;
    height: 100%;
}
.nav-section {

}

.intro-section {
    height: 100%;
    padding-top: 0%;
    text-align: center;
    padding-bottom: 4%;
}

.about-section {
    height: 100%;
    padding-top: 200px;
    text-align: center;
    background: #eee;
}

.services-section {
    height: 100%;
    padding-top: 200px;
    text-align: center;
    background: #fff;
}

.legal-section {
  padding-top: 10%;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 10%;
  text-align: left; 
}

.contact-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 150px
    text: left;
    background: #fff;
}
.download-section {
  height: 10%;
  padding-bottom: 150px;
}

.footer-section {
  text-align: center;
  background: #fff;
  padding-bottom: 5%;
}

a:link { color: #364D71; text-decoration: none}


.btn-app-store{
  background: black;
  color: white;
  position: relative;
  height: 60px;
  padding-left: 55px;
  padding-right: 20px;
}
.btn-app-store i{
  font-size: 40px;
  position: absolute;
  left: 10px;
}
.btn-app-store .small{
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 2px;
    margin-top: 5px;
}
.btn-app-store .big{
  display: block;
  text-align: left;
  font-size: 21px;
  line-height: 21px;
}

