body {
  margin: 0;
  background-color: #00334d !important;
  font-family: Arial, Helvetica, sans-serif;
  background-color: ;
}

a {
  text-decoration: none;
}
a.pull-right:hover,
a.pull-left:hover {
  text-decoration: none;
  color: darkgray !important;
}

.org {
  background-color: orange;
  height: 50px;
  position: relative;
  z-index: 100;
}

.bg {
  height: 850px;
  line-height: 850px;
  background: url("../img/office.jpg") fixed no-repeat;
  overflow: hidden;
  background-size: cover;
  box-sizing: border-box;
  background-position: center top;
  margin-top: -56px;
}

body:before {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150%;
  display: block;
  background-color: rgba(0, 102, 153, 0.3);
}

#navbar {
  background-color: #333;
  position: fixed;
  top: -55px;
  width: 100%;
  display: block;
  transition: top 0.3;
  text-align: center !important;
  z-index: 100;
}

#navbar a {
  display: inline-block !important;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
  background-color: black;
}
.navbar2 a {
  background-color: transparent !important;
}

.navbar-nav > li > .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.navbar-nav > li > .dropdown-menu > .dropdown-item {
  color: #fff !important;
  padding-top: 7px;
  margin-top: -10.5px;
  margin-bottom: 5px;
}
.navbar-nav > li > .dropdown-menu > .dropdown-item:hover {
  color: #fff !important;
  background-color: transparent !important;
  position: relative;
  z-index: 20;
  text-decoration: none !important;
}
.navbar-nav > li > .dropdown-menu > .dropdown-item:visted {
  text-decoration: none !important;
}

button.navbar-toggler {
  background-color: white !important;
  color: white !important;
}

.bgdark {
  background-color: transparent !important;
}

.navbar:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
  
}

.navbar-brand {
  color: #d9d9d9 !important;
  margin-right: -30px;
}

.navbar-nav {
  margin-left: -145px;
}
a.nav-link {
  margin-left: 10px;
  margin-right: 10px;
  color: #d9d9d9 !important;
}
.txt-center {
  position: relative;
  text-align: center;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
}

.container {
  text-align: center;
  margin-top: 100px;
}

.items {
  position: relative;
  color: #ffffff;
  z-index: 99;
  font-size: 48px;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.btn {
  font-weight: bold !important;
  letter-spacing: 0.5;
}
.btn-primary {
  background-color: white !important;
  color: black !important;
}
.btn-primary:hover {
  background-color: black !important;
  color: white !important;
}

.container1 {
  margin-top: -20px;
  text-align: center;
  position: relative;
  z-index: 99;
}
.qlikpc {
  margin-top: 70px;
}

hr {
  background-color: white !important;
}
.neurons {
  text-align: center;
  color: white;
  font-weight: bold;
  margin-top: 100px;
  position: relative;
  z-index: 99;
}

.pull-right {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
  color: white;
}
.pull-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 16px;
  color: white;
}

hr.style-two {
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

@media (max-width: 991px) {
  .navbar-nav {
    margin-left: 0px;
  }
  .navbar {
    background-color: #000 !important;
  }
  body {
    position: relative;
    z-index: 5;
  }
  .computer {
    width: 500px;
  }
  .items {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  a.nav-link {
  }
}

@media (max-width: 500px) {
  .computer {
    width: 370px;
  }
}

@media (max-width: 367px) {
  .computer {
    width: 300px;
  }
}
