.follow label {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	margin-bottom: 10px;
	color: #333;
}
.follow {
	background-color: #ECD3D3;
	text-align: center;
	padding: 30px 0;
}
.follow a:hover {
	color: #000;
}

.follow a {
	color: #898989;
}
.instagram-wrapper {
	margin-top: 50px;
}
.header-top {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	min-height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ECD3D3;
}
.header-top .quotes {
	margin: 0;
	font-size: 0.8em;
	letter-spacing: 1px;
	padding: 0;
	min-width: 379px;
}
.top-header {
	top: 0;
	position: absolute;
	transition: all 0.3s ease 0s;
    margin-top: 35px;
}
.top-header.sticky {
	position: fixed;
    margin-top: 0;
}

header {
	position: static;
}
body {
    margin-top: 88px;
}
.header-top .slick-list {
    max-width: 700px;
    margin: 0 auto;
}
.header-top .quotes p {
	margin: 0;
}
.header-top .slick-track {
    min-width: 379px;
}
@media (max-width: 639px) {
	.header-top .quotes {
		font-size: 10px;
		min-width: inherit;
	}
	.header-top .slick-track {
		min-width: inherit;
	}
}