/* Media queries
-------------------------------------------------------------------------------*/

P {
	font-size: 14pt;
	}

p + p {
	text-indent: 0em;
	}

	article {
		border-bottom: 1px solid;
		margin: 40px 0 40px;
		padding: 0 0 40pt;
		overflow: hidden;
		}
		
		article span {
			display: block;
			font-family: "GardenGrove-Regular";
			font-size: 12pt;
			line-height: 16pt;
			font-weight: 300 !important;
			margin-bottom: 8pt;
			text-align: left;
			}
		
		article p,
		article textarea {
			background-color: transparent;
			border: 0px;
			font-size: 48pt;
			height: auto;
			line-height: 48pt;
			outline: none;
			width: 100%;
			}

		article p.small {
			font-size: 24pt;
			line-height: 1.25em;
			}

	article p#veryLargeParagraph {
		font-size: 128pt;
		line-height: 160pt;
		}
	
		article p#veryLargeParagraph span {
			display: inline;
			font-family: inherit;
			font-size: 128pt;
			line-height: inherit;
			font-weight: inherit;
			margin-bottom: 0;
			}

article#fontTestBody {
	text-align: center;
	}

	article#fontTestBody p#veryLargeParagraph {
		padding-top: 32pt;
		}

		article p#veryLargeParagraph span.small {
			font-size: 32pt;
			}
		
.hide {
	display: none;
	}

.show {
	display: inline;
	}