.paddingt5 {
  padding-top: 5px;
}
body{
font-size:16px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.navbar-default{
  background-color: #fff;
  border:0px;
}

.nav-justified {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.nav-justified > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  font-weight: bold;
  font-size:16px;
  color: #777;
  text-align: center;
  background-color: #e5e5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#e5e5e5));
  background-image: -moz-linear-gradient(to bottom, #c8c8c8, #e5e5e5);
  background-image: -webkit-linear-gradient(top, #c8c8c8 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #c8c8c8 0%, #e5e5e5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #c8c8c8), to(#e5e5e5));
  background-image:         linear-gradient(top, #c8c8c8 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #d5d5d5;
}

.nav-justified > li > a:hover {
  background-color: #c8c8c8; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#c8c8c8));
  background-image: -moz-linear-gradient(to bottom, #e5e5e5, #c8c8c8);
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #c8c8c8 100%);
  background-image:      -o-linear-gradient(top, #e5e5e5 0%, #c8c8c8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #e5e5e5), to(#c8c8c8));
  background-image:         linear-gradient(top, #e5e5e5 0%, #c8c8c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #d5d5d5;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color:#fff;
  border-color: #fff;
}
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          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 (max-width: 767px) {
  .nav-justified .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav-justified .open .dropdown-menu > li > a,
  .nav-justified .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .nav-justified .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .nav-justified .open .dropdown-menu > li > a:hover,
  .nav-justified .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
    .navbar-default {
    background: #f8f8f8;
  }

  .navbar-default .nav-justified .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .nav-justified .open .dropdown-menu > li > a:hover,
  .navbar-default .nav-justified .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .nav-justified .open .dropdown-menu > .active > a,
  .navbar-default .nav-justified .open .dropdown-menu > .active > a:hover,
  .navbar-default .nav-justified .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .nav-justified .open .dropdown-menu > .disabled > a,
  .navbar-default .nav-justified .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .nav-justified .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .col-md-9
  {
  padding:0px;
  }
  .col-md-3
  {
  padding:0px;
  }
}
@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
 }
}

/*Custom styles */
.highlights
{
color:#555; 
font-size:16px;
}

.highlights strong
{
color:#555; 
font-size:20px;
}
.fa-stack
{
color: #b8b8b8;
}

.fa-stack:hover
{
color: #666;
}
.footer
{
font-size:18px;
}

.margin10
{
margin:10px;
}

 