body {
  background: #fff url('/img/bg.jpg') no-repeat 50% 0;
  font-family: Arial, Verdana;
}

a:hover {
  color: #ff9c00;
}
a {
  text-decoration: none !important;
}
h3 {
  font-family: Georgia;
}
p, footer, td{
  font-size: 13px;
}
p.lead{
  font-size: 15px;
}

.main {
  background: #fff;
  border: 1px solid #666;
}

/* Logo + header */
.logo img {
  margin: 7px 0 7px;
  max-width: 90%;
}

.main {
  margin-top: 30px;
}

.header h1 {
  color: #ff9c00;
  font-weight: bold;
}
.header h3 {
    /*text-align: right;*/
}

/* Header text + screenshot */
.video {
  background: #f5f5f5;
  padding: 20px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.screenshot{
  padding-top:20px;
  padding-bottom:20px;
}
abr {
    border-bottom: 1px dotted #999;
    font-family: Arial;
    font-size: 22px;
}

/* Features */
.features {
  padding-left:30px;
}
.features h2 {
  margin-top: 5px;
  font-family: Georgia;
}
.features ul {
  font-size: 16px;
  margin-left: -25px;          
}
.features li {
  padding-bottom: 3px;
}

/* Info bullets */
.info {
  margin-top: 20px;
}
.info img {
  height: 158px;
}
.info > div {
  height: 330px;
}
.info > div > div {
  padding: 20px 10px 5px;
  text-align: center;
}
.pointer {
  cursor: pointer;
}

/* Customers + quotes */
.customers ul > li {
  padding: 0 15px;
  height: 80px;
}
blockquote p{
  font-weight: bold;
  font-size: 18px;
  color:#ff9c00;
}

blockquote {
  margin-top: 40px;
}


/* Jumbo */
.jumbotron {
  background-color: #f5f5f5;
  font-family: Georgia;
  padding: 20px 2.5% !important;
  border: 1px solid #666;
  border-radius: 0 !important;
}
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron h4 {
  margin-bottom: 0;
}


/* Footer */
.footer {
  padding-bottom: 30px;
  margin-top: 20px;
}

/* Modal window */
.modal {
  font-size: 18px;
}
.modal .modal-title{
  font-weight: bold;
}
.modal-mindmap{
  width: 95%;
  max-width: 1450px;
}