* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body, .page {
  height: 100%;
}
a {
  text-decoration: none;
}
h1 {
  color: #FFF;
}
h1, h2, h4 {
  padding: 20px;
}
p {
  padding: 10px 20px;
}
.page {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}
.header-container {
  display: flex;
  flex: initial;
  width: 100%;
  background-color: #43484d;
}
.home-header {
  display: flex;
  justify-content: center;
  max-height: 800px;
}
.chameleon-header {
  object-fit: scale-down;
  width: inherit;
}
.content-container {
  display: flex;
  flex: 1;
  background-color: #f7f7f7;
}
.footer-container {
  display: flex;
  flex: initial;
  background-color: #3b3b3b;
  height: 75px;
}
.portfolio-content-container {
  display: flex;
  justify-content: center;
}
.portfolio-content {
  padding: 30px;
}
.image img {
  width: 100%;
  padding: 20px 0;
}
.about-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-content {
  display: flex;
  flex: 0;
}
.about-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-content img {
  margin: 30px 0;
  height: 350px;
  width: 350px;
}
.quotes {
  font-style: italic;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.quote-name {
  font-style: italic;
  margin-bottom: : 10px;
}
.footer-container {
  color: #b8b8b8;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.footer-container a, .footer-container a:link, .footer-container a:visited {
  color: #707e9c;
}

@media only screen and (min-width: 961px) {
  body {
    background-color: #43484d;
  }
  .page {
    width: 1200px;
    margin: 0 auto;
  }
  .portfolio-content {
    padding: 30px;
    display: grid;
    grid-template: auto auto auto auto auto / 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .image img {
    width: 100%;
    height: 300px;
    padding: 20px 0;
  }
  .about-content-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .about-content img {
    margin: 30px 30px;
    height: 550px;
    width: 550px;
    align-self: center;
  }
  .about-content h4 {
    justify-content: flex-start;
  }
  .about-text {
    padding-top: 30px;
    align-items: flex-start;
  }
  h1, h4 {
    padding: 10px 30px;
  }
  h2 {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
  }
  p {
    padding: 10px 30px;
  }
  .reviews-content-container {
    display: flex;
    justify-content: center;
  }
  .reviews-content {
    display: flex;
    width: 700px;
    margin-top: 50px;
    flex-direction: column;
    align-content: center;
    font-size: 20px;
  }
  .quote-name {
    font-style: italic;
    margin-bottom: 60px;
    border-bottom: 1px solid #c7c7c7;
  }
}
/*

*/
