@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700|Lato:700,400,300);

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 500px /* total footer height + 50px margin*/;
}

.row ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.row ul li {
    background-image: url('/img/bullet.png');
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 24px;
}

p, li {
  font-weight: 300;
  font-size: 14pt;
}

body {
  background-color: white;
}

a {
  color: #398F00;
  font-weight: 400;
}

h1 {
  margin-left: -0.1em;
}

table {
    border-collapse: collapse;
}

.table > thead > tr > th, table > tbody > tr > th,
.table > tbody > tr > th, table > tfoot > tr > th,
.table > tfoot > tr > th, table > thead > tr > td,
.table > thead > tr > td, table > tbody > tr > td,
.table > tbody > tr > td, table > tfoot > tr > td,
.table > tfoot > tr > td {
    border: 1px solid;
    text-align: left;
    padding: 10px;
}

a:hover,
a:focus {
  color: black;
  text-decoration: none;
}

a.navbar-brand {
  font-weight: 700;
  font-family: "Quicksand", "Lato";
}

.navbar-default .navbar-brand:hover {
  color: #44AA00;
}

.navbar-default .navbar-nav a {
  font-weight: 300;
  font-family: "Quicksand", "Lato";
}

.navbar-default .navbar-nav > li > a:hover {
  color: #44AA00;
  text-decoration: none;
}

/*
.btn-default {
  border: none;
  background-color: #AE0000;
}
*/
.navbar-default .navbar-nav > .active > a {
  background-color: #44AA00;
}

.navbar-default .navbar-nav > .active > a:hover {
  background-color: #6B1C0A;
}

.btn-success {
  background-color: #44AA00;
  border-color: #44AA00;
}

.btn-success:hover {
  background-color: #398F00;
  border-color: #398F00;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  border-color: #398F00;
  background-color: #398F00;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

.text-muted {
  color: rgba(174, 51, 51, 1);
}

.navbar {
  margin-bottom: 0px;
}

.lead {
  font-size: 14pt;
}

.jumbotron {
 background-color: #eee;
 padding-bottom: 0;
}

.jumbotron.padded {
 padding-top: 75px;
}

@media only screen and (max-width: 991px) {
  .sticky {
    position: relative;
  }
}

@media only screen and (min-width: 991px) {
  .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
  }
}

#footer {
  color: white;
  margin-bottom: 0;
  margin-top: 0px;
  background-color: #2D3E50;
  height: 150px;
  width: 100%;
  bottom: 0px;
  position: absolute;
}

#supported {
  bottom: 150px;
  position: absolute;
  height: 270px;
}

#footer a,
#footer p {
  color: white;
  font-size: 12pt;
}

#footer a:hover,
#footer a:focus {
  color: white;
  text-decoration: underline;
}

textarea,
.input-group {
  margin-bottom: 1em;
}

.instructions img {
  margin: 1em;
}

.post:not(:last-child) {
  margin-bottom: 7em;
}

.carousel-indicators li {
  border: 1px solid #2C3E50;
}

.carousel-indicators .active {
  background-color: #2C3E50;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}
.carousel-indicators {
  bottom: 0px;
}

.img-caption {
  text-align:center;
  opacity:0.7;
  font-style:italic;
  font-size:14px;
  margin-top:15px
}

.latest-news {
  padding-top: 1em;
  background-color: #D4D6D8;
  margin: 30px -30px 0 -30px;
}

.latest-news  a {
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
  color: inherit;
}

.beta-plugins pre {
  display: inline;
}

.beta-plugins button {
  height: 36px;
  margin-top: 1px;
}

.beta-plugins img {
  max-width: 100%;
}

div.linux-download-links {
  display: inline-block;
}

.linux-download-links a {
  display: block;
}

.download-preview-btn {
  background-color: #AE0000;
  color:#FFFFFF;
}

.download-archlinux img {
  height: 19px; /* same as FA icon*/
}

.download-archlinux {
  text-align: left;
  color: white;
  background-color: #0088cc;
}

.download-archlinux:hover {
  background-color: #006699;
}

@media (max-width: 767px) {

 .jumbotron {
  padding-left: 0;
  padding-right: 0;
 }
 .latest-news {
  margin: 30px 0 0 0;
 }
 #contact-triangle {
  display: none;
 }

}
