#page-1 h1 {
    padding-left: 25%;
    /* padding-bottom: 10vh; */
}

#searchform-wrap,
#footer-tab {
    display: none;
}

#contact-link {
    cursor: pointer;
}

body[class*="themify"] #site-logo .logo-text {
    position: absolute;
    top: 22px;
    padding-left: 10px;
    font-size: 22px
}

@media screen and (max-width: 800px) {
    body[class*="themify"] #site-logo .logo-text {
        top: 18px;
    }
}