body{
  margin-top:70px;
  font-size:16px;
}

h1,h2,h3,h4,h5,h6{
  font-family:Poppins;
}

p{
  font-family:Roboto;
}
/*nav {
    
       box-shadow: 0 3px 1rem rgba(0,0,0,.1);
}*/
.navbar-default{
    
  background:#fff;
  border:0;
  font-family:Poppins;
}

.navbar-brand{

  font-size:25px;
  color:#1f711f !important;
  font-weight:bold;
}

#showcase h1{
  font-size:50px;
  margin-bottom:20px;
}

#showcase img{
  width:90%;
  margin-left:60px;
}

#showcase .showcase-right{
  margin-top:90px;
}

#testimonial{
  background:#f1f1f1;
  padding: 50px 0 30px 0;
  text-align:center;
  margin-top:40px;
}

#testimonial p{
  font-size:32px;
  font-family: 'Josefin Sans';
  color:#000;
}

#testimonial p.customer{
  font-size:20px;
  color:#666;
}

#info1 .info-right{
  margin-top:90px;
}

#info2{
  margin:20px 0 60px 0;
}

#contact{
    
 /* background:url(../img/fundi.jpg);*/
    background-color: #f7f7f7;
  padding:40px;
  color:#666;
 /* border-top:#333 7px solid;
  border-bottom:#333 7px solid;*/
}

footer{
  padding:30px;
}

.ment {
        display: none;
    }
@media only screen and (min-width:1900px){
    .ment {
        display: contents;
    }

}