/* Tablets landscape */
@media only screen and (max-width : 1440px) {

	#header section.welcome {
		background:none;
		padding-left:0;
		padding:0 80px;
		text-align: left;
	}

	#header p {
		padding-bottom:30px
	}

	#header span {
		padding-top:30px
	}

	.fake-header {
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 800px) {
	.service {
		margin-bottom:30px
	}
	#header {
		position:absolute!important;
		top:200px!important;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 540px) {

	#header section.welcome {
		padding:0 40px;
	}
	#nav {
		padding-left: 15px!important;
		padding-right: 15px!important
	}
	#content {
		padding-bottom:0
	}
	.our-experiences {
		margin-top:100px
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
  
}