/* Enter Your Custom CSS Here */
.headermailto a {
	  display: inline-block;
    margin-left: 25px;
    padding: 0px 5px;
    color: #3e3e3e;
    border-radius: 50px;
    font-size: 30px;
    line-height: 60px;
    position: relative;
    top: 5px;	
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .site-content {
  padding-top: 158px;
}

body.zoom-1 {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
body.zoom-2 {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: 60% 0;
    transform-origin: 60% 0;
}
.scale.headermailto a:focus,
.scale.headermailto a:active,
.scale.headermailto a:visited{
	outline: none;
  border: none;
 -moz-outline-style: none;
}
@media (max-width:780px) {
.headermailto a	{
	font-size: 30px!important;
  border: none!important;
	}
}