/*VALUE:COLOR_2:
VALUE:COLOR_1:#242020*/

/*This website is the child of a parent template. Any CSS changes that need to be made for all Echelon orgs should be made to https://host7.viethwebhosting.com/~art1/css/style.css rather than each child's CSS file.

This file should only be used in the case of a one-off change specific to this org rather than all chapters.*/

:root {
    --header-height: 138px;
    --footer-height: 139px;
}

.subpage-wrap {
    min-height: calc(100vh - var(--header-height) - var(--footer-height))
}

.nav-main-wrap {
    display: none;
}