/* Additional CSS for the theme Multi */
/* Version 2022/04/04 */

#navbar, .footer {
   background-color: #800040;
}

#site-title a {
   color: #ffff80;
}

.nav-link {
   color: #ffffff;
}

.navbar {
   flex-direction: column;
}

#site-title, .navigation {
   align-self: center;
}

#content-area {
   flex-direction: row-reverse;
}