body {
  font-family: 'Montserrat', sans-serif;
}

.sticky {
  background-color:#fff;
}
.top-bar,
.top-bar ul {
  background-color: #fff;
}
.top-bar ul li a {
  color:#86754d;
  line-height: 1.5rem;
}
.top-bar ul li a:hover {
  color:#000;
}
.top-bar .menu-text {
  font-family: 'Suranna', serif;
  font-size:1.5rem;
  color:#86754d;
  letter-spacing: 0.02em;
}
.top-bar .menu-text.logo,
.top-bar .menu-text.logo a {
  padding:0 1rem;
}
.top-bar .menu-text img {
  height:50px;
}
.container {
  padding:4px 0;
  margin:0 0 40px;
}
.container.full {
  padding:30px 0 18px !important;
  background-color:#86754d;
}
.container.extra {
  position:absolute;
  width:100%;
  bottom:12px;
  margin:0;
}

.container.extra .content {
  display: inline-block;
  text-align:left;
  padding:20px;
  background-color:rgba(255, 255, 255, 0.92)
}
.container h3 {
  color:#86754d;
  font-family: 'Suranna', serif;
  letter-spacing: 0.01em;
  font-weight:bold;
}
.container .subhead {
  color:#86754d;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.01em;
  font-weight:bold;
}
.container.full h3 {
  color:#fff;
}

a,
.breadcrumbs a {
  color: #555;
}

a:hover {
  color:#86754d;
}
.thumbnail {
    border: solid 2px #86754d;
    border-radius: 0px;
    box-shadow: 0 0 0 0px rgba(10, 10, 10, 0.2);
    line-height: 0;
}
.column iframe {
    border: solid 2px #86754d !important;
}


@media (max-width: 39.9375em) {

  .dropdown {
    border:0px solid red;
  }
  .top-bar .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 20%;
    max-width: 100%;
    position:absolute;
    top:6px;
    right:10px;
  }
  .top-bar .top-bar-left {
    padding-top:10px;
  }
  .top-bar .top-bar-left ul li {
    width:100%;
  }
  .title-bar {
    padding: 0.5rem;
    background: #fff;
    color: #fefefe;
  }
  .title-bar .menu-icon {
    padding-bottom:22px;
  }
  .title-bar .menu-icon::after {
    background: #86754d;
    box-shadow: 0 7px 0 #86754d, 0 14px 0 #86754d;
    content: '';
  }
  .top-bar .menu-text img {
    height: 44px;
  }

}

@media (max-width:51em) {
  .dropdown .menu-text {
    display:none;
  }
  .container.extra {
    position:relative;
    width:auto;
    bottom:auto;
    margin:0;
  }
  .container.extra .content {
    border:0px solid green;
    width:100%;    
  }
  .container.extra .content h3 {
    font-size: 1.7rem;
  }  
  .container.extra .content p {
    font-size: 1rem;
    line-height: 1.4;
  }  

}
