<style>

/** THIS CSS HIDES ALL PAGE ELEMENTS **/

.dummy {}

.header__nav {
    display: none;
}
.header__search-toggler {
    display: none;
}
.nav-list--container {
    display: none;
}   
.footer__logo-bar-wrapper {
    display: none;
}
.footer__copyrights {
    padding-top: 2rem;
}
.footer__links-list {
    display: none;
}
.footer-top {
    display: block;
}
.footer-top--container-title {
    display: none;
}
.footer-top-container-form {
    padding-bottom: 1rem;
}
.footer-top-container {
    margin-left: 0;
}
.form-container--button {
    display: none;
}
.form-container {
    display: none;
}
.social-list {
    justify-content: center;
}
/* MOBILE ONLY */

@media screen and (max-width: 48em) {
.header__nav-toggler {
    display: none;
}
.header-main {
    justify-content: center;
}
 .form-container--button {
    right: 0.3125rem;
 }
}
</style>