.full-bleed-limit {
	position: relative;
	margin: 0 auto;
	max-width: 1024px;
	padding: 40px 20px;
}

section.home-footer {
	padding: 40px 0;
	max-width: none;
	background: rgba(215,210,203, 0.35);
}

.footer-max-width {
	display: flex;	
	flex-direction: column;
	align-items: center;
}


.footer-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px
}

.footer-links .footer-link {
	margin-right: 40px;
	color: #A6A8AB;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 2px;
	transition: all .2s ease;
	margin-bottom: 20px;
}

.footer-links .footer-link:hover {
	color: #A6192E;
	transition: all .2s ease;
}

.email-list-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.email-list-heading {
	color: #A6192E;
	letter-spacing: 2px;
	font-size: 14px;
	margin-top: 20px;
}

.input-fields {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	max-width: 700px;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 40px;

	/*align-items: flex-start;*/
}

form.input-fields .text-input {
	border: none;
	outline: none;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	/*padding-left: 20px;*/
	color: #A6192E;

}
.text-input::placeholder {
	opacity: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;

}

.submit-input {
	border: none;
	outline: none;
	margin: 0;
}

.input-email {
	grid-column: 1 / span 2;
}


.info-container {
	display: block;
	text-align: center;
}

.info-kettle {
	opacity: 0.2;
	width: auto;
	height: 60px;
	margin-bottom: 10px;
}

.info-address {
	color: #A6A8AB;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 2px;
}



/*Responsive */

@media screen and (max-width: 1011px) {
	
	.image-heading {
		font-size: 150px;
		width: 100%;
		text-align: center;
	}

	.image-heading span {
		width: 100%;
		text-align: center;
	}

	section.home-hero {
		padding: 10px;
	}

	.slider-container {
		height: 450px;
	}

	h2.hero-subheading {
		margin-top: 40px;
		margin-bottom: 40px;
		font-size: 28px;
	}
	

}

@media screen and (max-width: 820px) {

	.about-box {
		grid-template-columns: repeat(1, 1fr);
	}

	.about-image-padding {
		padding-right: 0;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 700px) {

	
	.articles-container {
		grid-template-columns: repeat(1, 1fr);
	}

	p {
		font-size: 14px;
		line-height: 1.5;
	}

	/* a {
		font-size: 14px;
	} */

	.input-zip {
		grid-column: 1 / span 4;
		width: 100%;

	}

	.submit-input {
		border: none;
		outline: none;
		margin: 0;
		grid-column: 1 / span 4;
	}

	.input-email {
		grid-column: 1 / span 4;
	}




}

@media screen and (max-width: 500px) {

	.slider-container {
		height: 400px;
	}

	.image-heading {
		font-size: 100px;
		left: 47%;
		bottom: 20px;
	}

	.image-heading span {
		left: -30px;
	}

	.next-button {
		right: 20px;
	}

	.prev-button {
		left: 20px;
	}

	h2.hero-subheading {
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 24px;
		padding: 0 10px;
	}

	.footer-links .footer-link {
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
}













