@charset "UTF-8";

/* CSS Document */
@media screen and (max-width:667px) {
nav {
	display: none;
}
#section1 {
}
header {
	font-size: 10rem;
	height: auto;
}
.title {
	font-size: 3rem;
	font-family: alex-brush;
	font-style: normal;
	font-weight: 400;
}
.thumbnail figcaption {
	display: none;
}
.showFancyBox {
	display: none;
}
.noshowFancyBox {
	display: block;
}
}/*don't delete this*/
