/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 5px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}



header {
  padding: 146px 0px 100px 0px;

}

.logo {
  text-align: center;
  font-size: 94pt;
  font-family: "Helvetica Neue", sans-serif;
  color: #1f8dd6;
  font-weight: 200;
  line-height: 1em;
}


.logob {
  text-align: center;
  font-size: 24pt;
  font-family: "Helvetica Neue", sans-serif;
  color: #cecece;
  font-weight: 100;
}

#download-row {
    font-size:110%;
}

#howtouse-row {
    margin-top: 48px;
}


#oldversion-row {
    margin-top: 48px;
}


.future-icon-color {
    color: #caccc0;
}


code {
    color: #555;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {


}

@media(max-width:767px) {
.logo {
  font-size: 44pt;

}
.logob {
  font-size: 16pt;

}


}