@charset 'utf-8';
/* ie fix for nav */
#glyphs{
	padding-right: 15px;
	width: auto;
	display: block;
}
svg{
	margin-right:0;
}

/*sections
*/.section{
	display: none;
}

.section button{
	margin-top: 1%;
}

textarea{
	height: auto;
}

/*print
*/
@media print {
	.btn{
		display: none;
	}
	}
