@media only screen and (max-width: 640px) {
	main {
		width: 65%;
		font-size: 0.9rem
	}
	main h1 {
		font-size: 1.2rem;
	}

	main h2 {
		font-size: 1.1rem;
		font-weight: 750;
}
	aside {
		width: 10%;}
}

main {
	max-width: 55rem;
	margin: 0 auto;
	padding: 1.2rem;
	font-size: 1rem;
	font-family: "Helvetica Neue", "Helvetica", sans-serif;}
main h1 {
	text-align: center;
	font-weight: 850;
	margin-bottom: 1.5rem;}
header {
	overflow: hidden;
	background-color: #f6f3ef;
	padding: 10px 10px;
	box-shadow: 0px 2px 8px #888888;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;}
aside {
	width: 70px;
	margin-top: 15px;}
aside .fa {
	padding-right: 5px;
	color: #00743c;
	text-align: center;}
aside .w3-button:hover {
	color:#000 !important;
	background-color:#f1f3ef !important}
.w3-sidebar {
	width: 70px;}
form {
	display: flex;
	flex-direction: column;}
label {
	margin-bottom: 10px;}
input, select  {
	margin-bottom: 15px;}
.nice-form-group {
	--nf-input-focus-border-color: #00743c;
	--nf-label-font-weight: 750;
	--nf-label-font-size: 1rem;}
