body, html {
  height: 100%;
  font-family: "Geneva", sans-serif;
}

p {
  color: white;
}

footer {
  background-color: black;
  margin: 0px;
  padding: 22px;
}

.bgimg {
  background-position: center;
  background-size: cover;
  background-image: url("/images/IMG_1054.jpg");
  min-height: 50%;
}

.menu {
  display: none;
}

.title {
  color: white;
  font-size: 6vw;
  font-weight: bold;
  font-style: oblique;
}

.subtitle {
  color: white;
  font-size: 3vw;
}

.instagram-grid {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  .instagram-grid {
    visibility: hidden;
    display: none;
  }
}
.nav-item {
  padding: 10px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #f44336;
  font-weight: bold;
  font-style: italic;
}

.navbar-expand-md .navbar-nav {
  justify-content: space-evenly;
  width: 90%;
}

.footer-text {
  color: #f44336;
}

.w3-tag {
  background-color: #f44336;
  font-style: italic;
  font-weight: bold;
}

.w3-content {
  max-width: 1200px;
  background-color: #181818;
  padding: 20px;
}

.w3-container {
  padding-bottom: 32px;
}

/*# sourceMappingURL=stylesheet.css.map */
