html,body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

a {
  color: blue;
}

a img {
  display: inline;
}

a:hover {
  text-decoration: underline;
}

html {
  text-size-adjust: 100%
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.banner {
  margin-top: 60px;
  margin-left: 10px;
}

.btn {
    border-radius: 8px;
    color: white;
    cursor: pointer;
}

.btn-danger {
    background-color: #d0382d;
    border-color: #d0382d;
}

.btn-danger:hover, .btn-danger:focus {
    background-color: #da190b;
    border-color: #da190b;
    background-color: #ddd;
    border-color: #ddd;
    color: black;
}

.btn-close-modal {
    background-color: #e7e7e7;
    color: black;
    float: right;
}

.btn-close-modal:hover {
  background: #ddd;
}

.center {
  text-align: center;
}

.facebook-logo {
  height: 40px;
  margin: 20px;
  width: 40px;
}

.gallery-image {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 70%;
  object-fit: scale-down;
}

.google-maps {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  z-index: 0;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.instagram-logo {
  height: 40px;
  margin: 20px;
  width: 40px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.tripadvisor-logo {
  height: 40px;
  margin: 20px;
  width: 40px;
}

.topnav {
    background-color: #333;
    overflow: hidden;
    z-index: 1;
}
  
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
}
  
.topnav a:hover, .topnav a:focus {
    background-color: #ddd;
    color: black;
}
  
.topnav a.active {
    background-color: #008857;
    color: white;
}

.skip {
  position: absolute;
  left: -9999px;
  z-index: 999;
  background-color: #008857;
  color: white;
  opacity: 0;
  padding: 5px 10px;
}

.skip:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 900px) {
  h1 {font-size: 18px;}
}

@media screen and (max-width: 700px) {
  .topnav a:not(:nth-child(-n+2)) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .topnav.sticky.responsive {
    position: fixed;
  }
  .topnav.responsive.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
