/* Large desktops and laptops */
@media (min-width: 1200px) {

	h3 { font-size: 20px; }

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

	.full , .holder { min-height: 200px; padding-top: 50px; padding-bottom: 50px;  }
	.holder { height: 0; }
	.row.holder { min-height: 100px; }

	.holder > .vcenter { position: static; top:0; transform: translateY(0); }

	#pie img { margin-top: 0px; }

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

	.nav > li > a { padding: 10px 7px; }

	#pie img { margin-top: 5px; }


}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	.full , .holder { min-height: 200px; padding-top: 50px; padding-bottom: 50px;  }
	.holder { height: 0; }
	.row.holder { min-height: 100px; }

	.holder > .vcenter { position: static; top:0; transform: translateY(0); }

	.nav > li > a { padding: 10px 7px; }

	#pie img { margin-top: 0px; }

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

	.full , .holder { min-height: 200px; padding-top: 50px; padding-bottom: 50px;  }
	.holder { height: 0; }
	.row.holder { min-height: 100px; }

	.holder > .vcenter { position: static; top:0; transform: translateY(0); }

	#logo { margin-bottom: 30px; }
	#tronik { margin-left: 10px; }

	nav {  }
	.navbar-fixed-top > .container { padding-top: 0; }
	.container{ padding-top: 20px; }
	.title { font-size: 23px; }

	#pie { margin-top: 0; }

		#pie p { margin-top: 0; }
		#pie img { margin-top: 20px; }

}

/* Portrait phones and smaller */
@media (max-width: 320px) {

	.full , .holder { min-height: 200px; padding-top: 50px; padding-bottom: 50px;  }
	.holder { height: 0; }
	.row.holder { min-height: 100px; }

	.holder > .vcenter { position: static; top:0; transform: translateY(0); }

	#logo { margin-bottom: 30px; }
	#tronik { margin-left: 10px; }

	nav {  }
	.navbar-fixed-top > .container { padding-top: 0; }
	.container{ padding-top: 20px; }
	.title { font-size: 23px; }

	#pie { margin-top: 0; }

		#pie p { margin-top: 0; }
		#pie img { margin-top: 20px; }

}