/* BARRIOTHEME > RESPONSIVE CSS  */

@media (max-width: 767px) {
	
	.fullscreen {
		background-attachment:scroll;
	}
	
	.logo {
		width:180px;
		height:180px;
		margin:50px 0px 0px -90px !important;
	}
	
	.content h1 {
		bottom:100px;
	}
	
	footer {
		padding:50px 0px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	
	.fullscreen {
		background-attachment:scroll;
	}
	
	.logo {
		margin-top:100px !important;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.fullscreen {
		background-attachment:scroll;
	}
	
	.logo {
		margin-top:50px !important;
	}
	
	.content h1 {
		bottom:100px;
	}
}