body{
	margin: 0;
	background-color: #3e0e4c;
	background-color: #6c134d;
	background-color: #58528C;
	color: white;
}
img{
	max-width: 100%;
}
h1{
	font-weight: normal;
}
.csik{
	background-color: #849cd4;
}
.csik-dark{
	background-color: #423d6a;
	background-color: #3a3372;
}
.hi-li{
	background-color: yellow;
}
.kiem{
	color: #a0e0ff;
}
.footer-kiem{
	color: #b782ed;
}
.smaller{
	font-size: 80%; /* not used */
}
.artre-2{
	color: #9b99e7;
	font-style: italic;
}
}
.home-link{
	text-decoration: none;
	color: white;
}
.img-box{
	padding: 10px 0 10px 0;	
}
#bottom-links{
	min-height: 50px;
	padding: 20px;
}
.dl-link{
	color: #FFC600;
}
#top-tit{
	text-align: center;
}
#your-pedal-id{
	margin-top:20px;
}
.handmade{
	font-style: italic;
	font-size: small;
}
#header-div-2{
	/*background-image: url("/img_dir/zed-01-s1-w.jpg");*/
	background-repeat: no-repeat;
	background-position: center top;
}
#header-div{
	background-image: url("/img_dir/zed-01-s1-w.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.header-text{
	color: white;
	text-align: center;
}
#site-mini-tit{
	color: #fff;
	font-family: sans-serif;
	font-size: small;
	/*background-color: #bf75b3;*/
	background-color: #718ac3;
	display: inline-block;
	padding: 4px;
}
.normal-white{
	color:white;
}
.cent{
	text-align: center;
}
.text-over, .text-over-2, .text-over-3{
	margin: auto;
	max-width: 450px;
	margin: auto;
	text-align: center;
}


.full-w{
	width: 100%;
}
.main-w2{
	width: 100%;
	margin: auto;
}
main, .main-w{
	width: 450px;
	margin: auto;
/*	padding: 0 10px 10px 10px;*/

}
.formi-in{
	font-size: 22px;
	color: tomato;
	
}
.formi-sub{
	font-size: 22px;
}

footer{

	min-height: 100px;
	font-size: xx-large;
	margin-top: 40px;

}
@media only screen and (max-width: 650px) {
	.main-w{
		width: calc(100% - 16px);
		margin: auto;
		padding: 8px;
	}
	footer{
	font-size: x-large;
	}
}
@media only screen and (min-width: 451px) {
	.main-w{
		width: 450px;
		margin: auto;
		padding: 8px;
	}
	
}
@media only screen and (min-width: 651px) {
	.main-w2{
		width: 650px;
		margin: auto;
		padding: 8px;
	}

}
/* ------ IMG ----- */
@media only screen and (min-width: 751px) {
	#header-div{
		background-image: url("/img_dir/zed-01-s1-w.jpg");
		min-height: 440px;
	}
	.text-over-2{
		display: none;
	}
	.text-over-3{
		display: block;
	}
}
@media only screen and (min-width: 391px) and (max-width: 750px) {
	#header-div{
		background-image: url("/img_dir/zed-01-s2-750.jpg");
		min-height: 388px;
	}
	.text-over-2{
		display: none;
	}
	.text-over-3{
		display: block;
	}
}
@media only screen and (max-width: 390px) {
	#header-div{
		background-image: url("/img_dir/zed-01-s3-450.jpg");
		min-height: 250px;		
	}
	.text-over-2{
		display: none;
	}
	.text-over-3{
		display: block;
	}
	footer{
	font-size: medium;
	}
}
