body#home {
  background: url("project-UPPER-WHITFIELD/CH.Feehan.8.14.182719.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 800px) {
  body#home {
    background: url("home-images/home.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
body {
  margin: 0;
  padding: 0;
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  font-style: normal;
}
h1 {
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  font-size: 28px !important;
  padding-bottom: 1rem;
  text-align: center;
  letter-spacing: 2px;
}
h2 {
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  font-size: 28px !important;
  padding-bottom: 1rem;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (min-width: 1000px) {
  h2 {
    margin-top: 80px !important;
  }
}
p {
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
#mobileNav a p {
  transition: all ease-in-out 0.2s;
}
#nav a p {
  transition: all ease-in-out 0.2s;
}
a:hover {
  color: black;
}
strong {
  font-size: 30px;
  font-weight: 400 !important;
  line-height: 1.1;
}
.tagline {
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  line-height: 1.2;
}
.lead {
  font-size: 1.5rem;
  font-weight: 300;
}
.nav-moble-bg {
  background-color: #E8C266;
  color: #4C5C4B;
}
.mobile-logo {
  font-size: 60px;
  letter-spacing: 2px;
}
#mobileNav {
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  #close {
    max-width: 50px;
    margin-left: 20px;
  }
  #close #x {
    max-width: 40px;
  }
}
@media screen and (min-width: 800px) {
  #mobileNav {
    font-size: 80px;
    line-height: 1;
  }
}
.navBorder {
  border-color: #4C5C4B;
  border-style: solid;
  border-width: 1px;
}
.email {
  display: flex;
  margin-top: 10px;
}
.email svg {
  height: 18px;
  width: auto;
  margin-right: 10px;
}
h1.homebanner {
  letter-spacing: 2px;
  font-size: 32px;
}
header {
  position: absolute;
  z-index: 1000;
  min-width: 100%
}
.contact {
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px
}
.contact a {
  font-size: 16px;
  letter-spacing: 1px;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 800px) {
  .contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-bottom: 20px;
  }
}
.text {
  color: #4C5C4B;
  font-family: baskerville-display-pt, serif;
  font-weight: 400 !important;
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
  .project {
    position: relative;
  }
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #4C5C4B;
  }
  .project:hover .overlay {
    opacity: 1;
  }
  .text {
    color: white;
    font-family: baskerville-display-pt, serif;
    font-weight: 400 !important;
    font-style: italic;
    font-size: 30px;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
}
.about {
  color: #4C5C4B;
}
.container-p1 img {
  margin: 0 auto;
  min-width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .container-p1 img {
    margin-bottom: 40px;
  }
}
.container-p1-sm img {
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .container-p1-sm img {
    margin: 0 auto;
    max-width: 800px;
    padding-bottom: 40px;
  }
}
.container-v {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .container-v {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding-bottom: 20px;
    padding-bottom: 40px;
    max-width: 1080px;
    margin: 0 auto !important;
  }
}
.container-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .container-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding-bottom: 40px;
    margin: 0 auto !important;
  }
}
.container-v-t {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .container-v-t {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding-bottom: 40px;
    margin: 0 auto !important;
  }
}
#sub .home-logo {
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 5px 20px 60px;
}
.demo-container {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.main-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 10px;
}
.container-hamburger {
  max-width: 100%;
  margin: 0 auto !important;
  padding: 20px 10px 0 10px;
}
#home .home-logo {
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 5px 20px 60px;
}
@media screen and (min-width: 800px) {
  #home .home-logo {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 0 0;
  }
}
@media screen and (min-width: 800px) {
  .main-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 40px;
  }
  .demo-container {
    margin: 20px auto;
    max-width: 100%;
    text-align: center;
  }
  .container-hamburger {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 40px;
  }
  #sub .home-logo {
    display: block;
    min-width: 390px;
    height: auto;
    margin: 0 auto;
    padding: 40px 50px;
  }
  .column {
    column-count: 2;
  }
}
.fix {
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.about-h2 {
  margin-top: 20px !important;
}
.about-pic {
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
.about-pic img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}