html {
  height: 100%;
}
body {
  font-family: sans-serif;
  font-size: 14px;
  color: #333;
  padding: 0;
  margin: 0;
  height: 100%;
}

h1 {
  text-align: center;
  font-weight: normal;
  font-size: 54px;
  line-height: 108px;
}
h2 {
  font-size: 28px;
  font-weight: normal;
}

a {
  color: #333;
}

#navbar {
  border-bottom: 1px solid #333;
  background-color: white;
}

.wt-container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

nav {
  height: 72px;
  line-height: 72px;
}
nav img {
  width: 36px;
  height: 36px;
  margin-top: 18px;
}
nav .logo {
  color: #678cff;
  font-family: times new roman;
  font-size: 32px;
  font-weight: bold;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: right;
}
nav ul li {
  display: inline;
  margin-left: 36px;
}
nav ul li a {
  color: white;
}
nav .bordered {
  border: 2px solid #678cff;
  height: 36px;
  padding: 9px;
}

#page-one {
  height: 100%;
  background-color: black;
  padding-top: 144px;
  background-image: url(../images/frontpage.jpg);
  background-size: cover;
  background-position: 0 50%;
  margin-top: -72px;
}
#page-one-inset {
  width: 75%;
  margin-left: 25%;
  text-align: center;
}
#page-one h1 {
  margin: 0 0 72px 0;
  color: white;
  text-shadow: 1px 1px #333;
}
#page-one a {
  width: 288px;
  height: 72px;
  line-height: 72px;
  border: 2px solid white;
  font-size: 36px;
  display: inline-block;
  text-decoration: none;
  color: white;
  margin-right: 36px;
  margin-left: 36px;
}
.primary {
  background-color: #678cff;
}

#features {
}
#features h1 {
  margin-top: 36px;
  margin-bottom: 72px;
}
#features .wt-container {
  clear: both;
}
#features .col {
  float: left;
  width: 50%;
  margin-bottom: 36px;
  padding-right: 36px;
}
#features .col .glyphicon {
  font-size: 72px;
  margin-right: 36px;
  margin-bottom: 36px;
  float: left;
}
#features .col h2 {
  display: inline;
}
#features .col p {
  padding-top: 14px;
  text-align: justify;
}

#product {
  padding-top: 36px;
  padding-bottom: 36px;
}
#product img {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  height: 560px;
  border: 1px solid #333;
}
.carousel-indicators {
  position: relative;
  bottom: auto;
  margin-bottom: 36px;
}
.carousel-indicators .active {
  background-color: #333;
}
.carousel-indicators li {
  border-color: #333;
}
.carousel-caption {
  text-shadow: none;
  color: #333;
  background-color: rgba(224, 224, 224, 0.5);
  border: 1px solid #333;
}

#pricing {
  padding-top: 36px;
}
#pricing h1 {
  margin: 0 0 72px 0;
}
#pricing .pricing-option-container {
  float: left;
  width: 25%;
}
#pricing .pricing-option {
  background-color: #eee;
  border: 1px solid #333;
  margin: 0 18px 0 18px;
  padding: 18px 18px 18px 18px;
  text-align: center;
}
#pricing .pricing-option ul {
  padding-left: 20px;
  text-align: left;
  margin-top: 36px;
  margin-bottom: 0;
}
#pricing .pricing-option h2 {
  display: inline;
}
#pricing .pricing-option .price {
  font-size: 54px;
  line-height: 72px;
  display: block;
}
#pricing .pricing-option a {
  border: 1px solid white;
  display: block;
  line-height: 36px;
  width: 100%;
  margin-top: 36px;
  color: white;
}

#contact {
  padding: 36px 0 72px 18px;
}
#contacts {
  text-align: left;
  display: inline-block;
}

#finalcall {
  background-color: #333;
  color: white;
  height: 72px;
  padding: 18px 0 18px 0;
  line-height: 36px;
}
#finalcall a {
  float: right;
  color: white;
  border: 1px solid white;
  display: block;
  padding: 0 18px 0 18px;
}

footer {
  background-color: #aaa;
  padding: 36px 0 36px 0;
}
footer .footer-col {
  width: 33%;
  float: left;
}
