/* Splash */

.splash {
	position: relative;
	width: 100%;
	overflow: hidden;
}

@media (min-width: 1000px) {
	.splash__image {
		width: 100%;
	}
	
	.splash__tag {
		display: inline-block;
		vertical-align: middle;
		margin-left: 20px;
		padding-top: 5px;
		font-weight: bold;
		font-size: 30px;
		color: #FFFFFF;
	}
}

@media (max-width: 1000px) {
	.splash__image {
		width: 200%;
		transform: translate(-25%, 0);
	}
	
	.splash__tag {
		display: inline-block;
		vertical-align: middle;
		margin-top: 30px;
		font-weight: bold;
		font-size: 30px;
		color: #FFFFFF;
	}
}

.splash__overlay {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgba(159, 173, 158, 0.9);
	text-align: center;
}

.splash__overlay--blue {
	background-color: #678098;
}

.splash__title {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 40px;
	color: #FFFFFF;
}

/* Pods */

@media (min-width: 1000px) {
	.pods {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.pods__imageWrapper {
		display: inline-block;
		vertical-align: top;
		width: 40%;
	}
	
	.pods__contentWrapper {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.pods__title {
		font-size: 30px;
		margin-bottom: 30px;
	}
	
	.pods__tagline {
		font-size: 22px;
	}
	
	.pods__button {
		position: absolute;
		bottom: 24px;
		right: 4px;
	}
}

@media (max-width: 1000px) {
	.pods {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.pods__imageWrapper {
		vertical-align: top;
		width: 100%;
	}
	
	.pods__contentWrapper {
		position: relative;
		vertical-align: top;
		width: 100%;
	}
	
	.pods__title {
		font-size: 30px;
		margin-bottom: 40px;
	}
	
	.pods__tagline {
		font-size: 22px;
		margin-top: 20px;
	}
	
	.pods__button {
		position: absolute;
		bottom: 4px;
		right: 4px;
	}
}

.pods__image {
	width: 100%;
}

.pods__titleText {
	margin-bottom: 2px;
	padding-bottom: 6px;
	padding-right: 14px;
	border-bottom: 1px solid #9fad9e;
}

.pods__details {
	margin-top: 20px;
	font-size: 18px;
}

.pods__details--margin {
	margin-bottom: 20px;
}

/* Points */

.points {
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.point {
	margin-top: 5px;
}

.point__circle {
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	margin-right: 6px;
	border-radius: 20px;
	background-color: #9fad9e;
}

.point__text {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

/* Provide */

@media (min-width: 1000px) {
	.provide {
		width: 100%;
		height: 100%;
		background-color: #9fad9e;
		background: url(../img/pods/provide.jpg) #9fad9e;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.provide--horses {
		background: url(../img/horses/provide.jpg) #9fad9e;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.provide--kitchen {
		background: url(../img/pods/kitchen.jpg) #9fad9e;
	}

	.provide--breakfast {
		background: url(../img/extras/breakfast.jpg) #9fad9e;
		background-size: cover;
		background-repeat: no-repeat;
		background-color: #9fad9e;
	}

	.provide--pizza {
		background: url(../img/extras/pizza.jpg) #9fad9e;
		background-size: cover;
	}

	.provide--bedding {
		background: url(../img/extras/bedding.jpg) #9fad9e;
		background-size: cover;
	}

	.provide__content {
		width: 40%;
		padding-top: 60px;
		padding-left: 10%;
		padding-bottom: 60px;
		padding-right: 10%;
		background-color: rgba(159, 173, 158, 0.9);
		-webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
	}
}

@media (max-width: 1000px) {
	.provide {
		width: 100%;
		height: 100%;
		background-color: #9fad9e;
		background: url(../img/pods/provide.jpg) #9fad9e;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.provide--horses {
		background: url(../img/horses/provide.jpg) #9fad9e;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.provide--kitchen {
		background: url(../img/pods/kitchen.jpg) #9fad9e;
	}

	.provide--breakfast {
		background: url(../img/extras/breakfast.jpg) #9fad9e;
		background-size: cover;
		background-repeat: no-repeat;
		background-color: #9fad9e;
	}

	.provide--pizza {
		background: url(../img/extras/pizza.jpg) #9fad9e;
		background-size: cover;
	}

	.provide--bedding {
		background: url(../img/extras/bedding.jpg) #9fad9e;
		background-size: cover;
	}
	
	.provide__content {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 10%;
		padding-right: 10%;
		background-color: rgba(159, 173, 158, 0.9);
	}
}

.provide__title {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 36px;
}

.provide__item {
	margin-top: 16px;
	margin-bottom: 6px;
}

.provide__circle {
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	margin-right: 12px;
	border-radius: 20px;
	background-color: #000000;
}

.provide__circle--white {
	background-color: #FFFFFF;
}

.provide__text {
	display: inline-block;
    vertical-align: middle;
	font-size: 19px;
}

.provide__text--indented {
	margin-left: 40px;
	display: block;
}

.provide__tagline {
	font-size: 16px;
	margin-top: 16px;
}