img {
  width: 100%;
}

body {
  background-color: #FFF4F4;
}

nav {
  background-color: #212020;
  display: flex;
  border-bottom: 5px solid #E1262A;
}
nav img {
  width: 200px;
  display: block;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
nav ul.navbar-nav {
  font-family: "Gambado Scotch";
  font-size: 30px;
  text-transform: uppercase;
  color: #ABEAF4;
}
nav button:focus {
  box-shadow: none !important;
}
nav button span {
  filter: invert(1);
}

a.nav-link:hover {
  color: #FFF4F4;
}

.navbar-nav .nav-link.active {
  color: #E1262A;
}

.nav-link {
  color: #FFF4F4;
}

#navbarNav {
  justify-content: flex;
}

.navbar-brand {
  margin-left: 20px;
}

.homeborderopening {
  background-color: #212020;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  border-top: 5px solid #212020;
}
.homeborderopening .row {
  max-width: 100%;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.placelikeno {
  background-color: #E1262A;
  height: 100px;
  display: block;
  text-align: center;
  border-bottom: 5px solid #212020;
  border-top: 5px solid #212020;
}
.placelikeno h1 {
  margin-top: 0.1em;
  font-family: "Gambado Scotch";
  font-size: 30px;
  color: #FFF4F4;
}
.placelikeno span {
  text-transform: uppercase;
}

.homeinfo {
  border-bottom: 5px solid #E1262A;
  border-top: 5px solid #E1262A;
  background-color: #2C2B2B;
  display: flex;
  height: 400px;
}
.homeinfo h2 {
  font-family: "Gambado Scotch";
  color: #E1262A;
  font-size: 30px;
  padding-top: 25px;
  text-transform: uppercase;
}
.homeinfo span {
  color: #E1262A;
}
.homeinfo h3 {
  font-family: "Futura PT";
  color: #FFF4F4;
  font-size: 16px;
  margin-bottom: 10px;
}
.homeinfo img {
  max-height: 400px;
  display: block;
}
.homeinfo .row {
  max-width: 100%;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.homeinfo .img-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.homeinfo .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homeoptions {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.homeoptions h3 {
  font-family: "Gambado Scotch";
  font-size: 30px;
  color: #2C2B2B;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
}
.homeoptions img {
  margin-top: 2rem;
}

.homeborderbrick {
  display: flex;
}
.homeborderbrick img {
  width: 100%;
}

.bannerimages {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  border-bottom: 5px solid #212020;
  border-top: 5px solid #212020;
}
.bannerimages img {
  width: 100%;
}

.history {
  padding-bottom: 30px;
}
.history h2 {
  background-color: #212020;
  padding: 0.5em;
  font-family: "Gambado Scotch";
  color: #FFF4F4;
  font-size: 60px;
  text-transform: uppercase;
}
.history h3 {
  font-family: "Futura PT";
  color: #2C2B2B;
  font-size: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}
.history a {
  background-color: #E1262A;
  font-family: "Gambado Scotch";
  color: #FFF4F4;
  font-size: 24px;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.map {
  position: relative;
  padding: 0;
}
.map h1 {
  text-align: left;
  font-family: "Futura PT";
  font-size: 2rem;
  padding-top: 100px;
  color: #212020;
  margin-top: 2px;
}
.map .button {
  border: none;
  background: transparent;
  position: absolute;
  font-size: 2.5rem;
  color: #ABEAF4;
  z-index: 100;
}
.map .button.forest {
  top: 30%;
  left: 60%;
}
.map .button.teaparty {
  top: 11%;
  left: 10%;
}
.map .button.downtown {
  top: 55%;
  left: 13%;
}
.map .button.queen {
  bottom: 29%;
  left: 60%;
}
.map .button .info {
  position: absolute;
  top: 0;
  left: 45px;
  width: 120px;
  background-color: #212020;
  color: #fff;
  padding: 0.7rem;
  font-size: 1rem;
  font-family: "Futura PT";
  text-align: left;
  opacity: 0;
  transition: opacity 0.5s;
}
.map .button .info a {
  font-size: 0.8rem;
  display: block;
  color: #fff;
  text-decoration: none;
  border-top: 1px solid #fff;
}
.map .button .info a:hover {
  color: #E1262A;
}
.map .button:hover .info {
  opacity: 5;
}

.map-info {
  padding: 1.5rem;
  background-color: #ABEAF4;
  color: #212020;
  font-family: "Futura PT";
}
.map-info h2 {
  margin-top: 20px;
  font-size: 1rem;
  font-family: "Futura PT";
  text-transform: uppercase;
}
.map-info .loc-content ul {
  padding: 0.5rem;
  line-height: 1.8rem;
}
.map-info .loc-content ul h3 {
  font-family: "Futura PT";
  font-size: 10rem;
}
.map-info .loc-content ul li {
  list-style: none;
  border-bottom: 2px solid #E1262A;
}
.map-info .loc-content a {
  display: block;
  background: #212020;
  padding: 0.2rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.map-info .loc-content a:hover {
  color: #E1262A;
}

.homeborderbrick {
  padding-top: 4rem;
  display: flex;
}
.homeborderbrick .row {
  max-width: 100%;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.bannerimages {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}
.bannerimages img {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.bannerimages .row {
  max-width: 100%;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.border {
  border-bottom: 5px solid #212020;
  border-top: 5px solid #212020;
}

.homeadj {
  border-bottom: 5px solid #212020;
  border-top: 5px solid #212020;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  background-color: #E1262A;
}
.homeadj h2 {
  margin-top: 15px;
  font-family: "Gambado Scotch";
  color: #FFF4F4;
  font-size: 20px;
  text-align: center;
}
.homeadj h3 {
  font-family: "Gambado Scotch";
  color: #FFF4F4;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.pre-footer h4 {
  background-color: #ABEAF4;
  height: 70px;
  font-family: "Futura PT";
  text-align: center;
  max-width: 100%;
  padding: 0.9em;
  margin-left: 0px;
  margin-right: 0px;
  color: #212020;
}
.pre-footer h5 {
  padding: 0.9em;
  font-family: "Gambado Scotch";
  color: #212020;
  text-align: center;
  font-size: 12px;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

footer {
  border-top: 6px solid #E1262A;
  padding-top: 1rem;
  display: flex;
  background-color: #2C2B2B;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 4rem;
}
footer a {
  text-decoration: none;
  color: #FFF4F4;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Futura PT";
  line-height: 20px;
}
footer .links {
  margin-top: 50px;
  margin-left: 20px;
}
footer img {
  margin-left: 30px;
  width: 30%;
}

.banner {
  vertical-align: bottom;
  line-height: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.banner .row {
  max-width: 100%;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.banner img {
  display: block;
}
.banner .banner {
  background-color: #ABEAF4;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.banner .banner .row {
  max-width: 100%;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.bannerimages {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}
.bannerimages img {
  width: 100%;
}

.infoheading {
  text-align: center;
}
.infoheading h1 {
  padding-top: 30px;
  font-family: "Gambado Scotch";
  color: #212020;
  font-family: "Gambado Scotch";
  font-size: 40px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.infoheading h2 {
  font-family: "Futura PT";
  color: #E1262A;
  font-size: 16px;
  padding-bottom: 4rem;
}
.infoheading h3 {
  font-family: "Futura PT";
  color: #E1262A;
  font-size: 14px;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.featured {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  align-items: center;
  margin-bottom: 4em;
}
.featured h3 {
  text-transform: uppercase;
  font-family: "Futura PT";
  color: #E1262A;
  font-size: 20px;
  padding-top: 0.3em;
}

.featured img {
  width: 100%;
}
@media (min-width: 768px) {
  .featured img {
    min-height: 100px;
  }
}
@media (min-width: 768px) {
  .featured img {
    min-height: 80px;
  }
}

.pullquote {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #E1262A;
  height: 40px;
  text-align: center;
  padding: 0.2em;
}
.pullquote h2 {
  font-family: "Gambado Scotch";
  color: #FFF4F4;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.dinepullquote {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #212020;
  height: 180px;
  text-align: center;
  padding: 1em;
  border-top: solid #E1262A 5px;
  border-bottom: solid #E1262A 5px;
}
.dinepullquote h2 {
  font-family: "Gambado Scotch";
  color: #FFF4F4;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 0.9em;
  padding: 0.7em;
}

.staypullquote {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #212020;
  height: 140px;
  text-align: center;
  padding: 0.5em;
}
.staypullquote h2 {
  font-family: "Gambado Scotch";
  color: #FFF4F4;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding-top: 0.6em;
}

.sunsetshoebanner {
  margin-top: 30px;
  margin-bottom: 50px;
}

.featureddiner {
  padding-top: 30px;
  text-align: center;
  margin-bottom: 4em;
  margin-top: 4em;
}
.featureddiner h2 {
  background-color: #212020;
  color: #FFF4F4;
  font-family: "Futura PT";
  font-size: 15px;
  padding: 0.1em;
  text-transform: uppercase;
  height: 20px;
}
.featureddiner h3 {
  color: #212020;
  font-family: "Gambado Scotch";
  font-size: 16px;
  background-color: #ABEAF4;
  margin-bottom: 0px;
  height: 30px;
  padding: 0.4em;
}
.featureddiner a {
  background-color: #ABEAF4;
  font-family: "Gambado Scotch";
  color: #212020;
  font-size: 16px;
  text-transform: uppercase;
}

.dinerimg a {
  background-color: #ABEAF4;
  font-family: "Gambado Scotch";
  color: #212020;
  font-size: 16px;
  text-transform: uppercase;
}

.shoparound {
  text-align: center;
}
.shoparound h2 {
  font-family: "Futura PT";
  font-weight: bold;
  color: #FFF4F4;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #212020;
  height: 50px;
  padding: 0.5em;
}
.shoparound img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.shoparound h3 {
  font-family: "Futura PT";
  font-size: 16px;
  text-transform: uppercase;
}

.visiting {
  padding-top: 3rem;
}
.visiting h2 {
  font-family: "Gambado Scotch";
  color: #212020;
  text-transform: uppercase;
  font-size: 16px;
}
.visiting h3 {
  margin-top: 5px;
  font-family: "Gambado Scotch";
  color: #E1262A;
  text-transform: uppercase;
  font-size: 14px;
}
.visiting img {
  display: flex;
  padding-top: 1em;
}
.visiting h3 {
  margin-left: 15px;
  padding-top: 0.5em;
  font-family: "Futura PT";
  font-size: 22px;
}
.visiting span {
  text-transform: uppercase;
  color: #E1262A;
  font-size: 30px;
}

.oops img {
  border-bottom: 5px solid #212020;
  border-top: 5px solid #212020;
}

.errortext {
  align-items: center;
  text-align: center;
  padding-bottom: 1rem;
}
.errortext h1 {
  margin-top: 15px;
  font-family: "Gambado Scotch";
  color: #2C2B2B;
  font-size: 30px;
  text-transform: uppercase;
}
.errortext h2 {
  margin-top: 0.1em;
  font-family: "Gambado Scotch";
  color: #E1262A;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.errortext h4 {
  margin-top: 20px;
  font-family: "Futura PT";
  color: #212020;
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.errortext a {
  background-color: #E1262A;
  padding: 10px;
  color: #FFF4F4;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.teashopoptions {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.teashopoptions img {
  margin-top: 2rem;
  display: flex;
}

.teashopmenu {
  padding-top: 2rem;
}
.teashopmenu h3 {
  font-family: "Gambado Scotch";
  font-size: 20px;
  color: #2C2B2B;
  text-transform: uppercase;
  margin-top: 40px;
  line-height: 20px;
  text-align: center;
}
.teashopmenu h4 {
  margin-top: 70px;
  text-align: center;
  background-color: #ABEAF4;
  padding: 20px;
  color: #212020;
  font-family: "Futura PT";
  text-decoration: none;
}
.teashopmenu a {
  text-decoration: none;
}

.teashopservices {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.teashopservices h2 {
  margin-top: 20px;
  color: #E1262A;
  text-transform: uppercase;
  font-family: "Futura PT";
  font-size: 20px;
}
.teashopservices h3 {
  margin-top: 1rem;
  font-family: "Futura PT";
  color: #212020;
  font-size: 12px;
  margin-left: 20px;
}
.teashopservices h4 {
  font-family: "Gambado Scotch";
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  margin-left: 20px;
  margin-top: 1.5rem;
  color: #E1262A;
  margin-bottom: 3rem;
}
.teashopservices a {
  text-decoration: none;
}

.sourcesinfo {
  text-align: center;
}
.sourcesinfo h1 {
  padding-top: 4rem;
  font-family: "Gambado Scotch";
  color: #212020;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}
.sourcesinfo h2 {
  font-family: "Futura PT";
  color: #E1262A;
  font-size: 14px;
  padding-bottom: 30px;
  text-align: center;
}
.sourcesinfo img {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 50%;
}

.featuredsources {
  display: flex;
  justify-content: center;
}
.featuredsources img {
  width: 200px;
  display: block;
}/*# sourceMappingURL=custom.css.map */