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

	/*
	 *
	 * top menu links section
	 *
	 */
	#top-menu-links-wrapper
	{
		width: 100%;
		min-width: 100%;
		height: 40px;
	}


	#company-name
	{
		width: 354px;
	}


	#company-name h3
	{
		font-size: 28px;
	}


	#menu-navigation
	{
		width: 380px;
	}

	#menu-navigation nav
	{
		padding-top: 9px;
	}


	#menu-navigation nav li
	{
		font-size: 16px;
	}
	
	


	/*
	 *
	 * first spacer section
	 *
	 */
	#tracks-in-snowfield-wrapper
	{
		width: 100%;
		min-width: 100%;
	}


	#tracks-in-snowfield-image
	{
		width: 96%;
		min-width: 96%;
	}


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





	/*
	 *
	 * about iBD section
	 *
	 */
	#about-ibd
	{
		min-width: 100%;
		padding-top: 40px;
		padding-bottom: 40px;
	}



	#about-ibd p
	{
		width: 94%;
		min-width: 94%;
	}




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



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




	#portfolio-wrapper img
	{
		width: 230px;
		height: 267px;
	}



	/*
	 * used to enlarge the musician image when being hover over
	 */
	.img-zoom {
	    width: 280px;
	    -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.0); 
	    -moz-transform: scale(1.0);
	    -o-transform: scale(1.0);
	    transform: scale(1.0);
	}






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



	#three-development-types-wrapper
	{
		width: 100%;
		font-size: 26px;
	}



	#custom-builds-wrapper
	{
		width: 33%;
	}



	#three-development-types-wrapper p
	{
		width: 220px;
	}


	#wordpress-wrapper
	{
		width: 33%;
	}


	#mobile-friendly-wrapper
	{
		width: 33%;
	}




	/*
	 *
	 * Contact Me section
	 *
	 */
	#contact-me-wrapper
	{
		min-width: 100%;
	  padding-top: 40px;
	}	


	#contact-me-wrapper:after
	{
	  background: url("../images/contact-water.jpg");
	}
	

	#contact-me-section-wrapper
	{
		width: 100%;
	}


	#contact-me-content-wrapper
	{
		width: 40%;
	}


	#contact-me-form-wrapper
	{
	  width: 57%;
	}


	#contact-us-table
	{
	  width: 100%;
	  height: 340px;
	}



	#contact-us-table td
	{
	  padding-bottom: 20px;
	}



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


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


	#square-corners-field
	{
		width: 280px;
	  height: 30px;
	}



	td#message-heading-alignment
	{
	  vertical-align: top;
		width: 100px;
	}


	textarea
	{
		width: 280px;
	}


	#send-button-wrapper
	{
		margin-left: 120px;
	}


	#iB-Digital-wrapper
	{
		padding-top: 185px;
	}



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

}