@charset "utf-8";
/* CSS Document */


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {



}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1536px) {

	.home_top_text_div {
	    margin-top: 280px;
	    padding-left: 30px;
	}


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1366px) {

	.home_top_text_div{
	    margin-top: 220px;
	    padding-left: 15px;
	}
	
	.navbar-brand{
		padding-left: 80px;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {


}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

	

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {

	

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

	.bg_row {
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center left;
	}

	#jarallax-container-0 {
	    display: none !important;
	}

	#jarallax-container-1 {
	    display: none !important;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {

	

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {



}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {



}


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {



}


@media only screen and (max-width : 320px) {



}