/* Regular */
/* Bold */
@font-face {
  font-family: 'Downlink';
  src: url('/fonts/Downlink Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
section {
  padding-top: 106px;
  padding-bottom: 106px;
}
/* Плавная прокрутка */
html {
  scroll-behavior: smooth;
}
body {
  font-family: Roboto;
}
/* Стили для секций */
#about {
  background: url("/img/fon8.jpg");
  color: white;
  min-height: 100vh;
}
#about h1 {
  font-size: 78px;
  font-weight: 500;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
#about p {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
  text-align: left;
}
#about .about-text {
  margin: auto 0;
}
#expertise {
  background-color: #f8f9fa;
}
#expertise .icon {
  width: 20px;
  height: 20px;
  fill: green;
  display: inline-block;
  vertical-align: -4px;
  margin-right: 6px;
  flex-shrink: 0;
}
#services {
  background-color: #ffffff;
}
#contact {
  background: url("/img/fon8.jpg");
  color: white;
}
#contact a {
  color: white;
  text-decoration: none;
}
#contact .icon {
  fill: white;
  width: 32px;
  height: 32px;
}
#contact .title {
  font-weight: 700;
  font-size: 24px;
}
#contact iframe {
  margin: 0;
  padding: 0;
}
/* Активная ссылка в меню */
.navbar-nav .nav-link.active {
  color: #667eea !important;
  font-weight: bold;
}
/* Тень для навбара */
.navbar {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.navbar.bg-transparent .navbar-nav a {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}
.navbar.bg-transparent .brand,
.navbar.bg-transparent .slogan {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: white;
}
.navbar.bg-white .navbar-nav a {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-brand {
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
}
.navbar-brand .brand {
  font-family: Downlink;
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
}
.navbar-brand .slogan {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
}
/*# sourceMappingURL=style.css.map */