#gallery{
	margin: 0;
	padding:0;
}
h1{
	font-family: 'Chivo', sans-serif;
	text-align: center;
	font-size: 26px;
	padding-top: 120px;
}
h2{
	text-align: center;
	margin: 180px 0;
}
h2 img{
	width: 320px;
}
h3{
	color: #251e1c;
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
	margin: 0 0 48px 0;
}
h4{
	color: #808080;
	font-size: 16px;
	line-height: 2;
	font-weight: normal;
	margin-bottom: 60px;
}
.gallery-content{
	text-align: center;
}
.gallery-content img{
	width: 300px;
	display: block;
	margin: 0 auto 42px;
}
.gallery-content img.insta-icon{
	width: 34px;
	height: auto;
}
.gallery-content p{
	width: 800px;
	text-align: left;
	margin: 0 auto;
	line-height: 2;
}
hr{
	border: none;
	border-bottom: solid #333 1px;
	width: 47px;
	margin: 80px auto;
}

.anotb{
	text-align: center;
	width: 800px;
	margin: 0 auto;
}
.anotb p{
	width: 800px;
	text-align: left;
	margin: 70px auto 200px;
	line-height: 2;
}
.anotb h4{
	color: #251e1c;
	font-size: 16px;
}
.anotb h5{
	margin-bottom: 200px;
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
}
.anotb h5 a{
	text-decoration: none;
	color: #808080;
}
@media screen and (max-width: 640px){
	h1{
		font-size: 22px;
	}
	h2{
		margin: 130px 0;
	}
	h2 img {
    width: 220px;
}
	.gallery-content img{
		width: 200px;
	}
	.gallery-content{
		padding: 0 20px;
		box-sizing: border-box;
	}
	h3{
		font-size: 16px;
	}
	h4{
		font-size: 14px;
	}
	.gallery-content p,.anotb p{
		font-size: 14px;
		width: 100%;
	}
	.anotb {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.anotb img{
	width: 100%;
}
}