/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/ 
 
	/*==========  Mobile First Method  ==========*/
 
	/* Custom, iPhone Retina */
	@media only screen and (min-width : 320px){
 
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px){
 
	}
 
	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px){
 
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px){
 
	}
 
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px){
 
	} 
 
 
	/*==========  Non-Mobile First Method  ==========*/
 
	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px){
 
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px){
		.bgvrh {height:350px;}
		.page-content-two {height: 420px;} 
	}
 
	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px){
		.navbar-nav > li > a {line-height: 29px;padding: 5px 20px;} 
		.ref-stupac img {width: 50%;margin: 0 auto;}
		.ref-stupac h3 {text-align: center;}
		.ref-stupac {margin-bottom: 10px;}
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px){
		.message {top: 40%;} 
		.page-content-two {height: 500px;}
		.message2 {top: 150px;}	
	}
 
	/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px){
		.page-content-two {height: 600px;} 
		.message2 {top: 200px;}		
		.message {top: 45%;} 
		.bgvrh {height: 400px;}
 
	}