/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  background-color: #fefefe;
  font-family: "Avenir W02", Avenir, Futura, "Gill Sans", Calibri, "Century Gothic", "AppleGothic", Helvetica, Arial, sans-serif;
}

#content {
  margin-left: 30px;
  margin-right: 30px;
}

a {
  color: #5fb849;
}
a:hover {
  color: #5fb849;
}

p {
  margin: 0 0 10px;
}

h1, h2, h3 {
  font-weight: bold;
}

hr {
  height: 4px;
  margin-left: 15px;
}

.hr-article{
   border-top: 3px solid #dcdcdc;
}

.table {
  /* Needed because docutils always generates border=1 for tables */
  border-color: #ffffff;
}

.head {
    border-color: #dddddd;
}

td {
    border-color: #dddddd;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar-light .navbar-nav > li > a
{
 color: #666;
 font-weight: bold;
 margin-left: 20px;
 padding: 10px;
}

/* Hover and active item */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link
{
  border-radius: 5px;
  background-color: #5fb849;
  color: #fff;
  font-weight: bold;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 .col-lg-6 .col-6 .col-sm-6 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing {
  font-weight: normal;
  text-align: center;
}

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}
.glyphicon {
  font-size: 48px;
}


/* Buttons
------------------------- */
.btn {
  border-radius: 5px;
  background-color: #5fb849;
  color: #fff;
  font-weight: bold;
  border: 0px;
}

.btn:hover, .btn:focus {
  color: #fff;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* Footer
-------------------------------------------------- */

.hd_footer {
  text-align: center;
}

/* Responsive CSS */

@media (min-width: 768px) {

#content {
    margin-left: 120px;
    margin-right: 120px;
    margin-top: 0px;
    padding: 30px;
    box-shadow: 3px 0px 5px #E0E0E0, -3px 0px 5px #E0E0E0;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

}
