/*
	Theme Name: emSpace Nexus Child
	Description: Child theme of emSpace for emSpace Creative
	template: emspace-nexus
	Version: 1.0.1
	Requires at least: 5.0
	Tested up to: 6.1
	Requires PHP: 7.4
	Author: Eliot Matheson
	Author URI: http://www.emspacecreative.ca
	License: GNU General Public License, version 3 (GPLv3)
	License URI: http://www.gnu.org/licenses/gpl-3.0.txt
	Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-menu, featured-images, theme-options, footer-widgets
	Text Domain: emspace-nexus-child
*/

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
Media Query Reference
– Branding
- Header
- Footer
- Front Page
*/


@media screen and (max-width: 576px) {
	/* Extra Small */
}

@media screen and (min-width: 576px) {
	/* Small */
}

@media screen and (min-width: 768px) {
	/* Medium */
}

@media screen and (min-width: 992px) {
	/* Large */
}

@media screen and (min-width: 1200px) {
	/* Extra Large */
}



/* Branding
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* ---------------------------------------------------------------------- 2. Colors */

body {
	background-color: #f5f9fa;
	color:#353330;
	font-family: "open_sansregular", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "open_sansextrabold", sans-serif;
}

i {
	font-family: "open_sansitalic", sans-serif;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */



.logo-area {
	padding: 2rem 0 0 0;
}

.header-logo img {
	max-width: 450px;
}




/* Header Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */



