body {
  padding-top: 60px;
}

a, a:hover {
  color: #232f68;
}

h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

h2:first-child {
  margin-top: 0;
}

p {
  margin: 0 0 20px;
}

img.banner {
  margin-bottom: 20px;
}

#kuge-logo {
  max-width: 50%;
}

address {
  margin-top: 100px;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#kuge-logo {
  margin: 15px 0;
}

.carousel {
  max-width: 460px;
}

.carousel-indicators {
  top: auto;
  right: auto;
  bottom: 5px;
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  float: none;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 5px rgba(0,0,0, 0.2);
}

.map {
  margin-top: 20px;
  max-width: 360px;
}

.navbar .nav {
  width: 100%;
}

.navbar .nav > li > a {
  padding-left:  28px;
  padding-right: 28px;
}

.nav > li:last-child {
  float: right;
}

.nav > li:last-child > a {
  padding-left: 0;
  padding-right: 0;
}

.nav-phone {
  display: none;
}

.pricing-hours {
  margin-top: 30px;
  font-size: 13px;
  line-height: 16px;
}

/* Phone only */
/* -------------------------------------------------- */
@media (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .nav-phone {
    display: block;
    margin: 30px 0;
  }
  .nav-phone li {
    padding: 5px 0;
  }
  .nav-phone .active a,
  .nav-phone .active a:hover {
    color: #232f68;
    text-decoration: none;
  }
  .nav-phone a,
  .nav-phone a:hover {
    color: black;
  }


  address {
    margin-top: 10px;
    text-align: center;
  }

  .map {
    margin: 10px auto 0;
  }

  .nav > li:last-child {
    float: none;
  }
  .nav > li:last-child > a{
    padding-left:  28px;
    padding-right: 28px;
  }
}