@charset "utf-8";
/* CSS Document */
.title {
    font-family: 'Dancing Script', cursive;
    font-size: 4em;
    margin-bottom: 0.8em;
}
.hero{margin-bottom: 3.8em;}
/*
intro
================================================ */
.intro {
	margin-bottom: 1.1em;

    background-image: url(../images/back_flower00.jpg);
	background-repeat: repeat;

    align-items: center;
	text-align: center;
	border-bottom: solid 1px #cdcdcd;

}
.intro_shadow{    background-image: url("../images/shadow.png");
	background-repeat: repeat-x;
background-position: top;
	padding-top: 30px;
}
