


html  {
   min-height: 100%;

}

body {
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 1%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fefefe), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 1%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 1%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 1%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 1%,#f7f7f7 100%); /* W3C */
    height: auto;
    max-width: 100%;
}


/* All Browser Dimensions */

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;

}



.logopadding {
  padding-right: 20px;
}

.footertext {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 500;
  color: #AEACAC;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10px;

}

.footertext a {
  color: #AEACAC;

}

.footertext a:hover {
  color: #8841C3;
  text-decoration: none;
}

.center {
  text-align: center;
}



/* Large desktops and laptops */
@media (min-width: 1150px) {

          .phone {
             margin-top: 30px;
             margin-left: auto;
             margin-right: auto;
            }

          .descriptioncontainer {
            margin-top: 650px;
            margin-left: 10px;
          }


         .title {
          font-family: 'Open Sans';
          font-size: 35px;
          font-weight: 100;
          line-height: 45px;
          margin-top: 0px;
         }

         .playstore {
            padding-left: 15px;
          }

          .tagline {
            font-family: 'Open Sans';
            font-size: 30px;
            font-weight: 250;
            line-height: 33px;
            margin-top: 15px;
            width: 450px;

          }

        .fixedfooter {
            position: fixed;
            bottom: 10px;
        }

}



/* Large desktops and laptops */
@media (min-width: 900px) {

          .phone {
            margin-top: 30px;
            margin-left: auto;
            margin-right: auto;
          }

           .descriptioncontainer {
            margin-top: 350px;
            margin-left: 10px;
          }

         .playstore {
            padding-left: 15px;
          }

         .title {
            font-family: 'Open Sans';
            font-size: 40px;
            font-weight: 700;
            line-height: 45px;
            margin-top: 0px;
         }

          .appstorelinks {
            padding-top: 25px;
          }

          .tagline {
            font-family: 'Open Sans';
            font-size: 40px;
            font-weight: 300;
            line-height: 46px;
            margin-top: 6px;
            width: 450px;

          }
        .fixedfooter {
            position: fixed;
            bottom: 10px;
        }
}


/* Landscape phones and smaller */
@media (max-width: 991px) {

          .title {
            font-family: 'Open Sans';
            font-size: 35px;
            font-weight: 800;
            line-height: 45px;
            margin-top: 20px;
          }





          .phone {
             margin-top: 30px;
             margin-left: auto;
             margin-right: auto;

          }


          .descriptioncontainer {
            margin-top: 20px;
            text-align: center;
            padding: 30px;
          }

          .tagline {
            font-family: 'Open Sans';
            font-size: 25px;
            font-weight: 300;
            line-height: 30px;
            margin-top: 20px;
            margin-bottom: 20px;
            width: 100%;
          }

          .appstorelinks {
            text-align: center;

          }

         .playstore {
          padding: 10px;


          }

         .appstore {

          padding: 10px;

          }



          .footertext {
            text-align: center;
          }

        .fixedfooter {
            position: absolute;

        }
}

*/
