body {
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: white;
  text-align: center;
}

a,
a:hover {
  color: #e83f18;
}

.dsb-main-page section {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  padding: 100px 25px;
}

.dsb-main-page section h2 {
  margin: 0;
  text-align: initial;
  font-size: 40px;
  font-weight: bold;
  color: #686868;
}

.dsb-main-page section article {
  text-align: initial;
  margin-top: 100px;
}

.dsb-main-page section article h3 {
  margin-top: 0;
  margin-bottom: 25px;
}

.dsb-main-page section article .dsb-product-button {
  margin-top: 25px;
  width: 155px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
}

.dsb-main-page section article .dsb-product-button a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.dsb-gray-row {
  background-color: #3e3e3e;
}

.dsb-gray-row h3 {
  font-weight: bold;
}

.dsb-header {
  height: 630px;
  background-image: url("images/header.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.dsb-header section {
  padding: 25px 25px;
}

.dsb-header section .dsb-title {
  margin-top: 150px;
}

.dsb-header section .dsb-title h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #e83f18;
}

.dsb-header section .dsb-title p {
  margin: 0;
}

.dsb-header section .navbar-brand {
  padding: 0;
}

.dsb-header section .nav > li > a {
  font-size: 12px;
  font-weight: bold;
  color: white;
}

.dsb-header section .nav > li > a:focus,
.dsb-header section .nav > li > a:hover {
  background-color: transparent;
  color: #e83f18;
  text-decoration: underline;
}

section#products {
  color: #202020;
}

section#products h3 {
  text-transform: uppercase;
  font-weight: bold;
}

section#products .dsb-sjs {
  height: 410px;
}

section#products .dsb-sjs a {
  color: #1ab394;
}

section#products .dsb-sjs .dsb-product-button {
  background-color: #1ab394;
}

section#products .dsb-sjs .dsb-product-button a {
  color: white;
}

section#products .dsb-sjs .dsb-product-sjs {
  position: absolute;
  height: 410px;
  right: -100px;
  z-index: -1;
}

section#products .dsb-xenarius {
  height: 410px;
}

section#products .dsb-xenarius a {
  color: #ef402c;
}

section#products .dsb-xenarius .dsb-product-button {
  background-color: #ef402c;
}

section#products .dsb-xenarius .dsb-product-button a {
  color: white;
}

section#products .dsb-xenarius .dsb-product-xenarius {
  position: absolute;
  left: -100px;
  z-index: -1;
}

section#products .dsb-cloud4rpi {
  height: 410px;
}

section#products .dsb-cloud4rpi a {
  color: #55c8f9;
}

section#products .dsb-cloud4rpi .dsb-product-button {
  background-color: #55c8f9;
}

section#products .dsb-cloud4rpi .dsb-product-button a {
  color: white;
}

section#products .dsb-cloud4rpi .dsb-product-cloud4rpi {
  position: absolute;
  left: -100px;
  top: -50px;
  z-index: -1;
}

section#contacts h2 {
  color: #ed3d00;
}

section#contacts article {
  margin-top: 50px;
}

section#contacts article a {
  color: white;
  text-decoration: underline;
}

footer {
  padding: 12.5px 0;
  background-color: #d5d5d5;
  color: #9d9d9d;
}

footer a {
  color: #9d9d9d;
}

footer p {
  margin: 0;
}
/*# sourceMappingURL=index.css.map */