@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');

.bg-primary {
  background-color: #FFF!important;
}

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #363636;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-family: 'Arapey', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
}
.h2, h2 {
    font-size: 18px;    
    letter-spacing: 0.1em;
}


.dropdown-item.active, .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #e8e6e6;
}

header.masthead {
  background-color: #e8e6e6;
  margin-left: 3rem!important;
  margin-right: 3rem!important;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (max-width: 768px) {
  header.masthead {
    background-color: #e8e6e6;
    margin-left: 0rem!important;
    margin-right: 0rem!important;
  }
}
@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link {
  color: #363636;
  font: normal normal normal 16px/1.4em raleway,sans-serif;
  text-transform: uppercase;
}


a {
  color: #363636;
}

a:hover {
  color: #363636;
  text-decoration: none;
}

#wrapper-footer {
  font-size: 16px;
  text-align: center;
  font-style: italic;
  font-family: 'Arapey', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.page-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}


#comp-j7af6t6r {
  position: relative;
  margin: 0px 0px 32px calc((100% - 980px) * 0.5);
  left: 487px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

.style-jt2ufp3j[data-is-responsive=false] .style-jt2ufp3jline {
  margin-left: -0.5px;
  width: 100%;
}
.style-jt2ufp3jline {
  border-left: 1px solid rgba(186, 186, 186, 1);
  height: 100%;
}


#portfolio .container-fluidl {
  max-width: 1920px;
}
#portfolio .container-fluid .portfolio-box, #portfolio .container-sm .portfolio-box {
  position: relative;
  display: block;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.25s ease;
  text-align: center;
}


#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name {
  font-size: 30px;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption .project-name {
  color: #fff;
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-10px,0);
  transform: translate3d(0,-50%,0) translate3d(0,-10px,0);
}

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