


/* screenwidth less than or equal 1024px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {

   /* Hero Section
   ------------------------------------------------------------------ */
   .hero-text { width: 82%; }
   .hero-text h1 { font: 38px/1.2em 'montserrat-regular', sans-serif; } 
   .hero-text h2 { font: 30px/1.2em 'montserrat-regular', sans-serif; } 
   .hero-text h3 { font: 20px/1.2em 'montserrat-regular', sans-serif; } 

	/* Testimonials Section
   ------------------------------------------------------------------- */
   #testimonials .text-container { width: 82%; }

   /* Call To Action Section
   ------------------------------------------------------------------- */
   #call-to-action h2 { font: 26px/36px 'montserrat-bold', sans-serif; }
   #call-to-action p { font-size: 16px; }




}

/* screenwidth less than or equal 900px
--------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {

	/* General and Common Styles */
	.section-head h1 { font: 25px/30px 'montserrat-bold', sans-serif; }

   /* Header Styles
   ------------------------------------------------------------------ */
   header .header-social { font-size: 18px; }
   header .header-social li { margin-right: 15px; }

header div.title {
   margin: 10px 10px 0 0;
   padding: 0;
   float: left;
}
header div.title h2 {
   font-size: 12px;
   line-height: 1.6;
   font-weight: normal;
   color: #463317;
   padding: 0;
}
header div.title h1 {
   font-size: 18px;
   line-height: 1.2;
   font-weight: bold;
   color: #463317;
   margin-left: -9px;
   letter-spacing: 1px;
}
header div.title h3 {
   font-size: 13px;
   line-height: 1.2;
   font-weight: normal;
   color: #de5638;
   padding: 0;
   text-decoration: underline;
}

header .buttons {
   text-align: center;
   margin: 32px 15px 0 0;
   float: right;
}
header .buttons .button {
   font-size: 12px;
   padding: 10px 20px;
   font-family:'Noto Sans Japanese', "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ƒSƒVƒbƒN", 'Open Sans', Arial, sans-serif;
   text-transform : uppercase;
   letter-spacing: 2px;
}



   /* mainV Section
   -------------------------------------------------------------------- */
#mainV {
   padding-top: 70px;
   background: #fff url(../images/main_pic.jpg) center center / cover no-repeat;
   overflow: hidden;
   height: 450px;
}

    /* Hero Section
   ------------------------------------------------------------------ */
   #hero { padding-top: 60px; }
   .hero-text { width: 88%; }
   .hero-text h1 { font: 30px/1.2em 'montserrat-regular', sans-serif; }
   .hero-text h2 { font: 26px/1.2em 'montserrat-regular', sans-serif; }
   .hero-text h3 { font: 20px/1.2em 'montserrat-regular', sans-serif; }
   .hero-text h4 { font: 18px/1.2em 'montserrat-regular', sans-serif; }
   .hero-text p { font: 15px/30px 'opensans-regular', sans-serif; } 
  
   /* nav-wrap */
   #nav-wrap { font: 10px 'montserrat-regular', sans-serif; }

   /* Features Section
   ------------------------------------------------------------------- */
   #features .feature { margin-bottom: 30px; }
   #features .right { padding-left: 18px; }
   #features .left { padding-right: 18px; }
   #features h3 { margin-bottom: 6px; } 



   /* Pricing Section
   ------------------------------------------------------------------- */
   .pricing-tables { 
      width: 92%; 
      margin: 0 auto;
   }

   /* Call To Action Section
   ------------------------------------------------------------------- */
   #call-to-action .header-col h1:before {
      font-size: 66px;
      line-height: 66px;
   }
   #call-to-action h2 { font: 25px/36px 'montserrat-bold', sans-serif; } 
   #call-to-action .action .button { font: 14px/24px 'montserrat-bold', sans-serif; } 
   #call-to-action p { font-size: 15px; }

   /* Testimonials Section
   ------------------------------------------------------------------- */
   #testimonials blockquote p { font-size: 24px; }  

   /* Subscribe Section
   ------------------------------------------------------------------- */
   #subscribe h1 { margin-bottom: 18px; }
   #mc_embed_signup input[type="submit"] { width: 46%; }
   #mc_embed_signup input[type="email"] { width: 46%; }

   /* Footer
   ------------------------------------------------------------------- */
   footer .right-cols .columns { width: 50% !important; }
   footer .right-cols .columns:last-child { 
      clear: left; 
      float: left;      
   }

}

/* screenwidth less than 768px - mobile/smaller tablets
---------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

	/* General and Common Styles */
	.section-head { padding: 0 30px; }

   /* mobile navigation
   -------------------------------------------------------------------- */
   #nav-wrap {
      font: 11px 'montserrat-regular', sans-serif;
      background: transparent !important;
      letter-spacing: 1.5px;  
      color: #515968;
      
      position: absolute;
      top: 0;
      right: 0;
   }
   #nav-wrap > a {	   
      text-align: left;
		border: none;            
      color: #fff;
      font-size: 12px;
      height: 54px;
      line-height: 54px; 
      float: right;     
                        
      font: 0/0 a;
      text-shadow: none;
      color: transparent;

      position: relative;
      top: 0px;
      right: 36px;
   }
	#nav-wrap > a:before {
	   font-family: 'FontAwesome';
      content: "\f0c9";
      color: #fff;
      margin: 0;
      font-size: 25px;
      line-height: 54px;
      text-align: left;      
      display: block; 
      float: right;     
	}

   /* hide menu panel */
   #nav-wrap ul#nav {
      padding: 24px 36px 48px 36px;
      background: #1D2025; 
      height: auto;
      display: none;
      clear: both;
      width: auto; 
            
      position: relative;
      top: 0;
      right: 30px;           
   }
   
   /* display toggle buttons */
	.no-js #nav-wrap:not( :target ) > a:first-of-type,
	.no-js #nav-wrap:target > a:last-of-type  {
	   display: block;
	} 
   .js #nav-wrap a { display: block; }  

   /* display menu panels - no JS*/
   .no-js #nav-wrap:target > ul#nav  {
      display: block;           
   }

   ul#nav li {
      display: block;
      height: auto;      
      text-align: left;
      border-bottom: 1px solid #2D2E34;
      border-bottom-style: dotted; 
   }
  
   ul#nav li a {  
      display: block;   
      width: auto;  
      margin: 0;
      padding: 0;      
      margin: 12px 0; 
      line-height: 16px; /* reset line-height from 54px */
      border: none;
   }  

   /* hide social icons */
   .header-social { display: none; }


   p.label {
      position: absolute;
      top: -340px;
      right: -60px;
      width: 202px;
   }


   /* Header Styles
   -------------------------------------------------------------------- */
header {
   height: 115px;
}

header .logo { display: none; }


header div.title {
   width: 100%;
   margin: 8px 5px 5px 5px;
   padding: 3px;
   text-align: center;
}
header div.title h2 {
   display: none;
}
header div.title h1 {
   font-size: 16px;
   line-height: 1.1;
   font-weight: bold;
   color: #463317;
   letter-spacing: 0px;
   text-align: center;
   margin-bottom: 5px;
}
header div.title h3 {
   font-size: 13px;
   line-height: 1.1;
   font-weight: normal;
   color: #de5638;
   padding: 0;
   text-decoration: underline;
   text-align: center;
   margin-bottom: 3px;
}

header .buttons {
   width: 100%;
   text-align: center;
   margin: 2px auto ;
   clear:both;

}
header .buttons .button {
   font-size: 14px;
   padding: 5px 20px;
   font-family:'Noto Sans Japanese', "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ƒSƒVƒbƒN", 'Open Sans', Arial, sans-serif;
   text-transform : uppercase;
   letter-spacing: 2px;
}


   /* mainV Section
   -------------------------------------------------------------------- */
#mainV {
   padding-top: 80px;
   background: #fff url(../images/main_pic.jpg) center center / cover no-repeat;
   overflow: hidden;
   height: 360px;
}


   /* Hero Section
   -------------------------------------------------------------------- */
   #hero { padding-top: 48px; }
   .hero-text { width: 92%; }

   .hero-text h1 { font: 25px/1.2em 'montserrat-regular', sans-serif; }
   .hero-text h2 { font: 20px/1.2em 'montserrat-regular', sans-serif; }
   .hero-text h3 { font: 18px/1.2em 'montserrat-regular', sans-serif; }
   .hero-text h4 { font: 16px/1.2em 'montserrat-regular', sans-serif; }
   .hero-text p { font: 14px/24px 'opensans-regular', sans-serif; } 


   /* Hero CTA Buttons */
   #hero .buttons { margin-bottom: 30px; }
   #hero .buttons .button {
      display: block;
      width: 70%;
      margin: 0 auto 18px auto;
      font: 13px/24px 'montserrat-bold', sans-serif;
      letter-spacing: 1.5px;
   }

   /* Features Section
   --------------------------------------------------------------------- */   
   #features .feature {
      margin-top: 12px;
      margin-bottom: 60px;
   }
   #features .right {
      padding-left: 30px;
      float: none;
   }
   #features .left {
      padding-right: 30px;
      float: none;
   }
   #features h3 { text-align: left; }  
   #features h1 { text-align: left; font-size: 26px; font-weight: bold; }  

   /* Pricing Section
   ------------------------------------------------------------------- */
   .pricing-tables { width: 92%; }


   /* Call To Action Section
   ----------------------------------------------------------------- */
   #call-to-action { text-align: center; }
   #call-to-action h1 {
      font: 16px/24px 'montserrat-bold', sans-serif;;
      text-align: center;
      margin-bottom: 30px;
      text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
   }
   #call-to-action h1 span { display: block; }
   #call-to-action .header-col h1:before { content: none; }

   /* Screenshots
   ------------------------------------------------------------------- */
   #screenshots-wrapper {
      width: 80%;
      margin: 0 auto;
   } 
   #screenshots-wrapper .columns { margin-bottom: 36px; }


   /* Testimonials Section
   ------------------------------------------------------------------- */
   #testimonials .quote-left,      
   #testimonials .quote-right {    
      font-size: 30px;
      margin-top: -25px;
   }
   #testimonials .text-container { width: 80%; }
   #testimonials blockquote p { 
      font-size: 20px; 
      line-height: 30px;
   }   

   /* Subscribe Section
   ------------------------------------------------------------------- */
   #mc_embed_signup { width: 90%; }
   #mc_embed_signup input[type="submit"], 
   #mc_embed_signup input[type="email"] { 
      width: 100%;
      text-align: center; 
      margin-bottom: 30px;
   }
   
   /* footer
   ------------------------------------------------------------------------ */
   footer { text-align: center; }
   footer .info { padding-right: 30px; }
   footer .info p { margin-bottom: 18px; }
   footer h3:before { text-align: center; }
   footer .right-cols {       
      width: 90% !important;
      margin: 0 auto ;
      margin-bottom: 42px; 
      text-align: center;
   }
   footer .right-cols .columns {
      float: left;       
      padding: 0 30px;    
   }
   footer .right-cols .columns:last-child { 
      clear: both; 
      float: left;
   }   

   /* Go To Top Button */
   #go-top { margin-left: -22px; }
   #go-top a {
   	width: 54px;
   	height: 54px;
      font-size: 18px;
      line-height: 54px;
   }

}

/* screenwidth less than or equal 480px - mobile wide
  -------------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {   

   /* mobile navigation
   -------------------------------------------------------------------- */
   #nav-wrap { width: 100%; }
   #nav-wrap ul#nav { 
      width: 100%;
      float: none;
      right: 0;             
   }


header div.title h3 {
   padding-right: 10px;
}


   /* Hero Section
   -------------------------------------------------------------------- */
   #hero { padding-top: 42px; }
   .hero-text { width: 96%; }
   .hero-text h1 { font: 25px/1.2em 'montserrat-regular', sans-serif; }
   .hero-text p { font: 13px/24px 'opensans-regular', sans-serif; } 


   .hero-text h1 { font: 25px/1.2em 'montserrat-regular', sans-serif; }
   .hero-text h2 { font: 20px/1.2em 'montserrat-regular', sans-serif; }
   .hero-text h3 { font: 16px/1.2em 'montserrat-regular', sans-serif; }
   .hero-text p { font: 13px/24px 'opensans-regular', sans-serif; } 


   p.label {
      position: absolute;
      top: -210px;
      right: -30px;
      width: 202px;
   }



   /* Testimonials Section
   ------------------------------------------------------------------- */
   #testimonials .quote-left,      
   #testimonials .quote-right { font-size: 28px; }  
   #testimonials blockquote p { font-size: 20px; }

   /* Footer
   ------------------------------------------------------------------- */
   footer .right-cols .columns { padding: 0 10px; }        

   footer .footer-logo img {
      margin-top: 30px;
      text-align: center;
   }

   footer .copyright {
      text-align: center;
   }

}

/* screenwidth less than or equal 420px - mobile narrow
  -------------------------------------------------------------------------- */
@media only screen and (max-width: 420px) { 

    /* Hero Section
   -------------------------------------------------------------------- */
   .hero-text { width: 100%; }

   /* Pricing Section
   ------------------------------------------------------------------- */
   .pricing-tables { width: 98%; }

   /* Screenshots
   ------------------------------------------------------------------- */
   #screenshots-wrapper { width: 92%; }  

   /* Testimonials Section
   ------------------------------------------------------------------- */
   #testimonials .text-container { width: 85%; }
   #testimonials blockquote p { 
      font-size: 18px; 
      line-height: 27px;
   }   

} 

/* make sure the menu is visible on larger screens
  -------------------------------------------------------------------------- */

@media only screen and (min-width: 768px) {
   
   #nav-wrap ul#nav { display: block !important; }

}









