/*
Theme Name:   Oshin Child – Shane Thurston Foundation
Theme URI:    https://shanethurstonfoundation.org
Description:  Child theme of Oshin for the Shane Thurston Foundation. Holds the applications dashboard, Facility Partner system and site-specific styles so the Oshin parent can be updated safely.
Author:       Grand Valley Digital
Template:     oshin
Version:      1.0.0
Text Domain:  oshin-child
*/

/*
 * The Oshin parent enqueues this file automatically (handle: be-style-css,
 * via get_stylesheet_uri()), after its own styles. Add site-wide overrides here.
 *
 * Applications-dashboard styles live in assets/css/applications-dashboard.css
 * and only load on that page.
 */


 #navigation a {
    font-size: 15px;
 }
/* ==========================================================================
   Header: logo centered above a centered nav (desktop only;
   Oshine switches to the mobile menu at 960px)
   ========================================================================== */
@media (min-width: 961px) {
	#header-wrap .logo {
		float: none;
		width: 350px;
		max-width: 100%;
		margin: 0 auto;
		padding-top: 20px;
	}

	#header-wrap #navigation {
		float: none;
		width: 100%;
		text-align: center;
		line-height: 70px;
	}

	#header-wrap #navigation ul#menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#header-wrap #navigation ul#menu > li {
		float: none;
	}

	#header-wrap #navigation ul#menu > li > a {
		padding: 0 16px;
	}
}
