html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.header img {
  margin-left: 15px;
  border-radius: 100%;
  margin-top: 20px;
  min-width: 90px;
  width: 10%;
}

.menu {
  /* color: #8B484F; */
  color: white;
  right:20px;
  position: fixed;
  top: 20px;
  text-align: right;
  z-index: 10000;
  cursor: pointer;
}

.menu ul {
  display: none;
  text-align: center;
  list-style-type: none;
  border: 2px solid white;
  background-color: #8B484F;
  padding: 20px;
}

.menu a {
  color: white;
  border-bottom: 2px solid white;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom:5px;
  width: 75px;
  display: inline-block;
  cursor: pointer;
}

.header {
  background: url(images/HartinFamily.jpg) no-repeat center fixed;
  background-size: cover;
  width:100%;
  height:100%;
}

.header h1 {
  position: relative;
  top: 45%;
  color: white;
  text-shadow: 2px 2px 2px black;
  text-align: center;
  font-size: 3em;
  letter-spacing: 1px;
  font-family: Georgia, sans-serif;
}

.header h3 {
  position: relative;
  top: 45%;
  color: white;
  text-shadow: 2px 2px 2px black;
  text-align: center;
  font-size: 2.5em;
  letter-spacing: 1px;
  font-family: Georgia, sans-serif;
}

#about {
  margin-top: 50px;
  background-color: #8B484F;
  border: 2px solid #8B484F;
}

#about img {
  border-radius: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

#about h2 {
  text-align: center;
  color: white;
  font-family: Georgia, sans-serif;
  font-size: 2em;
  text-shadow: 2px 2px 2px black;
  padding-bottom: 15px;
  padding-top:10px;
}

#about p {
  width: 100%;
  min-height: 100px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  color: black;
  font-weight: bold;
  font-size: 1em;
  padding-left: 50px;
  padding-right: 50px;
}

.projects h1 {
  font-family: Georgia, sans-serif;
  font-size: 3em;
  padding-top: 50px;
}

/* #project-1 p, #project-2 p, #project-3 p {
  margin-top: 5px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
} */

/* #project-1 {
background-color: #8B484F;
}

#project-2 {
  background-color: white;
} */

#project-1 a, #project-2 a {
  color: black;
  font-family: 'Acme', sans-serif;
}

#project-3 {
  color: black;
  font-family: 'Acme', sans-serif;
  /* background-color: #8B484F; */
}

#project-1 img, #project-2 img, #project-3 img {
  width: 100%;
}

#project1-description p, #project2-description p, #project3-description p {
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.services {
  background: url(images/mountains.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height:80%;
  margin-top:150px;
}

 .services h1 {
   color: white;
   text-shadow: 2px 2px 8px black;
   text-align: center;
   padding-top: 100px;
   padding-bottom: 50px;
 }

 .services h4 {
   color: white;
   text-shadow: 2px 2px 8px black;
   text-align: center;
   padding-top: 10px;
   padding-bottom: 100px;
 }

 .services a {
   color: white;
   text-shadow: 8px 8px 10px black;
  }

#contactInfo {
  background-color:#FFFAE2;
  width: 100%;
}

#contactInfo img {
  border-radius: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#contactInfo p {
  text-align: center;
  color: gray;
  font-family: Times, sans-serif;
}

.contact-header {
  background: url(images/familyHartin.jpg) no-repeat center fixed;
  background-size: cover;
  width:100%;
  height:100%;
}

.contact-header h1 {
  position: relative;
  top: 40%;
  color: white;
  text-shadow: 2px 2px 2px black;
  text-align: center;
  font-size: 4em;
  letter-spacing: 1px;
  font-family: Georgia, sans-serif;
}

.contact-header img {
  margin-left: 15px;
  border-radius: 100%;
  margin-top: 20px;
  min-width: 90px;
  width: 10%;
}

.contact-form {
  color: black;
  text-align: left;
  width:100%;
  padding: 20px;
}

form input, form textarea {
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
  border: 1px solid;
}

#contactFooter {
  background: #F0F0F0;
  /* height: auto;
  width: 200px; */
  text-align: center;
  width:100%;
}
