body {
	font-family: 'Nunito', sans-serif;
	padding: 30px;
	text-align: center;
	padding-bottom: 60px;
}

.home {
	color: #D45D28;
}

h1 {
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	color: #FF7030;
}

.category {
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	line-height: 2.2;
}

select {
	font-size: 13px;
	font-family: 'Nunito', sans-serif;
	border: none;
	overflow: hidden;
}

input {
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: 600;
}

.archive {
	display: inline-block;
	width: 45%;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 5px;
}

.submit {
	text-align: left;
	padding-left: 15px;
	line-height: 2;
	font-weight: 600;
}

.pics {
	overflow: hidden;
}

@media (max-width: 770px) {

h1 {
	font-size: 26px;
}

}

@media only screen and (min-width: 770px) {

.category {
	text-align: center;
}

.archive {
	width: 25%;
	font-size: 15px;
	line-height: 30px;
}

.submit {
	padding-left: 200px;
}
}

@media only screen and (min-width: 1000px) {

.submit {
	padding-left: 300px;
}
}