/*---------------HEADER & NAV---------------*/
@media only screen and (min-width: 768px) {
    .headerAndNavContent {
        max-width: 100%;
    }
    .headerContainer {
        width: 10%;
        padding-right: 0;
    }
    .navContainer {
        width: 90%;
        padding-left: 2%;
    }
    .headerContent h1.logo {
        min-width: 100px;
        max-width: 100px;
    }
    .headerContent h1.logo img {
        width: 100px;
    }
}

/*-----------------HOME-----------------*/
.blockWrap_eb1c09e1473f48829a929c78f552c0b9 {
    position: fixed;
    top: auto;
    bottom: 10px;
    left: 0;
    right: 0;
}
#page_e513d0e873644495b20d9c4d410bfcac body {
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}