body {
  /*padding-top: 20px;*/
}

.footer {
  border-top: 1px dotted #ccc;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
  padding:0 20px!important;
  margin-bottom: 40px;
  margin-top: 40px;
}
.jumbotron img {
  width: 100%;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
  border-radius:none;
  border:none;
  background-color: #000;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #fff;
/*  border-radius: 5px;*/
  border: 1px dotted #ccc;
}
.nav-justified > li > a {
  color: #777;
  font-weight: bold;
  text-align: center;

  background-color: #fff; /* Old browsers */

}
.nav-justified .active a,
.nav-justified .active a:hover,
.nav-justified .active a:focus {
  background-color: #F3A396;
  background-image: none;
}
.active{
  background-color: #F3A396;
}
.nav-justified a:hover{
  background-color: #F3A396!important;
  background-image: none;
}
.nav-justified > li:first-child > a {
  /*border-radius: 5px 5px 0 0;*/
}
.nav-justified > li:first-child > a:hover {
  background-color: #fff!important;
}
.nav-justified > li:last-child > a {
  /*border-radius: 0 0 5px 5px;*/
}
.nav-justified > li{
  padding: 0 auto;
  display: table-cell;
  vertical-align: top;
}
@media (min-width: 768px) {
  .nav-justified {
    max-height: 94px;
  }
  .nav-justified > li > a {
    border-left: 1px dotted #fff;
    border-right: 1px dotted #d5d5d5;
    padding: 13px 15px;
    border-bottom: 1px dotted #d5d5d5;
    position:relative;
    width: 100%;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    position:relative;
    top:0;
    /*border-radius: 5px 0 0 5px;*/
  }
  .nav-justified > li:last-child{
  }
  .nav-justified > li:last-child > a {
    /*border-radius: 0 5px 5px 0;*/
    border-right: 0;padding: 5px 15px;
    position:relative;

  }

  .nav-justified > li:last-child > a:last-child  {
    /*border-radius: 0 5px 5px 0;*/
    padding-bottom: 6px;

  }
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}

/* adjust */

  li.home{
    top:0;
}
  li.home a{
  padding: 0;

}
  .rowed{
  padding-left: 0;
  }
  .rowed li{
  display: inline;
  padding-left: 0;
  }
  .row {
margin-right: 0;
margin-left: 0;
margin-top: 36px;
}
.row h4 {
border-bottom: 1px dotted #d5d5d5;
text-align: center;
font-size:14px;
font-weight: bold;
color: #777;
margin-top: 0;
padding-top: 10px;
padding-bottom: 10px;
}
.btn-primary {
color: #ffffff;
background-color: #000;
border-color: #000;
margin-bottom:40px;
}
.btn-primary:hover {
  background-color: #F99!important;
border-color: #000;
}
.row h2,
.row p {
  padding: 0 20px;
}
.col-lg-4 img{
width:100%;
padding:20px;
}