@charset "utf-8";
/* CSS Document */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {
	    .intro-section {
		  height:auto;
		  padding-bottom: 25px;
		  margin-bottom: 20px;
	  }
	  .about-artist-section{
		  height:auto;
		  padding-bottom: 25px;
		  margin-bottom: 20px;
	  }
	  .services-section{
		  height:auto;
		  padding-bottom: 25px;
		  margin-bottom: 20px;
	  }
	  .product-section{
		  height:auto;
		  padding-bottom: 25px;
		  margin-bottom: 20px;
	  }
	  .contact-section{
		  height:auto;
		  padding-bottom: 25px;
		  margin-bottom: 20px;
	  }

}

/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait) { 
	      .intro-section {
		  height:auto;
		  padding-bottom: 25px;
		  margin-bottom: 20px;
	  }
	  .about-artist-section{
		  height:auto;
		  padding-bottom: 25px;
		  margin-bottom: 20px;
	  }
	  .services-section{
		  height:auto;
		  padding-bottom: 25px;
		  margin-bottom: 20px;
	  }
	  .product-section{
		  height:auto;
		  padding-bottom: 25px;
		  margin-bottom: 20px;
	  }
	  .contact-section{
		  height:auto;
		  padding-bottom: 25px;
		  margin-bottom: 20px;
	  }

}

/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 
	  .intro-section {
		  height:auto;
		  padding-bottom: 25px;
		  margin-bottom: 20px;
	  }
	  .about-artist-section{
		   height:auto;
		  padding-bottom: 25px;
		  margin-bottom: 20px;
	  }
	  .services-section{
		  height:auto;
		  padding-bottom: 25px;
		  margin-bottom: 20px;
	  }
	  .product-section{
		  height:auto;
		  padding-bottom: 25px;
		  margin-bottom: 20px;
	  }
	 /* #thumb1{
		  display:none;
	  }*/
	  .contact-section{
		  height:auto;
		  padding-bottom: 25px;
		  margin-bottom: 20px;
	  }

}
