@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
	

	/*
	 *
	 * top menu links section
	 *
	 */
	#top-menu-links-wrapper
	{
		width: 100%;
		min-width: 100%;
		height: 110px;
		padding-bottom: 10px;
	}
	

	#company-name
	{
		float: none;
		width: 100%;
	}


	#company-name h3
	{
		letter-spacing: 6px;
		font-size: 1.8em;
		text-align: center;
		margin: 0 auto;
	}


	#menu-navigation
	{
		float: none;
		width: 100%;
		height: 66px;
	}

	#menu-navigation nav
	{
		float: none;
		margin: 0 auto;
		padding-top: 10px;
		border: 0;
	}


	#menu-navigation nav li
	{
		width: 40%;
		font-size: 22px;
		line-height: 22px;
		margin: 0 0 0 10;
		text-align: center;
		padding-bottom: 10px;
	}
	
	


	/*
	 *
	 * first spacer section
	 *
	 */
	#tracks-in-snowfield-wrapper
	{
		width: 100%;
		min-width: 100%;
		padding-top: 8px;
		padding-bottom: 8px;
	}


	#tracks-in-snowfield-image
	{
		width: 94%;
		min-width: 94%;
		min-height: 280px;
	}


	#tracks-in-snowfield-image img
	{
		width: 100%;
		min-width: 100%;
		min-height: 280px;
	}





	/*
	 *
	 * about iBD section
	 *
	 */
	#about-ibd
	{
		width: 100%;
		min-width: 100%;
		height: 520px;
		margin: 0 auto;
		padding-top: 40px;
		border: 0;
		text-align: center;
	}


	#about-ibd h1
	{
		font-size: 30px;
		padding-bottom: 10px;
	}



	#about-ibd h3
	{
		width: 90%;
		font-size: 20px;
		margin: 0 auto;
		padding-bottom: 10px;
	}



	#about-ibd p
	{
		width: 94%;
		min-width: 94%;
		font-size: 16px;
		letter-spacing: 2px;
		margin: 0 auto;
	}



	/*
	 *
	 * portfolio section
	 *
	 */
	#portfolio-wrapper
	{
		min-width: 100%;
		height: 490px;
		padding-top: 40px;
	}
	
	

	#portfolio-wrapper h1
	{
		font-size: 30px;
		padding-bottom: 10px;
	}



	#portfolio-wrapper table
	{
		width: 100%;
	}



	#portfolio-wrapper img
	{
		width: 90px;
		height: 105px;
	}



	/*
	 * used to enlarge the musician image when being hover over
	 */
	.img-zoom {
	    width: 90px;
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	}
 
	.transition {
	    -webkit-transform: scale(1.00); 
	    -moz-transform: scale(1.00);
	    -o-transform: scale(1.00);
	    transform: scale(1.00);
	}





	/*
	 *
	 * Types of Development section
	 *
	 */
	#types-of-development-wrapper
	{
		width: 100%;
		min-width: 100%;
		height: 1130px;
		padding-top: 40px;
	}



	#types-of-development-wrapper h1
	{
		font-size: 30px;
		padding-bottom: 10px;
	}



	#three-development-types-wrapper
	{
		width: 100%;
	}



	#custom-builds-wrapper
	{
		float: none;
		width: 100%;
	}
	
	#custom-builds-wrapper img
	{
		width: 150px;
		height: 150px;
	}


	#three-development-types-wrapper p
	{
		width: 80%;
	}


	#wordpress-wrapper
	{
		float: none;
		width: 100%;
		margin-top: 40px;
	}


	#wordpress-wrapper img
	{
		width: 150px;
		height: 150px;
	}


	#mobile-friendly-wrapper
	{
		float: none;
		width: 100%;
		margin-top: 40px;
	}


	#mobile-friendly-wrapper img
	{
		width: 140px;
		height: 140px;
	}




	/*
	 *
	 * Contact Me section
	 *
	 */
	#contact-me-wrapper
	{
		width: 100%;
		min-width: 100%;
		height: 750px;
	  display: block;
	  position: relative;
	  border: 0px;
	  margin: 0px;
	  padding-top: 40px;
		text-align: center;
	}	



	#contact-me-wrapper:after
	{
	  background: url("../images/contact-water.jpg");
		background-size:100% 100%;
		background-repeat: no-repeat;
		opacity: 0.6;
		filter: alpha(opacity=60); /* For IE8 and earlier */
	  width: 100%;
	  height: 830px;
	  top: 0;
	  left: 0;
	  position: absolute;
	  z-index: -1;
	  content: "";
	}


	#contact-me-wrapper h1
	{
		font-family: 'MedievalSharp', cursive;
		font-size: 30px;
		padding-bottom: 10px;
	}


	#contact-me-section-wrapper
	{
		width: 100%;
		height: 630px;
		margin: 0 auto;
	}


	#contact-me-content-wrapper
	{
		float: none;
		width: 100%;
		height: 160px;
		margin-top: 10px;
	}


	#contact-me-content-wrapper h3
	{
		font-family: 'Oregano', cursive;
		padding-bottom: 0px;
		font-size: 38px;
	}


	#contact-me-content-wrapper p
	{
		font-family: 'Sirin Stencil', cursive;
		font-size: 24px;
		letter-spacing: 2px;
		margin: 0 auto;
	}



	#contact-me-form-wrapper
	{
		float: none;
	  width: 100vw;
		height: 444px;
		margin-top: 0px;
		padding-top: 20px;
		clear: both;
	}



	#contact-us-table
	{
	  width: 98vw;
	  height: 370px;
	  color: #FFA500;
		padding-top: 10px;
		margin: 0 auto;
	}



	#contact-us-table table
	{
		width: 95vw;
		height: 100%;
	  color: #000000;
	  margin: 0 auto;
	}


	#contact-us-table tr
	{
	  font-size: 20px;
	}


	#contact-us-table td
	{
		width: 95vw;
	  padding-bottom: 5px;
		font-weight: 500;
		font-family: 'Sirin Stencil', cursive;
		font-size: 24px;
		letter-spacing: 2px;
		margin: 0 auto;
		display: block;  /*  NEEDED TO PLACE EACH TD ELEMENT ON IT'S OWN SEPARATE LINE */
	}


	#left-table-padding
	{
	  padding-left: 2px;
	}


	td#bottom-left-table-padding
	{
	  padding-bottom: 0px;
	  padding-left: 2px;
	}


	::-webkit-input-placeholder
	{
	  color: #707070;
	}


	:-moz-placeholder
	{
	  color: #707070;
	}


	::-moz-placeholder
	{
	  color: #707070;
	}


	:-ms-input-placeholder
	{
	  color: #707070;
	}


	#square-corners-field
	{
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  border-radius: 0px;
		width: 90vw;
	  height: 30px;
	  font-size: 20px;
	  padding: 2px 0px 0px 2px;
		margin-bottom: 10px;
	  box-shadow: 2px 2px 10px 0px black inset;
	}



	#message-heading-alignment
	{
	  vertical-align: top;
	}


	textarea
	{
		width: 90vw;
		height: 120px;
	  font-size: 20px;
	  padding: 8px 0px 0px 0px;
	  box-shadow: 2px 2px 10px 0px black inset;
	}


	#send-button-wrapper
	{
		width: 100px;
		margin-top: 20px;
		padding: 0;
		margin-left: 110px;
	}
	
	

	#iB-Digital-wrapper
	{
		float: none;
		width: 100%;
		height: 40px;
		margin: 0 auto;
		padding-top: 50px;
		font-family: 'Sirin Stencil', cursive;
		text-align: center;
	}


	#ej-login-wrapper
	{
		float: none;
		width: 96%;
		height: 12px;
		margin: 0 auto;
		padding-top: 0px;
		font-family: 'Sirin Stencil', cursive;
		text-align: right;
		font-size: 8px;
	}

	#top-link p
	{
		width: 100%;
		min-width: 100%;
		font-family: 'Sirin Stencil', cursive;
		font-size: 10px;
		letter-spacing: 2px;
		margin: 0 auto;
		text-align: right;
		display: block;
	}
	
}