.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

h3 {
  font-size: 23px;
  font-weight: bold;
  margin-top: 1rem;
}

.call-btn {
    color: #c78665;
    font-family: oswald;
    text-decoration: none;
    font-size: 1.8rem;
}

.btn-primary {
  background: #c78665;
  border: #c78665;
  color: #fff; 
  outline: #c78665;
  border-radius: 1px;
  padding: .8rem 2.5rem; 
  font-family: oswald;
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.btn-primary:hover {
  background: #666861;
  border: #666861;
  outline: #666861;
  color: #fff; 

}

.btn-outline-secondary {
  background: #b9b9b9;
  color: #000;
}


.btn-outline-secondary:hover {
  background: #e4e2e2;
  color: #000;
}

.box {
  border: 1px solid #ddd;
  background: #fff;
  padding: 2rem;
  border-radius: 3px;
}

.nav-link {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffc9ad;
  border-bottom: 2px solid transparent;
  font-family: oswald;

}

.nav-link:hover {
  color: #666861;
  border-bottom: 2px solid #666861;
}


.nav-link.order {
  color: #000;
  border: 1px solid #c78665;
  border-radius: 2px;
  padding: .4rem 1.5rem !important;
  background: #c78665;
  transition: .5s all;
  font-family: oswald;
}


.nav-link.order:hover {
  background: #666861;
  border: 1px solid #666861;
  transition: .5s all;

}

.logo {
  width: 150px; 
}

h1, h2, h3 {
  font-family: Oswald;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
}

p {

  font-size: 1.3rem;
}


@media only screen and (max-width: 780px) {

  .rounded-lg-3 { border-radius: .3rem; }

  .nav-link.order {
    position: absolute;
    right: 0;
    top: 6px;
  }
}

