@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
body {
  font-family: "Lato", sans-serif;
  margin-top: 80px; }

.header {
  margin-bottom: 100px; }

h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px; }

.lead {
  font-weight: 300;
  font-size: 18px;
  text-align: justify;
  line-height: 32px; }

.relative {
  position: relative; }

.lg {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 30px;
  color: #A4A4A4;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .lg:hover {
    text-decoration: none;
    color: #717171; }

.content {
  background: url(../img/bg.png) lightgrey;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100%;
  padding-top: 60px; }

h2 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px; }

.app img {
  margin-bottom: 20px;
  height: 60px;
  max-width: 100%; }

.text {
  min-height: 300px;
  font-size: 15px;
  line-height: 22px;
  color: #888888;
  letter-spacing: 0;
  margin-bottom: 20px; }

.btn {
  border-radius: 0;
  box-shadow: initial;
  background: #04B1C1;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn.active, .btn:active {
    box-shadow: initial; }
  .btn:hover {
    color: #fff;
    background: #03838f; }

.apps {
  margin-bottom: 30px; }
  .apps .app .row {
    background: #fff;
    padding: 50px 15px 30px; }

.footer {
  margin-top: 190px;
  margin-bottom: 25px; }

.label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.29); }

@media (max-width: 480px) {
  .lg {
    top: -50px; } }
@media (max-width: 991px) {
  .content {
    padding-top: 60px; }

  .text {
    min-height: initial; }

  .apps .app {
    text-align: left; }
    .apps .app .row {
      margin: 25px auto;
      max-width: 460px; } }
@media (min-width: 1200px) {
  .text {
    min-height: 260px; } }
