/** stili Akabit **/

@font-face {
font-family: 'Manrope';
font-weight: 400;
font-style: normal;
src: url('font/Manrope-Regular.ttf') format('truetype');
}



@font-face {
  font-family: 'Manrope';
  font-weight: 700;
  font-style: normal;
  src: url('font/Manrope-Bold.ttf') ('truetype');
}


body {
  font-family: "Manrope", sans-serif;
  color: #444444;
}

a {
  color: #106eea;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
}


#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: inherit;
}

#header .logo img {
  max-height: 100px;
}

#header.fixed-top .logo img {
  max-height: 64px;
}

#hero {
  background: url("img/bkg.webp") center top;
}

#hero::before {
  background: transparent;
}

#hero .container {
  background-color: rgba(255,255,255, 0.75);
  padding-top: 12px;
  padding-bottom: 20px;
}


.services .icon-box ul {
  text-align: left;
  font-size: 14px;
}

#footer .copyright {
  text-align: left;
}
