body, html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #787976;
	font: 400 1rem/1.5625rem "Open Sans", sans-serif;
}

h1 {
	color: #484a46;
	font: 700 2.5rem/3rem "Montserrat", sans-serif;
}

h2 {
	color: #484a46;
	font: 700 1.75rem/2.125rem "Montserrat", sans-serif;
}

h3 {
	color: #484a46;
	font: 700 1.375rem/1.75rem "Montserrat", sans-serif;
}

h4 {
	color: #484a46;
	font: 700 1.25rem/1.625rem "Montserrat", sans-serif;
}

h5 {
	color: #484a46;
	font: 700 1.125rem/1.5rem "Montserrat", sans-serif;
}

h6 {
	color: #484a46;
	font: 700 1rem/1.375rem "Montserrat", sans-serif;
}

.header {
	background-image: url("../images/header-background.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50%;
}

.section {
	padding-top: 6.5rem;
	padding-bottom: 3rem;
}

.section .text-container {
	margin-bottom: 3rem;
}

.section .text-container p {
    font-size:125%;
}

.section .section-title {
    text-align: center;
	margin-bottom: 0.5rem;
}

.section h2 {
	margin-bottom: 1.375rem;
}

.section img {
	max-width: 100%;
}

/* Hover Animation */
.section .image-container {
	overflow: hidden;
	border-radius: 0.25rem;
}

.section .image-container img {
	margin: 0;
	border-radius: 0.25rem;
	transition: all 0.3s;
	max-width: 100%;
}

.section .image-container:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
/* end of hover animation */

.contact .fas {
	color: #0844A4;
	font-size: 1.0rem;
	line-height: 1.375rem;
	padding-right: 10px;
}
