/*!
 * Start Bootstrap - Landing Page v5.0.7 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */



body, html {
  min-height: 100%;
  height: 100%;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: url("../img/bg.png");
  background-color: #b3a89a;
  height: 90%;
  color: #f47c38;
  
}
body{
  padding: 10px
}
a.button:hover{
  text-decoration: none;
  color: #f47c38;
}
.button{
  background: url("../img/3.png") center center no-repeat;
  background-size: contain;
  width: 160px;
  display: block;
  height: 60px;
  text-align: left;
  padding-top: 18px;
  padding-left: 25px;
  text-decoration: none;
  color: #f47c38;
  float: left;
  margin-right: 10px;
} 
.container{
  background-size: cover ;
  width: 80%;
  max-width: 100%;
  min-height: 300px;
  height: 100%!important;
} 
.phone-number{
  font-size: 16px;
 }
 .phone-img{
  width: 20px; vertical-align: "middle";
}
.socialicons{
  max-width: 200px; min-width: 160px; width: 70vw; margin-bottom: 40px;
}
.logoimg{
  width: 100px; vertical-align: middle;
  margin-left: 20px;
}
.logo{
  text-align: center!important;
}

@media only screen and (min-width: 768px) {
  .container{
    width: 80%;
  }
  .welcome-to{
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 20px;

  }
  .healthy-choices{
    font-size: 48px;
    margin-left: 20px;
    font-weight: bold;

  }
  .slogan{
    font-size: 18px;
    margin-left: 22px;
    margin-bottom: 40px;

  }
  .phone-img{
    width: 30px; vertical-align: middle;
    margin-top: -5px;
  }
  .phone-number{
   font-size: 28px;
   line-height: 90px;
   margin-right: 50px;

  }
  .button{
    margin-left: 15px;
  }

  .socialicons{
    max-width: 260px; min-width: 200px; width: 70vw; margin-bottom: 40px;
  }
  .logo{
    text-align: left;
  }

}