﻿html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 0px;
    color: #2e4668;
    font-family: 'Lato', sans-serif !important;

}

.body-content {
    padding-left: 15px;
    padding-right: 15px
}

.margin-top {
    margin-top: 20px
}

.row {
    margin: 0;}

button {
    background: #5dadde;
    border: none;
    padding: 15px 50px;
    border-radius: 3px;
    color: #fff;
    max-width: 300px
}

h2.title,
h3.title {
    margin: 16px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0
}

.table tr {
    cursor: pointer;
}

.logo {
    height: 60px;
}

.navbar {
    min-height: 90px;
}

.navbar-nav {
    margin: 20px 0;
}

.navbar-toggle {
    margin: 28px 15px;
}

/*
* ----------------------------------------------------------------------------------------
* NAVIGATION BAR CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.navbar-inverse {
    background-color: #fff;
    border-color: #a6b0bf;
    margin-bottom: 0px
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #A6B0BF
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #2E4668;
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover {
    border-color: #2E4668;
    Background: #2E4668;
}
/*----------------------------------------------------------------------------------------*/

/*
* ----------------------------------------------------------------------------------------
* FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/
footer {
    background: #951D5B;
    padding: 10px 30px 30px;
    text-align: justify;
    color: #ffffff;
    position: relative;
    float: left;
    bottom: 0;
    width: 100%;
}

.list-group-item {
    background-color: transparent;
    border: none;
    padding: 0px 10px;
}

.list-group-item a {
    color: #fff;
    text-decoration: underline;
}
.list-group {
  padding: 10px;
  text-align: left;
  margin: 0;
}



.img-fluid.img-thumbnail {
    background-color: transparent;
    border: none;
    width: 180px
}

.main-content {
  /*background-image: url(../images/background.png);
  background-position: center top;
  background-size: cover;
  background-repeat:no-repeat;
  height: auto;*/
  /*margin-bottom: -70px;*/
  position: relative;
  background: url(../images/background.png) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: left;
    width: 100%;
    /*height: 100vh;*/

}

.phoneDiv {
  margin-bottom: -40px;
}
.phoneDiv img {
  /*background-image: url(../images/phone.png);
  background-position: center top;
  background-size: cover;
  background-repeat:no-repeat;*/
  display:block;
  width: 100%;
  position: relative;
  height: auto;

}
.icons {
  padding-bottom: 25px;
}

.icons ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
}

.icons ul li {
  float: left;
  list-style-type: none;
  width: 25%;
  /*position: relative;
  display: block;
  list-style-type: none;*/
}

.icons ul li a {
    display: block;
    text-align: center;
    /*padding: 16px;*/
}

/*----------------------------------------------------------------------------------------*/

/*
* ----------------------------------------------------------------------------------------
* LANDING PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.landing-image {
    width: 100%;
    height: auto;

}
.image-download {
    width: 350px;
    height: 240px;
    position: absolute;
    margin-top: 100%;
    left: -10%;
}
.gitimage-download {
  width: 170px;
  height: 110px;
}

.col-xs-6 {
  padding: 0px;
}
.lsf-logo img {
  height:110px
}

/*
* ----------------------------------------------------------------------------------------
* 400px
* ----------------------------------------------------------------------------------------
*/
@media (max-width: 350px) {

  .main-content {
      height: 300px;
      float: none;
    }
    .phoneDiv {
      padding-top: 70px;
      left: 10%;
    }
    .main-content .col-sm-4 {
      width: 70%;
      float: right;
    }

    .image-download {
      width: 120px;
      height: 90px;
      position: absolute;
      margin-top: 90%;
      left: -40%;
    }
    .lsf-logo {
      margin-top: -33%;
      left: 5%;
      width: 100%;
    }
    .lsf-logo img {
      height:70px
    }

    .icons ul {
      padding-top: 50px;
      float: left;
      padding-bottom: 15px;
    }
    .gitimage-download {
      width: 75px;
      height: 50px;
    }
}
@media (min-width: 350px) and (max-width: 430px) {

  .main-content {
      height: 400px;
      float: none;
    }
    .phoneDiv {
      padding-top: 100px;
      left: 10%;
    }
    .main-content .col-sm-4 {
      width: 70%;
      float: right;
    }

    .image-download {
      width: 160px;
      height: 110px;
      position: absolute;
      margin-top: 95%;
      left: -40%;
    }
    .lsf-logo {
      margin-top: -33%;
      left: 7%;
      width: 100%;
    }
    .lsf-logo img {
      height:90px
    }

    .icons ul {
      padding-top: 50px;
      float: left;
      padding-bottom: 15px;
    }
    .gitimage-download {
      width: 110px;
      height: 70px;
    }
}
@media  (min-width: 430px) and (max-width: 440px) {
  .image-download {
    width: 160px;
    height: 110px;
    position: absolute;
    margin-top: 95%;
    left: -40%;
  }

}
@media  (min-width: 440px) and (max-width: 500px) {
  .image-download {
    width: 160px;
    height: 110px;
    position: absolute;
    margin-top: 83%;
    left: -40%;
  }

}
@media  (min-width: 500px) and (max-width: 570px) {
  .image-download {
    width: 160px;
    height: 110px;
    position: absolute;
    margin-top: 70%;
    left: -40%;
  }

}
@media  (min-width: 430px) and (max-width: 570px) {

  .main-content {
      height: 400px;
      float: none;
    }
    .phoneDiv {
      padding-top: 100px;
      left: 10%;
    }
    .main-content .col-sm-4 {
      width: 70%;
      float: right;
    }

    .lsf-logo {
      margin-top: -33%;
      left: 7%;
      width: 100%;
    }
    .lsf-logo img {
      height:90px
    }

    .icons ul {
      padding-top: 50px;
      float: left;
      padding-bottom: 15px;
    }
    .gitimage-download {
      width: 110px;
      height: 70px;
    }
}

/*@media (max-width: 350px) {

    .image-download {
      width: 80px;
      height: 50px;
      position: absolute;
      margin-top: -90px;
      left: 40%;
    }
}




@media  (min-width: 480px) and (max-width: 570px) {

      .image-download {
        width: 140px;
        height: 90px;
        position: absolute;
        margin-top: -160px;
        left: 40%;
      }
}

/*
* ----------------------------------------------------------------------------------------
* 768px
* ----------------------------------------------------------------------------------------
*/
/*
@media  (min-width: 570px) and (max-width: 786px){

      .image-download {
        width: 170px;
        height: 110px;
        position: absolute;
        margin-top: -200px;
        left: 40%;
      }
}

@media  (min-width: 787px) and (max-width: 920px){

      .image-download {
        width: 200px;
        height: 150px;
        position: absolute;
        margin-top: -250px;
        left: 40%;
      }
}

@media  (min-width: 921px) and (max-width: 1200px){

      .image-download {
        width: 250px;
        height: 150px;
        position: absolute;
        margin-top: -300px;
        left: 40%;
      }
}

/*
* ----------------------------------------------------------------------------------------
* 992px
* ----------------------------------------------------------------------------------------
*/



@media (max-width: 992px) {
    body {
        margin-bottom: 0; /* Margin bottom by footer height */
    }

    footer {
        position: initial; /* Set the fixed height of the footer here */
    }
    .icons {
      height: 180px;
    padding-top: 50px;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 1200px
* ----------------------------------------------------------------------------------------
*/

@media (min-width: 1200px) {

    footer {
        height: 260px  /* Set the fixed height of the footer here */
    }
}

/*
* ----------------------------------------------------------------------------------------
* 992px - 1200px
* ----------------------------------------------------------------------------------------
*/
@media (min-width: 570px) and (max-width: 768px) {
  .main-content {
      height: 600px;
      float: none;
    }
    .phoneDiv {
      padding-top: 100px;
      left: 10%;
    }
    .main-content .col-sm-4 {
      width: 70%;
      float: right;
    }

    .lsf-logo {
      margin-top: -33%;
      left: 7%;
      width: 100%;
    }
    .lsf-logo img {
      height:90px
    }
    .image-download {
      width: 200px;
      height: 150px;
      position: absolute;
      margin-top: 80%;
      left: -35%;
    }

    .icons ul {
      padding-top: 50px;
      float: left;
      padding-bottom: 15px;
    }
    .gitimage-download {
      width: 110px;
      height: 70px;
    }
    .main-content .col-sm-4 {
      width: 70%;
      float: right;
    }
    .main-content .col-sm-6 {
      width: 80%;
      float: right;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
  .main-content {
      height: 800px;
      float: none;
    }
  .phoneDiv {
    padding-top: 90px;
    width: 50%;
    float: right;
  }
  .main-content .col-sm-6 {
    width: 75%;
  }
  .image-download {
    width: 280px;
    height: 180px;
    position: absolute;
    margin-top: 180%;
    left: -40%;
  }
}


@media (min-width: 992px) and (max-width: 1220px) {

    /*.landing-image {
        width: 100%;
        height: 750px;
    }
    .image-download {
      width: 250px;
      height: 150px;
      position: absolute;
      margin-top: -300px;
      left: 40%;
    }*/
    .image-download {
      width: 280px;
      height: 180px;
      position: absolute;
      margin-top: 200%;
      left: -40%;
    }
    .icons {
      height: 150px;
      padding-top: 20px;
    }
    .phoneDiv {
      width: 50%;
    float: right;
    padding-top: 100px;
    }
    /*height: 150px;
    padding-top: 20px;*/

    footer {
        height: 330px; /* Set the fixed height of the footer here */
    }
}

/*@media (min-width: 1557px) {
  .image-download {
    width: 300px;
    height: 200px;
    position: absolute;
    margin-top: -400px;
    left: 40%;
  }
}*/
