body {
	background-color: #ADD8E6;
}
h1 {
	color: #00FFE6;
	margin-left: 50px;
}
<style>
.sl {
	text-align: left;
}
.sl1, .sl2, .sl3 {
	width: 320px;
	height: 75px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.sl1 {
	background: #000000;
	margin-left: 10px;
}
.sl2 {
	background: #000000;
}
.sl3 {
	background: #000000;
}
@media all and (max-width: 1000px) {
	.sl1, .sl2, .sl3 {
		width: 100%;
		display: block;
		margin: 10px;
	}
}
</style>
body {
	background-color: #ADD8E6;
}
h1 {
	color: #00FFE6;
	margin-left: 50px;
}
<style>
.media {
	text-align: left;
}
.media1 {
	width: 1000px;
	height: 450px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.media1 {
	background: #FFFFF0;
	margin: 20px;
}

@media all and (max-width: 1000px) {
	.media1 {
		width: 100%;
		display: block;
		margin: 20px;
	}
}
</style>
<style>
.frontpagepic {
	text-align: center;
}
.frontpagepic1  {
	width: 1700px;
	height: 500px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-image: url('/sunrisefrontpage.jpg');
}

@media all and (max-width: 1500px) {
	.frontpagepic1 {
		width: 100%;
		display: block;
		margin: 20px;
	}
}
</style>
<style>
.frontbottompagepic {
	text-align: center;
}
.frontbottompagepic1  {
	width: 1700px;
	height: 500px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-image: url('/sunset1.jpg');
}

@media all and (max-width: 1500px) {
	.frontbottompagepic1 {
		width: 100%;
		display: block;
		margin: 20px;
	}
}
</style>
<style>
.endpagepic {
	text-align: center;
}
.endpagepic1  {
	width: 1700px;
	height: 500px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-image: url('/water1.jpg');
}

@media all and (max-width: 1500px) {
	.endpagepic1 {
		width: 100%;
		display: block;
		margin: 20px;
	}
}
</style>
<style>
.motivatewiththespiritpic {
	text-align: center;
}
.motivatewiththespiritpic1  {
	width: 4032px;
	height: 3024px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-image: url('/motivate-with-the-spirit/SUNATTREETOP.jpg');
}

@media all and (max-width: 1500px) {
	.motivatewiththespirit1 {
		width: 100%;
		display: block;
		margin: 20px;
	}
}
</style>
<style>
.frequencyoftheuniverse {
	text-align: center;
}
.frequencyoftheuniverse1  {
	width: 1200px;
	height: 400px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #00ffff;
}

@media all and (max-width: 1200px) {
	.frequencyoftheuniverse1 {
		width: 100%;
		display: block;
		margin: 20px;
	}
}
</style>