@charset "UTF-8";
/* CSS Document */

@media(max-width:767px){
	body                  { font-size:12px; line-height:20px; }
	#text-zippy           { margin-left:16%; margin-right:16%; margin-top:30px; }
	#height-zippy         { height:150px; }
	#title-theme          { background-image:url(../images/background-flow-mobile.jpg); }
	#title-theme-padding  { padding-top: 30%; /* this is actually (426/1140)*100 */ }
	.textfield-join       { height:25px; font-size:12px;}
	.radius-form          { border-radius:10px; }
	.form-height          { height:25px; }
}
@media(min-width:768px){
	body 			 { font-size:14px; line-height:28px; }
	#text-zippy      { margin-left:14%; margin-right:14%; margin-top:30px; }
}
@media(min-width:992px){
	body  			 { font-size:18px; line-height:35px; }
	#text-zippy      { margin-top:40px; }
}
@media(min-width:1200px){
	body             { font-size:24px; line-height:40px; }
}
