body {
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 100vh;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	max-width: 100%;
	height: auto;
}
#background-wrapper, #background-image, #background-color, .background-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#background-wrapper, #background-image, #background-color, .background-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#background-image {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#background-wrapper {
	overflow: hidden;
}
#background-image {
	opacity: 0;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
#background-image.loaded {
	opacity: 1;
}
.logo-wrapper.image {
	margin-bottom: 2em;
}
.graphic-logo {
	padding-bottom: 0;
	width: auto;
	max-width: 500px;
	max-height: 300px;
	margin: 0 auto;
}
.section {
	flex-grow: 1;
	padding: 2em;
	text-align: center;
	position: relative;
}
.section-body {
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-grow: 10;
	width: 70%;
	max-width: 1170px;
	min-height: calc(100vh - 7em);
	margin: 0 auto;
}
.section-body p {
	font-size: 1em;
	line-height: 1.5em;
}

@media only screen and (max-width: 1024px) {
  .section-body, .social-list {
    font-size: 16px !important;
  }
  .graphic-logo {
	padding: 20px 0;
}
}

@media only screen and (max-width: 680px) {
  .section-body, .social-list {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 560px) {
  .section-body, .social-list {
    font-size: 14px !important;
  }
  .section-body {
	width: auto;
}
  .section {
	padding: 4em 1em;
	min-height: calc(100vh - 11em);
}
  .graphic-logo {
	max-height: 200px;
	padding-bottom: 0;
	max-width: 100%;
}
}
