/*
* Stylesheet: example.html
*
* Design by nelledejones
* Services provided by https://nelle.us
*/
@media only screen
and (min-width : 600px)
and (orientation : portrait) {
	.tabletUp {
	  display: inline-block;
	}

button {
	margin: 2.5% 0;
}

/*--------------------------------------------------------------
# buttonCol1
--------------------------------------------------------------*/
.buttonCol1 a.buttonInner, .buttonCol1 .buttonInner {
	width: 50%;
}

/*--------------------------------------------------------------
# threeCol
--------------------------------------------------------------*/
.threeCol {
  display: block;
  float: left;
  height: 100%;
}

.threeCol:nth-child(1) {
  padding: 0 5% 0 0;
  width: 50%;
}

.threeCol:nth-child(2) {
  padding: 0 0 0 5%;
  width: 50%;
}

.threeCol:nth-child(3) {
  width: 100%;
}

/*--------------------------------------------------------------
# section
--------------------------------------------------------------*/
/* section {
  margin-bottom: 4em;
  margin-top: 4em;
} */

/*--------------------------------------------------------------
# nelleHeader
--------------------------------------------------------------*/
#nelleHeader {
  height: 4em;
}

/*--------------------------------------------------------------
# nelleContent
--------------------------------------------------------------*/
#nelleContent {
  padding-bottom: 4em;
  padding-top: 4em;
}

/*--------------------------------------------------------------
# nelleFooter
--------------------------------------------------------------*/
#nelleFooter {
  height: 4em ;
}

.nelleFooterContent {
  width: 100%;
}

#nelleFooter .fa, #nelleFooter .fab, #nelleFooter .fad, #nelleFooter .fal, #nelleFooter .far, #nelleFooter .fas {
  line-height: 4em;
}

/*--------------------------------------------------------------
# End media query below
--------------------------------------------------------------*/
}
