#main {
    background-color: white;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

#portfolio,
#introduction p {
    font-family: 'Alegreya Sans', sans-serif;
    color: rgba(79, 73, 67, 1);
}

.portfolio-row {
    margin-top: 2rem;
    margin-left: 5rem;
    margin-right: 5rem;
    padding-right: 5rem;
    padding-left: 5rem;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 20rem;
  max-height: 20rem;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(64, 64, 79, 0.6);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 45%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: black;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: 0px;
  font-size: 3rem;
  color: pink;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 20rem;
  margin: 0 auto;
  padding: 0.8rem;
  text-align: center;
  background-color: rgba(241, 236, 235, 1);
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
  font-size: 1.1rem;
  color: rgba(79, 73, 67, 1);
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Alegreya Sans', sans-serif;
}

#portfolio * {
  z-index: 2;
}

.portfolio-modal {
  padding-right: 0px !important;
  font-family: 'Alegreya Sans', sans-serif;
}

.portfolio-modal .modal-dialog {
  margin: 2rem 8rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
  color: rgba(79, 73, 67, 1);
  background-color: rgba(255, 252, 247, 1);
}

.portfolio-modal .modal-content h2 {
  font-family: 'Slabo 27px', serif;
  font-size: 3em;
  margin-bottom: 15px;
  color: #505050;
}

.portfolio-modal .modal-content h5 {
  font-family: 'League Script', handwriting;
  margin-top: 2rem;
  font-size: 1.75rem;
  font-weight: 600;
  color: #505050;

}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Alegreya Sans', sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.image-padding {
    padding-left: 0rem;
    padding-right: 1.5rem;
}

.text-padding {
    padding-right: 0rem;
    padding-left: 1.5rem;
}

.portfolio-modal .modal-content button {
    cursor: pointer;
    background-color: #c1dcbd;
    color: rgba(79, 73, 67, 1);
}

.portfolio-modal .modal-content button:hover {
    background-color: #9DC897;
    transition: 0.3s ease-in;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

#divider {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 1) 100%), url("../images/no overlay bg crop.jpg");
    background-size: cover;
    background-position: center;
}


#divider h1 {
    font-family: 'League Script', handwriting;
    font-size: 4rem;
    font-weight: 700;
    color: rgba(82, 80, 78, 0.9);
}

#request {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

#request p {
    font-family: 'Alegreya Sans', sans-serif;
    color: rgba(79, 73, 67, 1);
}

.btn {
  font-weight: 500;
  border: none !important;
  border-radius: 300px;
  font-family: 'Alegreya Sans', sans-serif;
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.btn-xl {
  padding: 0.8rem 3rem;
}

.btn-space {
    margin-right: 10px
}

#request-btn{
    background-color: #B57CAF;
    color: white;
}

#request-btn:hover {
    background-color: #92538C;
    transition: 0.3s ease-in;
}

#workshop-types {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#workshop-types img {
    display: block;
    max-width: 25rem;
    max-height: 25rem;
    width: auto;
    height: auto;
    margin: 0 auto;
}

#workshop-types {
    font-family: 'Alegreya Sans', sans-serif;
}

#workshop-types h2 {
    font-size: 1.5rem;
    font-weight: 500;
}

.gallery-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.gallery-box .gallery-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(64, 64, 79, 0.6);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gallery-box .gallery-box-caption .gallery-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.gallery-box-caption-content i {
    font-size: 2.5rem;
    color: pink;
}

.gallery-box .gallery-box-caption .gallery-box-caption-content .project-category,
.gallery-box .gallery-box-caption .gallery-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Alegreya Sans', sans-serif
}

.gallery-box .gallery-box-caption .gallery-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.gallery-box .gallery-box-caption .gallery-box-caption-content .project-name {
  font-size: 18px;
}

.gallery-box:hover .gallery-box-caption {
  opacity: 1;
}

.gallery-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .gallery-box .gallery-box-caption .gallery-box-caption-content .project-category {
    font-size: 16px;
  }
  .gallery-box .gallery-box-caption .gallery-box-caption-content .project-name {
    font-size: 22px;
  }
}

@media all and (max-width: 1280px) {
    .portfolio-row {
        margin-top: 1rem;
        margin-left: 0rem;
        margin-right: 0rem;
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .portfolio-modal .modal-dialog {
      margin: 1rem;
      max-width: 100vw;
    }

}

@media all and (max-width: 1199px){
    #workshop-types img {
        max-width: 20rem;
        max-height: 20rem;
    }
}

@media all and (max-width: 991px) {
    .text-padding {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .image-padding {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    #workshop-types img {
        max-width: 25rem;
        max-height: 25rem;
    }

    #workshop-types h2 {
        text-align: center;
    }

    #workshop-types p {
        margin-left: 10rem;
        margin-right: 10rem !important;
        margin-bottom: 2.5rem;
    }
}

@media all and (max-width: 767px) {
    #workshop-types p {
        margin-left: 5rem;
        margin-right: 5rem !important;
    }
}

@media all and (max-width: 519px) {
    .portfolio-modal .modal-content h2 {
        font-size: 2rem;
    }

    #divider h1 {
        font-size: 2.5rem;
    }

    #workshop-types p {
        margin-left: 3rem;
        margin-right: 3rem !important;
    }
}

@media all and (max-width: 460px){
    #workshop-types p {
        margin-left: 0.5rem;
        margin-right: 0.5rem !important;
    }
}


@media all and (max-width: 390px) {
    #workshop-types img {
        max-width: 18rem;
        max-height: 18rem;
    }
}