@media (max-width: 1200px) {



	.inner-container {
		width: 90%;
		margin: 0 5%;
	}

	.sponsor-link {
		width: 33.33%;
		height: 150px;
	}
	
	.entry-title a {
		font-size: 1.7em;
		margin: 0.67em 0px;
	}

	h3 a, h3.entry-title a  {
		font-size: 1.35em;
		line-height: 1;
	}

	
}

@media (max-width: 800px) {


	h3 a, h3.entry-title a  {
		font-size: 1.25em;
		line-height: 1;
	}

#hanke-logot {
	display: inline-block;
	width: 100%;
	background: #FFF;
}

#eu-rahoitus-logo {
	position: relative;
	top: 0px;
	right: 0px;
	margin-left: 20px;

	max-height: 70px;
}

#network-logo {
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
	margin-right: 20px;

	max-height: 70px;
}


.site-branding {
	max-width: 100% !important;
}

.site-branding a {
/*
	display: inline-block;
	width: 100%;
	height: 400px;
*/

/* 	width: 100%; */

	text-align: center;


}

.site-branding img {
	max-width: 100%;
}

	#menu-toggler {
		display: inline-block;
	}

	.main-navigation {
		display: none;
	}

	.main-navigation ul li {
		width: 100%;
		text-align: center;
	}

	.main-navigation ul ul {
		display: none !important;
	}

	#primary,
	#side {
		width: 90%;
		padding: 0;
		margin: 0 5%;
	}

	#footer-content-main-container,
	#footer-content-support-container,
	.footer-text {
		width: 100%;
	}


	.sponsor-link {
		width: 50%;
		height: 150px;
	}

/*
	.sponsor-link:first-child {
		width: 100%;
		height: 300px;
	}
*/
}