@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962;
}

.offset::before {
  display: block;
  content: "";
  height: 4rem;
  margin-top: -4rem;
}

/*----- Navigation -----*/

.navbar{
  text-transform: uppercase;
  font-weight: 500;
  font-size: .8rem;
  letter-spacing: .1rem;
  background: rgba(0, 0 ,0, 0.6)!important;
}

.navbar-brand img {
  max-width: 100%;
  height: auto;
  max-height: 2rem;
  border-radius: 25%;
}

.navbar-nav li {
  padding-right: .5rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  padding-top: .8rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color:#1ebba3;
}

/*----- Landing Page -----*/

.caption {
  width: 100%;
  max-width: 100%;
  position:absolute;
  top: 38%;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
}

.caption h1 {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem #000;
}

.caption h3{
  font-size: 2rem;
  text-shadow: .1rem .1rem .5rem #000;
  padding-bottom: 1.6rem;
}

/* slide */
.carousel-item {
  height:100vh;
  background-size:cover;
}
.carousel-caption {
  position:absolute;
  top:38%;
  text-transform:uppercase;
  width:100%;
  left:0;
  right:0;
}
.carousel-caption h1 {
  font-size:3.8rem;
  font-weight:700;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom:1rem;
}
.carousel-caption h3 {
  font-size:2rem;
  text-shadow: .1rem .1rem .5rem black;
  padding-bottom:1.6rem;
}

/*----- Services Section -----*/

.jumbotron {
  margin-bottom: 0;
  padding: 2rem 3.5rem;
  border-radius: 0;
}

h3.heading {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.9rem;
}

.heading-underline{
  width: 3rem;
  height: .2rem;
  background-color: #1ebba3;
  margin: 0 auto 2rem;
}

.service svg.svg-inline--fa {
  color: #1ebba3;
}

.service h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: .4rem;
}

.service p{
  font-size: 1.1rem;
}

/*----- Resources Section -----*/

.fixed{
  background-image: url(../img/backlight.jpg);
  z-index: -1;
}

.dark {
  background-color: rgb(0, 0, 0, 0.75);
  color: #fff;
  padding: 7rem 2rem;
}

.fixed-background h3 {
  margin-bottom: 2rem;
}

.fixed-background p {
  margin-top: 1.5rem;
}

/*------ Gallery Section -----*/
.pp-category-filter a {
  display: inline-block;
  margin: 0 10px 6px 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px; }

.pp-gallery {
  min-height: 500px; }
  .pp-gallery .card-columns .card {
    border: none;
    margin-bottom: 0;
    border-radius: none; }
  @media (max-width: 992px) {
    .pp-gallery .card-columns {
      -moz-column-count: 2;
           column-count: 2; } }
  @media (max-width: 576px) {
    .pp-gallery .card-columns {
      -moz-column-count: 1;
           column-count: 1; } }
  .pp-gallery .card figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    text-align: center; }
  .pp-gallery .card figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 1; }
  .pp-gallery .card figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .pp-gallery .card figure figcaption,
  .pp-gallery .card figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .pp-gallery .card figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }
  .pp-gallery .card figure .h4 {
    word-spacing: -0.15em;
    font-weight: 600; }
  .pp-gallery .card figure .h4,
  .pp-gallery .card figure p {
    margin: 0; }
  .pp-gallery .card figure p {
    letter-spacing: 1px;
    font-size: 60%; }
  .pp-gallery figure.pp-effect figcaption {
    padding: 12px; }
  .pp-gallery figure.pp-effect figcaption::before,
  .pp-gallery figure.pp-effect figcaption::after {
    position: absolute;
    content: '';
    opacity: 0; }
  .pp-gallery figure.pp-effect figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    transform-origin: 0 0; }
  .pp-gallery figure.pp-effect figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    transform-origin: 100% 0; }
  .pp-gallery figure.pp-effect .h4 {
    padding-top: 26%;
    transition: transform 0.35s;
    opacity: 0; }
  .pp-gallery figure.pp-effect p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    transform: translate3d(0, -10px, 0); }
  .pp-gallery figure.pp-effect img,
  .pp-gallery figure.pp-effect .h4 {
    transform: translate3d(0, -25px, 0); }
  .pp-gallery figure.pp-effect img,
  .pp-gallery figure.pp-effect figcaption::before,
  .pp-gallery figure.pp-effect figcaption::after,
  .pp-gallery figure.pp-effect p {
    transition: opacity 0.35s, transform 0.35s; }
  .pp-gallery figure.pp-effect:hover img {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .pp-gallery figure.pp-effect:hover figcaption::before,
  .pp-gallery figure.pp-effect:hover figcaption::after {
    opacity: 1;
    transform: scale(1); }
  .pp-gallery figure.pp-effect:hover figcaption:before {
    background: rgba(31, 30, 30, 0.5); }
  .pp-gallery figure.pp-effect:hover .h4,
  .pp-gallery figure.pp-effect:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    color: #FFFFFF; }
  .pp-gallery figure.pp-effect:hover figcaption::after,
  .pp-gallery figure.pp-effect:hover .h4,
  .pp-gallery figure.pp-effect:hover p,
  .pp-gallery figure.pp-effect:hover img {
    transition-delay: 0.15s; }
  @media (max-width: 768px) and (min-width: 578px) {
    .pp-gallery figure.pp-effect:hover .h4 {
      padding-top: 20%;
      font-size: 16px; } }
  @media (max-width: 375px) {
    .pp-gallery figure.pp-effect:hover .h4 {
      padding-top: 20%;
      font-size: 16px; } }

/*----- Client Section -----*/
#reviews img {
  width: 100%;
  border-radius: 50%;
}

blockquote .svg-inline--fa  {
  color: #1ebba3;
  margin: 1rem;
}

.reviews-hr {
  border-top: .05rem solid #1ebba3;
}

/*----- Contact Section -----*/

footer {
  background-color: #40474e;
  color: #fff;
  padding: 2rem 0 2rem;
  margin-top: 1rem;
}

footer img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  border-radius: 25%;
}

footer a {
  color: #fff;
}

footer svg.svg-inline--fa {
  font-size: 1.6rem;
  margin: 1.2rem .5rem 0 0;
}

footer svg.svg-inline--fa:hover {
  color: #1ebba3!important;
}

hr.socket {
  width: 100%;
  border-top: .2rem solid #666b71;
  margin-top: 3rem;
}

/* -- Media Queries -- */

@media (max-width: 767px) {
  .caption h1 {
    font-size: 2.3rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem;
  }

  .caption h3{
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .btn-lg {
    padding: .5rem 1rem;
    font-size: 1rem;
  }

  .narrow h1 {
    font-size: 1.5rem;
  }

  #reviews img {
    max-width: 50%;
    display: block;
    margin: 0 auto;
  }
}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
