/*
* Stylesheet: example.html
*
* Design by nelledejones
* 90em = 1440px
* Services provided by https://nelle.us
*/
@media only screen
and (min-width : 90em)
and (orientation : landscape) {
	.desktopUp {
	  display: inline-block;
	}

button {
	margin: 5% 0;
}

/*--------------------------------------------------------------
# section
--------------------------------------------------------------*/
/* section {
  margin-bottom: 5em;
  margin-top: 5em;
} */

/*--------------------------------------------------------------
# nelleHeader
--------------------------------------------------------------*/
#nelleHeader {
  height: 5em;
}

/*--------------------------------------------------------------
# nelleContent
--------------------------------------------------------------*/
#nelleContent {
  padding-bottom: 5em;
  padding-top: 5em;
}

/*--------------------------------------------------------------
# nelleFooter
--------------------------------------------------------------*/
#nelleFooter {
  height: 5em;
}

#nelleFooter .fa, #nelleFooter .fab, #nelleFooter .fad, #nelleFooter .fal, #nelleFooter .far, #nelleFooter .fas {
  line-height: 5em;
}

/*--------------------------------------------------------------
# End media query below
--------------------------------------------------------------*/
}
