.blogcontent h1 { font-size: 2.25rem; font-weight: 700; font-family: 'Source Sans Pro', sans-serif; }
.blogcontent h2 { font-size: 1.875rem; font-weight: 700; font-family: 'Source Sans Pro', sans-serif; }
.blogcontent h3 { font-size: 1.5rem; font-weight: 600; font-family: 'Source Sans Pro', sans-serif; }
.blogcontent h4 { font-size: 1.25rem; font-weight: 600; font-family: 'Source Sans Pro', sans-serif; }
.blogcontent p  { font-size: 1rem; line-height: 1.75; font-family: 'Open Sans', sans-serif; }

div#mobile-menu {
    position: absolute;
    z-index: 99;
    background: #ff5915;
    padding: 15px;
    border-radius: 8px;
    right: 5px;
    top: 55px;
}

div.submenu {
    background: #ffffff4d;
    padding: 10px;
    border-radius: 8px;
}

button.items-center.mobile-toggle {
    padding: 5px;
}
main{
    overflow: hidden;
}
@media (min-width:767px){
    .bottom-icons.call-app{
        display: none;
    }
}