/* Section 0
* ------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 760px) {
	.section0 {
		width:100%;
		max-width: 760px;
	}

	.section0 h1 {
		font-size: 40px;
		line-height: 40px;
		text-align: center;
		margin-bottom: 10px;
	}

	.section0 hr {
		width: 250px;
		height: 5px;
	}

	.section0 h2 {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		margin-top: 15px;
	}

}

/* Section 1
* ------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 1140px) {
	.section1 {
		width:100%;
		max-width: 1140px;
	}

	.section1 .items .col-md-1, .col-md-2, .col-md-3 {
		display: table;
	}

	.section1 .headline h2 {
		margin-top: 30px;
	}

}

@media screen and (max-height: 980px) {

	.section1 .items .img-circle, .img-thumbnail, .center-block {
		width: 150px;
		height: 150px;

	}

}
