.responsiveimage { width:auto; display:inline-block; }


h1,.Header,h2,.header{
font: 400 50px/56px 'Yanone Kaffeesatz', sans-serif; 
color: #e86c38;
margin-top:0px; 
margin-bottom:15px; 
}

h3,.SubHeader,.subheader{
  font: 400 32px/38px 'Yanone Kaffeesatz', sans-serif; 
  color: #494949;
  margin-top:0px;
margin-bottom:15px; 
}
    
.SmallText{
  font-size  :11px;
}

#whatsapp-btn {
  color: #25d366;
  background-color: #e1f1f7;

  position: fixed;
  bottom: 1.5rem;
  right: 0.5rem;
  z-index: 3000;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;

  display: flex;
  align-items: center;
}

#whatsapp-btn .connect2 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-right: 10px;
  background-color: #e1f1f7;
  opacity: 1;
}
#whatsapp-icon {
  width: 3.25rem;
  fill: #25d366;
  background-color: #e1f1f7;
}

.LinkButtons, .linkbuttons { 

/*** BUTTON COLOR ***/
background: #494949; 

display: inline-block; *display: inline; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; padding: 6px 35px 6px 35px; color: #fff; text-decoration: none; font-weight: 700; font-size: 20px; }

/* Main Styles */
td, body, p, li{
  font: 400 16px/24px "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif; 
  color:#444;
}


/* Links */
a{
  color:#e86c38; text-decoration: none; font-weight:700; -webkit-transition: color 0.4s ease-in; /*safari and chrome */
 -o-transition: color 0.4s ease-in; /* opera */ outline: 0;
}
a:hover{
  color:#494949; text-decoration: none; font-weight:700;
}

.ServiceHead, .servicehead
{
display:block;
font-weight: 700;
font-size:18px
line-height:22px;
color: #fff;
background-color:#494949;
padding:5px 10px;
margin-top:0px;
text-transform:uppercase;
}