@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Yeseva+One&display=swap');

#get-connected {
    background-color: rgb(57, 43, 23);
    color: white;
}
.navbar {
    font-family: "Playfair", serif;
    display: none;
}
.navbar-brand {
    font-family: "Yeseva One", serif;
}
h1 {
    text-align: center;
    font-family: "Yeseva One", serif;
    padding-top: 30px;
    padding-bottom: 30px;
}
h2 {
    font-family: "Playfair";
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 10px;
}
p {
    font-family: "Playfair", serif;
}
p .card-text {
    font-family: "Playfair", serif;
}
.carousel-slide {
    width: 30%;
    padding: 10px;
}
.home-img {
    width: 100%
}
.container-beige {
    background-color: #E7D7C1;
}
.container-carousel {
    background-color: white;
}
.nav-item {
    align-items: center;
}
.top-three {
    width: 5%;
    height: 5%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
a {
    font-size: 20px;
    font-family: "Playfair", serif;
    color: white;
}
 
/* Gallery CSS */
  .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }

  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }

  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  }