
@import url('https://fonts.googleapis.com/css2?family=Share+Tech&display=swap');


html{
  scroll-behavior: smooth;
}
body{
  font-family: Share Tech;
}


.offset:before{
  display: block;
  content: "";
  height: 3.5rem;
}
.navbar{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .1rem;
  background-color: rgba(0, 0, 0, 0.6)!important;
}


.navbar-brand img{
  height: 2rem;
}

.navbar-nav li{
  padding-right: .7rem;
}

.navbar .navbar-nav .nav-link{
  color: #CCDBDC;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover{
  color: #28A8D1;
}

/* Landing page*/

.home-inner{
  background-image: url(img/computers.png);
}

.caption{
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 30%;
  z-index: 1;
  color: white;

}

.caption img{
  height: 100%;
  width: 600px;
  z-index: 1;
}

.caption h1{
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: .8rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;
}

.caption h3{
  font-size: 2rem;
  text-shadow: .1rem .1rem .5rem black;
  padding-bottom: 1.6rem;
}

.btn-lg{
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.3rem;
  font-size: 1.1rem;
}

.icon-color{
  color: #28A8D1;
  margin-bottom: 1rem;
}

.narrow{
  width: 75%;
  margin: 1.5rem auto;
  padding-top: 1rem;
}

.narrow h1{
  font-size: 2.4rem;
  text-transform: uppercase;
}

.jumbotron{
  margin: 0;
  padding: 1rem 0 3.5rem;
  border-radius: 0;
}

h3.heading{
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1.9rem;
}

.heading-underline{
  width: 3.5rem;
  height: .2rem;
  background-color: #28A8D1;
  margin: 0 auto 1rem;
}

.service h3{
  font-size: 1.6rem;
  text-transform: uppercase;
}

.service p{
  font-size: 1.1rem;
}

.clients img{
  width: 200px;
}

footer{
  background-color: #40474e;
  color: white;
}

footer img{
  height: 3rem;
  margin-top: 1.5rem;
}

footer h3{

  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
}

footer p{

  font-size: 1rem;
}

hr.socket{
  width: 100%;
}

.img-client2{
  margin: 38px 0;
}


@media (max-width: 767px) { 
  
  
 }

 @media (max-width: 767px) { 
  .caption img{
    height: 100%;
    width: 300px;
  }
  
  .caption h1{
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: .4rem;
    padding-bottom: .5rem;
  }
  
  .caption h3{
    font-size: 1.1rem;
    padding-bottom: 1.6rem;
  }

  .btn-lg{

    padding: .3rem .8rem;
    font-size: 1.1rem;
  }

  .clients img{
    max-width: 50%;
  }

 }


.reveal{
  opacity: 0;
  transform: translateY(30px);
}

.reveal-visible{
  opacity: 1;
  transform: translateY(0);
  transition: 1s cubic-bezier(.5, 0, 0, 1);
}









/*============ 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) { ... }

=============*/
