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

.Banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  background: white;
  height: 87px;
}

.Banner .logo-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Banner h3 {
  font-family: 'Trocchi', serif;
  margin: 0 0 0 2vw;
  color: #3d3d3d;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 500px) {
  .Banner h3 {
    font-size: 15px;
  }
}

.Banner h3 .title-link {
  font-size: 1.5rem;
  color: #3d3d3d;
}

.Banner .headers {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.Banner .list-item {
  margin-right: 20px;
}

.Banner .list-item a {
  text-decoration: none;
  color: #3d3d3d;
}

.Banner .list-item a:hover {
  border-bottom: 2px solid orange;
  color: orange;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
}

.toggle-btn {
  margin-right: 20px;
}

@media screen and (min-width: 767px) {
  .toggle-btn {
    display: none;
  }
}

.toggle-btn span {
  font-size: 25px;
}

.mobileNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
}

.mobileNav .nav-item a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 14px;
}

.mobileNav .nav-item a:hover {
  border-bottom: 2px solid orange;
  color: orange;
  cursor: pointer;
}

.mobileNav .list-item {
  padding: 10px 20px;
  margin-left: 10px;
}

.photo-slider-section {
  padding: 2.5rem;
}

.quick-contact-section {
  padding: 1.5rem 30px;
}

.quick-contact-section .container {
  padding: 40px;
}

@media screen and (max-width: 500px) {
  .quick-contact-section .container {
    padding: 0;
  }
}

.quick-contact-section .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Trocchi', sans-serif;
}

@media screen and (max-width: 500px) {
  .quick-contact-section .rows h2 {
    font-size: 1.4rem;
  }
}

.quick-contact-section .rows .email-fi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quick-contact-section .email-btn {
  margin-left: -16px;
  border-radius: 20px;
  padding: 0 25px;
}

.quick-contact-section .email-btn:hover {
  background-color: orange;
  border-color: orange;
}

.banner-pic {
  background: url("../../assets/images/anthony2000_64.jpg") no-repeat center;
  background-size: cover;
  height: 600px;
  width: 100vw;
}

.company-description {
  margin-top: 6.5vw;
  margin-bottom: 3vw;
}

.company-description .desc {
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
}

.quality-item {
  text-align: center;
  margin-top: 30px;
  padding: 20px 10px 10px 10px;
  background-color: red;
  border-right: 1px lightgrey solid;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 13%;
}

.content-box button {
  position: relative;
  margin-top: 20px;
  background-color: orange;
  -webkit-transition: background-color 1.1s;
  transition: background-color 1.1s;
  padding: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 756px) {
  .content-box button {
    padding: 14px;
  }
}

.content-box button::before {
  content: "";
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0.5;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transform: translateX(-130px) skewX(-15deg);
          transform: translateX(-130px) skewX(-15deg);
}

.content-box button::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transform: translateX(-100px) skewX(-15deg);
          transform: translateX(-100px) skewX(-15deg);
}

.content-box button a {
  text-decoration: none;
  color: white;
}

.content-box button:hover::before {
  -webkit-transform: translateX(300px) skewX(-15deg);
          transform: translateX(300px) skewX(-15deg);
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

.content-box button:hover::after {
  -webkit-transform: translateX(300px) skewX(-15deg);
          transform: translateX(300px) skewX(-15deg);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.content-box button:hover {
  background: #338033;
  cursor: pointer;
}

.content-box h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
  color: #3d3d3d;
}

@media screen and (max-width: 1245px) {
  .content-box h1 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 970px) {
  .content-box h1 {
    font-size: 2.5rem;
    padding-top: 4.5rem;
  }
}

#p-text {
  position: relative;
}

#p-text p {
  display: inline-block;
  margin: 0;
}

@media screen and (max-width: 1142px) {
  #p-text p {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 756px) {
  #p-text p {
    font-size: 1.92rem;
  }
}

@media screen and (max-width: 500px) {
  #p-text p {
    font-size: 1.85rem;
  }
}

.intro-section {
  background: url("../../assets/images/matt200_58.jpg") no-repeat center;
  background-size: cover;
  height: 50vh;
  width: 100%;
}

.intro-section .container-fluid {
  height: 100%;
}

.intro-section .intro-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 25%;
  color: #3d3d3d;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 500px) {
  .intro-section .intro-text p {
    font-size: 40px;
  }
}

.intro-section .intro-text h1 {
  font-size: 4rem;
  font-weight: bold;
}

.portfolio-section {
  margin-bottom: 4vh;
}

.portfolio-section .ALL-choice {
  padding: 0 4px;
}

.portfolio-section .card {
  width: 100%;
  -webkit-box-shadow: 2px 2px darkgrey;
          box-shadow: 2px 2px darkgrey;
}

.portfolio-section .card-body {
  width: 100%;
  padding: 0;
}

.portfolio-section .port1 {
  background-image: url("/assets/images/portfolio/1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port2 {
  background-image: url("/assets/images/portfolio/2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port3 {
  background-image: url("/assets/images/portfolio/3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port4 {
  background-image: url("/assets/images/portfolio/4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port5 {
  background-image: url("/assets/images/portfolio/5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port6 {
  background-image: url("/assets/images/portfolio/6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port7 {
  background-image: url("/assets/images/portfolio/7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port8 {
  background-image: url("/assets/images/portfolio/8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port9 {
  background-image: url("/assets/images/portfolio/9.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port10_1 {
  background-image: url("/assets/images/portfolio/10_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port10_2 {
  background-image: url("/assets/images/portfolio/10_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port10_3 {
  background-image: url("/assets/images/portfolio/10_3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port11 {
  background-image: url("/assets/images/portfolio/11.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port12 {
  background-image: url("/assets/images/portfolio/12.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port13 {
  background-image: url("/assets/images/portfolio/13.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port14_1 {
  background-image: url("/assets/images/portfolio/14_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port14_2 {
  background-image: url("/assets/images/portfolio/14_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port15 {
  background-image: url("/assets/images/portfolio/15.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port16 {
  background-image: url("/assets/images/portfolio/16.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .port17 {
  background-image: url("/assets/images/portfolio/17.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-section .card-footer {
  background-color: white;
}

.portfolio-section .card-footer h5 {
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
}

.portfolio-section .card-footer p {
  font-family: "Josefin Sans", sans-serif;
}

.quality-section .desktop {
  display: none;
}

@media screen and (min-width: 892px) {
  .quality-section .desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.quality-section .row {
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.quality-section .q-pic {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quality-section .q-pic .q-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 300px;
  height: 300px;
  max-width: 100%;
  max-height: 100%;
}

.quality-section .q-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  text-align: center;
}

.categories {
  background-color: #f2f2f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.categories ul {
  display: block;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  padding: 25px 18px;
}

.categories ul li {
  display: inline-block;
  padding: 0 1.2vw;
}

.categories ul li:hover {
  color: orange;
  text-decoration: underline;
}

.p-tile {
  padding: 2px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-top: 20px;
}

.p-tile .box {
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}

.p-tile img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tile .tile-image {
  display: none;
  width: 100%;
  max-width: 1000px;
}

footer {
  height: 100px;
  background: linear-gradient(45deg, darkgrey, lightgrey);
  margin-top: 30px;
}

footer .footer-info {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}

footer .foot-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: 'Montserrat', sans-serif;
}

footer .foot-copyright p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* show 3 items */
  .carousel-inner .active,
  .carousel-inner .active + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner
.carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner
.carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
+ .carousel-item,
  .carousel-inner
.carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
+ .carousel-item
+ .carousel-item,
  .carousel-inner
.carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
+ .carousel-item
+ .carousel-item
+ .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .carousel-inner
.active.carousel-item
+ .carousel-item
+ .carousel-item
+ .carousel-item
+ .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left
+ .carousel-item
+ .carousel-item
+ .carousel-item,
  .carousel-item-next.carousel-item-left
+ .carousel-item
+ .carousel-item
+ .carousel-item
+ .carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right
+ .carousel-item
+ .carousel-item
+ .carousel-item,
  .carousel-item-prev.carousel-item-right
+ .carousel-item
+ .carousel-item
+ .carousel-item
+ .carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

.contact-info {
  margin-top: 5vh;
}

.contact-info .com-hour {
  font-family: "Josefin Sans", sans-serif;
}

.contact-info .com-hour h2 {
  font-family: inherit;
}

.contact-info .com-hour p {
  color: #3d3d3d;
  font-family: inherit;
}

.contact-info .com-hour .title {
  border-bottom: 1px solid lightgrey;
}

.contact-info .subject-input {
  margin-bottom: 3vh;
}

.contact-info .send-btn {
  width: 100%;
}

.name-form-input, .subject-form-input, .email-form-input {
  margin-bottom: 4px;
}

.contact-p-text {
  margin: 0 auto;
}
/*# sourceMappingURL=styles.css.map */