/* Customize the nav-justified links to be fill the entire space of the .navbar */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);

body {
 font-family: 'Source Sans Pro', sans-serif ;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Source Sans Pro', sans-serif ;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.nav {
    margin: 10px;
}
.navbar {
margin-bottom: 0px}
.navbar-wrapper {
background-color: #353434;
}
.navbar-nav > li > a {color: #ffffff !Important;
                      font-size: 16px
}

.navbar-nav > li > a:hover {color: #ffffff !Important}

.navbar-default {background-color: inherit; border-style : none}
.navbar-header{margin-top: 3px;
               margin-bottom: 3px;
               border-right: 1px solid #42413D
}
.nav-justified > li > a {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
color: #000000;
font-size: 16px;
  text-align: center;

}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  /*background-color: #ddd;*/
  background-image: none;
  /*box-shadow: inset 0 3px 7px rgba(0,0,0,.15);*/
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-left: 1px solid #fff;
    border-right: 1px solid #d5d5d5;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-radius: 0 5px 5px 0;
    border-right: 0;
  }
}

.footer-wrapper {
  width: 100%;
  background-color: #3f3f3f;
  padding: 50px 0;
  margin-top: 20px;
}
.footer-align-right {
  text-align: right;
}
.footer-link-list {
  list-style-type: none;
  margin: 0;
}
.footer-link-item {
  margin-bottom: 5px;
}
.footer-link-item a {
  color: #7f7f7f;
}
.footer-meta-wrapper {
  margin-top: 40px;
  color: #666;
  font-size: 13px;
}
.footer-meta-wrapper a {
  color: #666;
}
@brand-primary: #D42F1B;