/* html,
body {
  height: 100%;
} */
body {
  min-height: 100vh;
  width: 100%;
}
/* navbar */
body {
  font-family: "Nunito", sans-serif;
}
#mainNavbar .logo {
  position: relative;
  /* background: url(../images/logo.png); */
  width: 170px;
  left: 20px;
  background-size: contain;
}
#mainNavbar .nav-link:hover {
  color: #79db3a;
}

.navbar.scrolled {
  background: rgba(0, 0, 0, 0.9);
  transition: background 1s;
}

#mainNavbar .nav-link {
  font-size: 1.3em;
  font-family: "Staatliches", cursive;
  /* color: white; */
  color: #cacaca;

  /* padding-left: 2em; */
  padding-inline: 2.5em;
  /* font-weight: 500; */
}

#mainNavbar .dropdown-menu {
  background-color: #333333;
  /* border: none; */
}

#mainNavbar .dropdown-item {
  color: white;
}

#mainNavbar .dropdown-item:hover {
  color: #79db3a;
  background: none;
}

/* products */

#mainNavbar #products-link {
  cursor: pointer;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* #products-sec .fixed-bottom {
  transition: background 2s ease-in;
} */

#products-div {
  /* height: 50%; */
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  /* transition: background 0.5s ease-in; */
  z-index: 1040;
}

#products-div .container {
  height: 100%;
}
#products-div .row {
  height: inherit;
  /* justify-content: space-between; */
  overflow: scroll;
}

#products-div img {
  height: 5.5em;
  padding-bottom: 1em;
}
#products-div .title {
  font-size: 1.6em;
  color: #79db3a;
}

#products-div a {
  text-decoration: none;
  color: white;
}

#products-div a:hover {
  color: #79db3a;
}

#products-div a {
  text-decoration: none;
  font-size: 1.2em;
  color: white;
}

@media (max-width: 600px) {
  #products-div .title {
    font-size: 1.15em;
    font-size: 1em;
    color: #79db3a;
  }

  #products-div a {
    text-decoration: none;
    font-size: 1em;

    color: white;
  }
}
/* service page */

/* buttons */

.button1 {
  background: none;
  border: 2px solid white;
  /* box-sizing: border-box; */
  margin: 1rem;
  padding: 0.7rem 1.5rem;
  border-radius: 0%;
  color: white;
  font-size: 1.2rem;
}
.button1 a {
  text-decoration: none;
  color: white;
}

.button2 {
  background: #79db3a;
  border-radius: 0%;
  border: none;
  text-decoration: none;
}
.button2 a {
  text-decoration: none;
  color: white;
}

.button3 {
  background: none;
  border: 2px solid black;
  /* box-sizing: border-box; */
  margin: 1rem;
  padding: 0.7rem 1.5rem;
  border-radius: 0%;
  color: black;
  font-size: 1.2rem;
}
.button3 a {
  text-decoration: none;
  color: black;
}

.button3 :hover {
  /* text-decoration: none; */
  /* color: white; */
  color: white;
}

/* animations */
.ipsType_right {
  text-align: right;
}
.ipsType_center {
  text-align: center;
}
.cInnerContent {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.ipsSpacer_bottom_double {
  margin-bottom: 30px;
}
.ipsGrid {
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.ipsGrid::before,
.ipsGrid::after {
  display: table;
  content: "";
  line-height: 0;
}
.ipsGrid > [class*="ipsGrid_span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}
.ipsGrid > .ipsGrid_span5 {
  width: 40.42553191489362%;
}
.ipsGrid > .ipsGrid_span7 {
  width: 57.44680851063829%;
}
.ipsGrid > [class*="ipsGrid_span"] {
  float: left;
  margin-left: 2%;
}
.ipsGrid > [class*="ipsGrid_span"]:first-child {
  margin-left: 0;
}
.feature {
  display: flex;
  align-items: center;
  padding-top: 6rem;
}
.service-card {
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}
