/* Main CSS file */

body {
	font-family: 'Open Sans', sans-serif;
	color: #2d3c49;
}

a {
	color: #2d3c49;
}

h1 {
	font-size: 3em;
}

h3 {
	font-weight: bold;
}

hr {
	height: 12px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.img-section {
	border-width: 0.5px;
	box-shadow: 20px 18px 18px -15px rgba(0,0,0,0.5);
}

.center-elem-section {
		text-align: center;
	}

@media screen and (max-width: 549px) {
	h1 {
		color: #00a2e8;
		font-size: 2.2em;
		font-weight: bold;
	}

	h2 {
		font-size: 1.8em;
	}

	h3 {
		font-size: 1.4em;
	}

	h4 {
		color: #303030;
		font-size: 0.9em;
	}

	p {
		font-size: 0.7em;
	}

	.center-elem-header {
		text-align: center;
	}

	.center-elem-section {
		width: 100%;
	}

	.center-elem-featured {
		text-align: center;
	}
}

@media screen and (min-width: 550px) and (max-width: 767px) {
	h1 {
		font-size: 2.5em;
	}

	h2 {
		font-size: 2.1em;
	}

	h3 {
		font-size: 1.4em;
	}

	h4 {
		color: #303030;
		font-size: 0.9em;
	}

	p {
		font-size: 0.7em;
	}

	.center-elem-header {
		text-align: center;
	}

	.center-elem-featured {
		text-align: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.center-elem-featured {
		text-align: center;
	}
}