/*
Theme name: NFCA
Description: Custom theme for the National Fusion Center Association
*/

/*
	Source scss styles are located in resources/scss/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.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's loaded after the compiled bundle. 
*/


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .nav li {
  font-family: auto;
}

.main {
	background-size: cover;
}

@media (min-width: 768px) {
  .section-base {
    margin: 30px 0;
  }

  .section-base--alt {
    margin: 30px 0;
  }

  .boxes > ul {
    margin: -15px;
  }

  .boxes > ul > li,
  .boxes--alt > ul > li {
    padding: 15px;
  }
}