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

body{
	font-family: "mendl-sans-dusk", sans-serif;
	font-weight: 400;
	font-style: normal;
}

section{
	color: #574836;
}

section img{
	border: 1px solid #DEDEDE;
}

hr{
	margin: 40px 0px;
}
h2{
	margin-bottom: 20px;
}
h4{
	margin-top: 10px;
}
h7{
	margin-bottom: 20px;
}

.jumbotron{
	color: #E8E8E8;
	background: url("../images/yukari_pro.png");
	background-size: cover;
}