@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Gruppo');

body{
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962
}

.offset::before {
  display: block;
  content: "";
  height: 4rem;
  margin-top: -4rem;
}

/*---Navagation start---*/
.navbar {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .1rem;
  background: rgba(0, 0, 0, 0.6)!important;
}
.navbar-brand img {
  opacity: 0.8;
  height: 4rem;
}
.navbar-nav{
  padding-right: .7rem;
}
.navbar-dark .navbar-nav .nav-link{
  color: white;
  padding-top: .8rem;  
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #89f442;
}
/*---landing page---*/
.home-inner {
  background-image: url(img/bg3.jpg);
}
.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 38%;
  z-index: 1;
  color: #EED9C4;
  text-transform: uppercase;
}
.caption h1 {
  font-family: 'Gruppo', cursive;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;
}
.caption h3 {
  font-family: 'Gruppo', cursive;
  font-size: 1.5rem;
  font-weight: 700;
  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;
  color: #EED9C4;
  border-color: #EED9C4;
}
.btn-lg:hover{
  background-color: #C8C8CD;
  border-color: #EED9C4;
}

/*============= SERVICES SECTION =============*/
.narrow {
  width: 75%;
  margin: 1.5rem auto;
  padding-top: 2rem;
}
.narrow h1 {
  font-size: 2.4rem;
}
.jumbotron{
  margin-bottom: 0;
  padding: 2rem 0rem 3.5rem;
  border-radius: 0%;
}
h3.heading {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.9rem;
  margin-top: 0rem;
}
.heading-underline {
  width: 3rem;
  height: .2rem;
  background-color: #89f442;
  margin: 0 auto 2rem;
}
.service svg.svg-inline--fa {
  color: #89f442;
}
.service h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-bottom: .4rem;
}
.service p {
  font-size: 1.1rem;
}

/*============= ABOUT SECTION =============*/

.fixed {
  background-image: url(img/carbon.jpg);
  z-index: -1;
}
.dark {
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 7rem 2rem;
}
.fixed-background h3 {
  margin-bottom: 2rem;
}
.fixed-background p {
  font-size: 1.1rem;
}

/*============= PICTURE SECTION =============*/
.work h3 {
  margin-top: 2rem;
}
.carousel img {
  border-radius: 8%;
  border: 1px solid black;
  width: 100%; 
  height: auto;
  margin-bottom: 3rem;
 
}

/*============= contact SECTION =============*/

footer {
  background-color: #40474e;
  color: white;
  padding: 2rem 0 2rem;
  margin-top: 0rem;
  border-radius: 0%;
}
footer h3 {
  margin-top: 2rem;
}
footer img {
  height: 5rem;
  margin: 1rem 0;
}
footer a {
  color: white;
}
hr.socket {
  width: 100%;
  border-top: .2rem solid #666b71;
  margin-top: 3rem;
}
footer p1 {
  font-family: 'Gruppo', cursive;
  font-size: 1.2rem;
  text-shadow: .1rem .1rem .5rem black;
}


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

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