@media only screen and (max-width: 568px) {
	
	/*
	#nav-global > li a:hover span {
	    display: none;
	}
	#splash {
		min-width: 80%;
		top: -60px;
	}
	#splash .row {
		width: 100%;
	}
	.section-title h2 {
		font-size: 2em;
	}
	.section-title h3 {
		font-size: 1em;
	}
	.section-content.row {
		margin: 0;
	}
	.contactDetails h4 {
		font-size: 1.1em;
	}
	*/

}


/* Adjustments from http://stephen.io/mediaqueries/ */

/* iPhone 6 in portrait & landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	/* STYLES GO HERE */
}

/* iPhone 6 in landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
	/* STYLES GO HERE */
}

/* iPhone 6 in portrait */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
	/* STYLES GO HERE */ 
}

/* iPhone 6 Plus in portrait & landscape */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { 
	/* STYLES GO HERE */
}

/* iPhone 6 Plus in landscape */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
	/* STYLES GO HERE */
}

/* iPhone 6 Plus in portrait */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 
	/* STYLES GO HERE */ 
}

/* iPhone 5 & 5S in portrait & landscape DONE */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
	/* STYLES GO HERE */
}

/* iPhone 5 & 5S in landscape MOSTLY DONE */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 
	
	/*
	#title-logo {
		display: none !important;
	}
	h1#title-name, h1#title-subtitle {
		display: inline-block;
		left: 105px !important;
		top: 80px;
	}
	h1#title-name {
		top: 90px !important;
	}
	h1#title-name {
		letter-spacing: 12px !important;
	}
	.skill-desc > .bg-icon {
		display: none;
	}
	.skill-desc > .bg-icon > .fa {
	    display: none;
	}
	.conForm .submitBnt {
		width: 100%;
	}
	footer {
		display: none;
	}
	*/

}

/* iPhone 5 & 5S in portrait MOSTLY DONE */
@media only screen and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
	
	/*
	#splash {
		top: -100px;
	}
	.skill-desc > .bg-icon {
		display: none;
	}
	.skill-desc > .bg-icon > .fa {
	    display: none;
	}
	*/

}

/* iPhone 2G-4S in portrait & landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 

}

/* iPhone 2G-4S in landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) { 

	/*
	#title-logo {
		display: none !important;
	}
	h1#title-name, h1#title-subtitle {
		display: inline-block;
		left: 105px !important;
		top: 80px;
	}
	h1#title-name {
		top: 90px !important;
	}
	h1#title-name {
		letter-spacing: 12px !important;
	}
	.skill-desc > .bg-icon {
		display: none;
	}
	.skill-desc > .bg-icon > .fa {
	    display: none;
	}
	.conForm .submitBnt {
		width: 100%;
	}
	footer {
		display: none;
	}
	*/

}

/* iPhone 2G-4S in portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) { 

	/*
	#splash {
		top: -100px;
	}
	.skill-desc > .bg-icon {
		display: none;

	}
	.skill-desc > .bg-icon > .fa {
	    display: none;
	}
	*/

}


/*
iPhone 5 Resolution
Screen Width = 320px (CSS Pixels)
Screen Height = 568px (CSS Pixels)

Screen Width = 640px (Actual Pixels)
Screen Height = 1136px (Actual Pixels)

Device-pixel-ratio: 2

iPhone 4/4S Resolution
Screen Width = 320px (CSS Pixels)
Screen Height = 480px (CSS Pixels)

Screen Width = 640px (Actual Pixels)
Screen Height = 960px (Actual Pixels)

Device-pixel-ratio: 2

iPhone 2G/3G/3GS Resolution
Screen Width = 320px (CSS Pixels)
Screen Height = 480px (CSS Pixels)

Screen Width = 320px (Actual Pixels)
Screen Height = 480px (Actual Pixels)

Device-pixel-ratio: 1
*/