/*
Theme name: Apache Website
Description: Custom Theme
*/

/*
	Source post-css styles are located in the postcss directory.
	The compiled bundle is in assets/bundle.css; The README.md
	file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment. It will override bundle.css styles.
*/


/* Footer Revamp */

footer.footer .footer__inner {
    padding: 40px 0;
}
footer.footer .footer__inner .shell {
    padding: 0;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.widget.widget__logo {
    width: 100%;
    flex: unset;
    max-width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

/* END Footer Revamp */

p {  }
