body:not([class*='open']) #nav.static { color: #FFF; }
@media (min-width: 1100px) { body:not([class*='open']) #nav.static > .nav-wrapper > .home-btn { color: var(--main-color); } }

/*----------------------------------------------------------------------------------------------------------------*/

#container { background-color: #EEE; }
#container > section:last-of-type {}
@media (min-width: 900px)    { #container > section:last-of-type { margin-bottom: 100px; } }
@media (max-width: 899.99px) { #container > section:last-of-type { margin-bottom:  50px; } }