﻿.bg-little-light {
	background-color: antiquewhite;
}

.blog-styling {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
}

h1, h2, .subtitle {
	width: 100%;
	text-align: center;
}

h2, h3 {
	margin-bottom: 0;
}

.subtitle {
	margin-top: 2px;
	font-size: 1.2em;
	color: rgb(56, 55, 55);
}

.subtitle-contact-us {
	margin-top: 2px;
	font-size: 1.2em;
	text-align: center;
}

.story {
	padding: 5px 10px;
}

.image-position {
	display: flex;
	justify-content: center;
	width: 100%;
}

.image-main-small {
	display: none;
}

.call-to-action {
	font-size: 1.5em;
	margin-bottom: 2px;
	text-align: center;
}

.email {
	font-size: 24px;
	color: #9FF0FB;
	background-color: #222933;
	padding: 15px;
	width: 60%;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width: 1182px) {
	.story {
		padding: 0;
		width: 80%;
	}

	.image-main-small {
		display: inline;
	}

	.image-main {
		display: none;
	}

	.call-to-action {
		margin-top: 10px;
	}
}
