@charset "UTF-8";

body {
	background-color: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: auto;
}

.container {
	margin: auto;
  max-width: 900px;
  padding: 0em 1.5em;
	text-align: center;
}

.footer {
  padding: 1em 0em 2em 0em;
  font-size: 0.9em;
  margin-top: 1em;
  text-align: center;
}

.header {
  border-bottom: 1px solid gray;
  padding: 2em 0em 1em 0em;
  margin-bottom: 1em;
  text-align: left;
}
.header-face {
	height: 50px;
	width: 50px;
	position: relative;
	top: 15px;
}
.header-face-link {
	color: black;
	text-decoration: none;
}
.header-logo {
	color: black;
  font-size: 2em;
}

.intro {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  margin: 0 20px 20px 20px;
  text-align: center;
}
.intro-para {
  font-size: 1.2em;
  line-height: 1.7em;
  text-align: left;
}

.link {
	color: rgb(209, 39, 49);
}

#link-canstruction {
  color: rgb(209, 39, 49);
}

#link-contact {
  color: rgb(209, 39, 49);
}

.project-intro {
  margin: 15px 20px 0 20px;
}
.project-name {
  margin: 20px 0 10px 0;
}

.section {
  background-color: #e9e9e9;
  padding: 10px 0;
  margin: 0;
}
.section-footer {
	text-align: left;
  margin: 0 0 20px 0;
}
.section-header {
  text-align: left;
  margin: auto;
}
.section-header-left {
	display: inline-block;
	vertical-align: top;
}
.section-header-right {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.section-header-h-text {
	font-weight: bold;
	font-size: 1.5em;
	text-align: left;
}
