@import url("reset.css");
@import url("style.css");
@import url("navigation.css");
@import url("footer.css");
.articleName {
  position: relative;
  top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 60%;
  margin: 0 auto;
  color: #666666;
}

.articleName a {
  color: inherit;
  text-decoration: none;
}

.articleName a:hover {
  text-decoration: underline;
}

.bigImage {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.bigImage .demo {
  margin: 0 auto;
}

.navImage {
  position: relative;
  display: block;
  width: 50%;
  margin: 0 auto;
  height: 2px;
  background-color: #000;
  margin-bottom: 20px;
}

.leftRight {
  position: relative;
  width: 50%;
  overflow: auto;
  margin: 0 auto;
}

.leftDiv {
  position: relative;
  width: 66%;
  overflow: auto;
  float: left;
  padding: 15px 2%;
  overflow: auto;
}
.leftDiv h2 {
  font-size: 20pt;
  margin-bottom: 25px;
  font-weight: 600;
}
.leftDiv h3 {
  font-size: 18pt;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 30px;
}
.leftDiv p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.leftDiv p .bold {
  font-size: 16pt;
}
.leftDiv ul {
  list-style: disc;
  padding-left: 30px;
}
.leftDiv ul li {
  line-height: 25px;
}

.rightDiv {
  position: relative;
  width: 26%;
  overflow: auto;
  float: left;
  padding: 15px 2%;
}
.rightDiv img {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.rightDiv .contactButton {
  width: 150px;
  height: 40px;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  margin-top: 25px;
  text-align: center;
  font-size: 25px;
  padding-top: 8px;
}
.rightDiv .contactButton:hover {
  background-color: #333;
  text-decoration: none;
}
.rightDiv h3 {
  font-size: 23pt;
  margin-bottom: 10px;
}
.rightDiv p {
  margin-bottom: 10px;
  line-height: 25px;
}
.rightDiv a {
  text-decoration: none;
  color: #000;
  display: block;
  margin-bottom: 5px;
}
.rightDiv a:hover {
  text-decoration: underline;
}

/*technical description*/
.thirdDiv {
  width: 45%;
  position: relative;
  background-color: #000;
  padding: 2.5%;
  margin: 0 auto;
}

.thirdDiv p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.thirdDiv p.bold {
  font-size: 16pt;
}

.techDesc {
  display: block;
  width: 100%;
  background-color: #000;
  color: #aaa;
  font-family: Calibri, sans-serif;
  font-size: 18px;
  overflow: auto;
}

.techDesc p {
  padding-bottom: 3px;
  border-bottom: 1px solid #aaa;
  overflow: auto;
}

.techDesc span {
  display: block;
  width: 45%;
  float: left;
}

.techDesc span.left {
  text-align: left;
  margin-left: 5%;
}

.techDesc span.right {
  text-align: right;
  margin-right: 5%;
}/*# sourceMappingURL=article.css.map */