



body {
	}



	
	
.home-background {
	background: url(../images/jin_home_mobile.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position-x: center;
	height: 100vh;
	}
	
	
.home-background .row {
	margin-top: 120px;
	}

	

	

	
.address {
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight: 400;
	font-style: italic;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1em;
	margin-top: 30px;
	padding-bottom: 10px;
	letter-spacing: 5px;
	color: gray;
	-webkit-font-smoothing: antialiased;
	}
	
	
.info {
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight: 400;
	font-style: italic;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.1em;
	margin-top: 30px;
	padding-bottom: 20px;
	letter-spacing: 5px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	}
	

.contact a {
	color: black;
	text-decoration: underline;
	}
	





	

		* mobile devices (phone, 481px and up) */
		@media only screen and (min-width:481px) {	
			

				
			.home-background {
				height: 100vh;
				}
				

				
		}
		
		
		
		/* Small devices (tablets, 570px and up) */
		@media only screen and (min-width:570px) {
		
			.home-background {
				height: 100vh;
				}
				

	
		}
		
		
		/* Small devices (tablets, 768px and up) */
		@media only screen and (min-width:768px) {
		

		}
		
		
		

			
			
			/* Medium devices (desktops, 870px and up) */
		@media only screen and (min-width:870px) {	
				.home-background {
					background: url(../images/jin_home_mobile2.jpg) center top no-repeat;
					-webkit-background-size: cover;
					-moz-background-size: cover;
					-o-background-size: cover;
					background-size: cover;
					background-position-x: center;
					height: 100vh;
					}
					
				
		


		
		}
			


		/* Medium devices (desktops, 992px and up) */
		@media only screen and (min-width:992px) {	
			

				
			.home-background {
				background: url(../images/jin_home_mobile2.jpg) center top no-repeat;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
				background-position-x: center;
				height: 100vh;
				}
				
				



			
		}
		
		


		/* large devices (desktops, 1200px and up) */
		@media only screen and (min-width:1200px) {

			.home-background {
				background: url(../images/jin_home_mobile2.jpg) center top no-repeat;
				height: 100vh;
				}

		}



		/* extra large devices (desktops, 1800px and up) */
		@media only screen and (min-width:1600px) {
				
			.home-background {
				background: url(../images/jin_home.jpg) center top no-repeat;
				height: 100vh;
				}


			
			
			
		/* Nav Break Point */		
		@media (max-width: 991px) {
		    .navbar-header {
		        float: none;;
		    }
		    .navbar-left,.navbar-right {
		        float: none !important;
		    }
		    .navbar-toggle {
		        display: block;
		    }
		    .navbar-collapse {
		        border-top: 1px solid transparent;
		        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		    }
		    .navbar-fixed-top {
				top: 0;
				border-width: 0 0 1px;
			}
		    .navbar-collapse.collapse {
		        display: none!important;
		    }
		    .navbar-nav {
		        float: none!important;
				margin-top: 7.5px;
			}
			.navbar-nav>li {
		        float: none;
		    }
		    .navbar-nav>li>a {
		        padding-top: 10px;
		        padding-bottom: 10px;
		    }
		    .collapse.in{
		  		display:block !important;
			}
		}



