.popup-gallery img {
  width: 30%;
  height: auto;
  margin: auto;
  padding: 1%; }

.popup-gallery a {
  text-decoration: none; }

.pictures--container--picture {
  width: 85%;
  background-color: #292E2A;
  margin: auto;
  padding: 1%; }
  .pictures--container--picture p {
    font-size: 17px;
    padding: 2%;
    text-indent: 10px;
    width: 70%;
    float: right; }

.div--gallery--block {
  height: 200px;
  width: 400px;
  max-width: 100%;
  max-height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer; }
  .div--gallery--block:active {
    transform: scale(0.99); }

#completedToggle {
  background-image: url(../assets/completed-work.jpg); }

#miscToggle {
  background-image: url(../assets/miscellaneous-work.jpg); }

#testimonialsToggle {
  background-image: url(../assets/testimonials.jpg); }

#misc {
  postion: relative;
  right: 0;
  top: 0; }

article {
  background-color: #292E2A; }
  article h2 {
    text-decoration: underline;
    font-size: 26px; }

aside {
  width: 50%;
  display: inline-block;
  float: right;
  align-items: center;
  background-color: #292E2A;
  padding: 2%; }
  aside img {
    height: 110px;
    width: auto;
    max-width: 100%;
    margin: auto; }

.indent {
  text-indent: 65px; }

.gallery-toggles-container {
  display: flex;
  width: 100%;
  height: 200px;
  max-height: 200px; }

.gallery-toggles {
  width: 33;
  overflow: hidden;
  height: auto;
  margin: auto;
  background-color: #855959; }

.gallery-block {
  width: 100%;
  height: auto;
  background-color: #292E2A; }

.popup-gallery .small {
  width: 100%;
  max-width: 100px; }

.image-set {
  height: auto; }
  .image-set p {
    width: 70%; }

.is-hidden {
  visibility: hidden;
  height: 200px;
  margin: auto; }

.toggles {
  display: flex; }

#testimonials {
  width: 1200px;
  max-width: 100%;
  height: auto; }
  #testimonials p {
    width: 60%;
    text-align: center;
    margin: auto;
    color: #d6d1d1; }
  #testimonials h2 {
    color: white; }

article {
  width: 100%; }
