*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    overflow-y: scroll;
}

.fullbackgroundImageCover,
.fullbackgroundImageCover > .wp-block-cover__inner-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    /* justify-content: space-between; */
    object-position: center bottom;
    padding: 0px;
}

.fullbackgroundImageCover > .wp-block-cover__inner-container > header {
    margin-top: 0;
}

.fullbackgroundImageCover > .wp-block-cover__inner-container > footer {
    margin-bottom: 0;
}

.home-logo {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 60vh;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 100px;
    overflow: visible;
    padding: 0px;
    position: relative;
    text-align: center;
}

.home-logo .wp-block-cover__image-background {
    -o-object-fit: cover;
    border: none;
    bottom: 0;
    box-shadow: none;
    height: auto;
    left: 0;
    margin: 0;
    max-height: 100%;
    max-width: 70%;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
}

body.admin-bar {
    margin-top: -32px;
}

body.admin-bar .fullbackgroundImageCover > .wp-block-cover__inner-container > header,
body.admin-bar > .wp-site-blocks > header.wp-block-template-part {
    margin-top: 32px;
}

body > .wp-site-blocks > main {
    margin-bottom: 50px;
}

@media screen and (max-width: 799px) {
    .hide-on-mobile {
        display: none !important;
    }
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
    .hide-on-tablet {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .hide-on-desktop {
        display: none !important;
    }
}
