@media screen and (max-width: 680px) {
	
	section.projects {
		text-align: center;
	}

	.theme-intro aside img {
		display: inline-block;
		width: 100px !important;
		margin-bottom: -85px;
	}
	body.theme h1 {
		padding-right: 100px;
		margin-bottom: 50px;
	}
	body .row .col.desktop {
		display: none;
	}
	body .row .col.handheld {
		display: block;
	}

	main {
		padding-bottom: 40px;
	}
	section.project-filter {
		/* Or select: */
		font-family: Montserrat-Medium;
		font-size: 36px;
		color: #012A4B;
		letter-spacing: 0;
		line-height: 30px;
		text-align: center;
	}
		section.project-filter span {
			margin: 20px 0px;
			display: inline-block;
		}
	select.dropdown-menu {
		margin: 0;
	}

	.mobile-trial .trial {
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
	}
		.mobile-trial .trial.arable {
			background-color: #F6C950;
		}
		.mobile-trial .trial.dairy {
			background-color: #5AB4E1;
		}
		.mobile-trial .trial.fruits {
			background-color: #9178AF;
		}
		.mobile-trial .trial.vegetables {
			background-color: #91C34B;
		}
		.mobile-trial .trial.meat {
			background-color: #DC5A5A;
		}
		.mobile-trial a {
			text-transform: capitalize;
			text-decoration: none;
			color: #FFF;
			font-family: 'Open Sans', sans-serif;
		}

}