img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

body {
  font-family: 'Raleway';
  background-color: #dfeac9;
}

h1 {
  color: rgb(0,0,0);
  font-family: Raleway, sans-serif;
  margin: 60px 0px;
  font-size: 4rem;
  font-weight: 200;
}

.keytxt {
  font-weight: 600;
  color: #6968a7;
}

.feature-box .icon {
  font-size: 60px;
  position: relative;
  /*left: 15px;*/
  /*top: 15px;*/
  width: 60px;
  text-align: center;
  color: #3b99e0;
  margin: 0px 20px 0px 0px;
}

.navbar-brand {
  background: url("../../assets/img/aD.svg") left / 65% no-repeat;
  height: 60px;
  width: 60px;
}

.icon-social-instagram.icon {
  color: #6968a7;
  font-size: 3rem;
  margin: 0 20px;
}

.icon-social-facebook.icon {
  color: #6968a7;
  font-size: 3rem;
  margin: 0 20px;
}

.icon-social-etsy.icon {
}

.icon.etsy {
  background: url("../../assets/img/etsy.svg") center / 80% no-repeat;
  width: 100px;
  height: 75px;
}

.col.footer-logos {
}

.purple {
  color: #6968a7;
  font-size: 3rem;
  text-align: left;
}

.indented-ad {
  margin-top: 60px;
  text-align: left;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 40px;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .indented-ad {
    margin-left: 10%;
    margin-right: 20%;
  }
}

@media (min-width: 1200px) {
  .indented-ad {
    margin-left: 30%;
    margin-right: 10%;
  }
}

h2 {
  text-align: left;
  font-weight: 200;
  font-size: 3rem;
}

.nav-link.active {
  border-bottom: 2px solid #6968a7 ;
}

.img-fluid:hover {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.44);
  border: 1px solid rgb(255,255,255) ;
}

.img-fluid {
}

.portfolio .portfolio-item .portfolio-item-caption {
  transition: all ease .5s;
  opacity: 0;
  background-color: rgba(24,188,156,.9);
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
  opacity: 1;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240,95,64,.9);
  transition: all .2s;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

a:hover {
  color: #f05f40;
}

.overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: default;
  background: rgba(17,205,0,0.85);
  text-align: center;
}

.concept-head {
  font-size: 2rem;
  color: #6968a7;
  text-align: center;
}

.clean-block .block-heading p {
  text-align: left;
  max-width: 60%;
}

.carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 80%
}

video-iframe {
}
.glightbox-clean .gdesc-inner {
    padding: 22px 20px;
    background-color: #dfeac9;
}
